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 Nov 8, 2024
1 parent a995efd commit b5f93d7
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 254 deletions.
10 changes: 5 additions & 5 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publisher": "Quary",
"version": "0.20.2",
"engines": {
"vscode": "^1.94.0"
"vscode": "^1.95.0"
},
"categories": [
"Linters",
Expand Down Expand Up @@ -47,9 +47,9 @@
"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.9",
"@types/node": "~20.16.15",
"@types/vscode": "^1.94.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@types/vscode": "^1.95.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"@vscode/test-web": "^0.0.63",
Expand All @@ -58,6 +58,6 @@
"eslint": "^9.14.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
"typescript-eslint": "^8.13.0"
}
}
4 changes: 2 additions & 2 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.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"classnames": "^2.5.1",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
Expand Down
Loading

0 comments on commit b5f93d7

Please sign in to comment.