Skip to content

Commit

Permalink
Merge f7ca9a8 into ea066e7
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking authored Oct 26, 2024
2 parents ea066e7 + f7ca9a8 commit 58f3400
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 312 deletions.
14 changes: 7 additions & 7 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"vscode-languageserver": "^9.0.1"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@rauschma/env-var": "^1.0.1",
"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.9",
"@types/node": "~20.16.11",
"@types/node": "~20.16.15",
"@types/vscode": "^1.94.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"@vscode/test-web": "^0.0.60",
"@vscode/vsce": "^3.1.1",
"@vscode/vsce": "^3.2.1",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
"typescript-eslint": "^8.11.0"
}
}
16 changes: 8 additions & 8 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"classnames": "^2.5.1",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"monaco-editor": "^0.52.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable-panels": "^2.1.4"
"react-resizable-panels": "^2.1.5"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
Loading

0 comments on commit 58f3400

Please sign in to comment.