Upgrade dependencies
This commit is contained in:
43
package.json
43
package.json
@@ -11,34 +11,35 @@
|
||||
"format": "prettier --write '**/*.ts' '**/*.tsx' '**/*.css'"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"@monaco-editor/react": "^4.6.0",
|
||||
"@catppuccin/palette": "^1.7.1",
|
||||
"@monaco-editor/react": "^4.8.0-rc.3",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"history": "^5.3.0",
|
||||
"monaco-editor": "^0.52.0",
|
||||
"monaco-themes": "^0.4.4",
|
||||
"monaco-editor": "^0.55.1",
|
||||
"monaco-themes": "^0.4.8",
|
||||
"pako": "^2.1.0",
|
||||
"react": "^19.2.4",
|
||||
"react-device-detect": "^2.2.3",
|
||||
"styled-components": "^6.1.13",
|
||||
"whatwg-mimetype": "^3.0.0"
|
||||
"react-dom": "^19.2.4",
|
||||
"styled-components": "^6.3.11",
|
||||
"whatwg-mimetype": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.17.0",
|
||||
"@types/react": "^18.3.18",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
"@types/pako": "^2.0.3",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^25.3.0",
|
||||
"@types/pako": "^2.0.4",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/whatwg-mimetype": "^3.0.2",
|
||||
"@vitejs/plugin-react-swc": "^3.5.0",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.16",
|
||||
"globals": "^15.14.0",
|
||||
"typescript": "~5.6.2",
|
||||
"typescript-eslint": "^8.18.2",
|
||||
"vite": "^6.0.5",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-organize-imports": "^4.1.0"
|
||||
"@vitejs/plugin-react-swc": "^4.2.3",
|
||||
"eslint": "^10.0.1",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"globals": "^17.3.0",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier-plugin-organize-imports": "^4.3.0",
|
||||
"typescript": "~5.9.3",
|
||||
"typescript-eslint": "^8.56.1",
|
||||
"vite": "^7.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user