Bump deps

This commit is contained in:
Piotr Rogowski 2023-12-25 11:35:29 +01:00
parent fdc4f52db9
commit f3cf602096
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
3 changed files with 720 additions and 523 deletions

View File

@ -5,7 +5,7 @@
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescriptreact]": {

1181
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,51 +23,51 @@
"dependencies": {
"@hyper-tuner/ini": "github:hyper-tuner/ini",
"@hyper-tuner/types": "github:hyper-tuner/types",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/react": "^7.75.0",
"@sentry/tracing": "^7.75.0",
"@reduxjs/toolkit": "^2.0.1",
"@sentry/react": "^7.91.0",
"@sentry/tracing": "^7.91.0",
"antd": "^4.24.14",
"fuse.js": "^6.6.2",
"kbar": "^0.1.0-beta.43",
"fuse.js": "^7.0.0",
"kbar": "^0.1.0-beta.44",
"lodash.debounce": "^4.0.8",
"mlg-converter": "^0.9.0",
"nanoid": "^5.0.2",
"nanoid": "^5.0.4",
"pako": "^2.1.0",
"pocketbase": "^0.19.0",
"pocketbase": "^0.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-markdown": "^9.0.0",
"react-markdown": "^9.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.1.3",
"react-router-dom": "^6.17.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.1",
"react-update-notification": "^1.2.0",
"uplot": "^1.6.26",
"uplot": "^1.6.27",
"uplot-react": "^1.1.5",
"vite": "^4.5.1"
"vite": "^5.0.10"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash.debounce": "^4.0.8",
"@types/node": "^20.8.8",
"@types/pako": "^2.0.2",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-redux": "^7.1.28",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.10.5",
"@types/pako": "^2.0.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"less": "^4.2.0",
"pocketbase-typegen": "^1.2.0",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.2.2",
"pocketbase-typegen": "^1.2.1",
"prettier": "^3.1.1",
"rollup-plugin-visualizer": "^5.11.0",
"typescript": "^5.3.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.16.5"
"vite-plugin-pwa": "^0.17.4"
}
}