Skip to content

Commit

Permalink
chore: update node deps end oct
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Oct 30, 2024
1 parent 1620ff7 commit 3e425f9
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 226 deletions.
8 changes: 4 additions & 4 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@types/mocha": "^10.0.9",
"@types/node": "~20.16.15",
"@types/vscode": "^1.94.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"@vscode/test-web": "^0.0.60",
"@vscode/test-web": "^0.0.63",
"@vscode/vsce": "^3.2.1",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
"typescript-eslint": "^8.12.2"
}
}
6 changes: 3 additions & 3 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.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"classnames": "^2.5.1",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
Expand All @@ -22,7 +22,7 @@
"monaco-editor": "^0.52.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable-panels": "^2.1.5"
"react-resizable-panels": "^2.1.6"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand Down
Loading

0 comments on commit 3e425f9

Please sign in to comment.