Skip to content

Commit

Permalink
chore: update node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Sep 16, 2024
1 parent 1ad6409 commit 809d233
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 176 deletions.
16 changes: 8 additions & 8 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
"@rauschma/env-var": "^1.0.1",
"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.8",
"@types/node": "20.x",
"@types/node": "~20.16.5",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/test-web": "^0.0.60",
"@vscode/vsce": "^3.0.0",
"esbuild": "^0.23.0",
"@vscode/vsce": "^3.1.0",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"classnames": "^2.5.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -24,12 +24,12 @@
"react-resizable-panels": "^2.1.3"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.0",
"vite": "^5.4.4"
"typescript": "^5.6.2",
"vite": "^5.4.5"
}
}
Loading

0 comments on commit 809d233

Please sign in to comment.