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 Oct 14, 2024
1 parent 20e71be commit 74f011d
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 212 deletions.
12 changes: 6 additions & 6 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"@eslint/js": "^9.12.0",
"@rauschma/env-var": "^1.0.1",
"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.8",
"@types/node": "~20.16.10",
"@types/mocha": "^10.0.9",
"@types/node": "~20.16.11",
"@types/vscode": "^1.94.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"@vscode/test-web": "^0.0.60",
"@vscode/vsce": "^3.1.1",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
}
}
8 changes: 4 additions & 4 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.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"classnames": "^2.5.1",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
Expand All @@ -26,11 +26,11 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}
Loading

0 comments on commit 74f011d

Please sign in to comment.