Update dependencies
This commit is contained in:
parent
fb6471dfce
commit
cc3278b06a
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
|
@ -24,41 +24,41 @@
|
|||
"@hyper-tuner/ini": "git+https://github.com/hyper-tuner/ini.git",
|
||||
"@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git",
|
||||
"@reduxjs/toolkit": "^1.9.1",
|
||||
"@sentry/react": "^7.24.2",
|
||||
"@sentry/tracing": "^7.24.2",
|
||||
"antd": "^4.24.4",
|
||||
"@sentry/react": "^7.28.0",
|
||||
"@sentry/tracing": "^7.28.0",
|
||||
"antd": "^4.24.5",
|
||||
"kbar": "^0.1.0-beta.39",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"mlg-converter": "^0.9.0",
|
||||
"nanoid": "^4.0.0",
|
||||
"pako": "^2.1.0",
|
||||
"pocketbase": "^0.8.3",
|
||||
"pocketbase": "^0.9.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-ga4": "^1.4.1",
|
||||
"react-markdown": "^8.0.4",
|
||||
"react-perfect-scrollbar": "^1.5.8",
|
||||
"react-redux": "^8.0.5",
|
||||
"react-router-dom": "^6.4.5",
|
||||
"react-router-dom": "^6.5.0",
|
||||
"uplot": "^1.6.23",
|
||||
"uplot-react": "^1.1.4",
|
||||
"vite": "^3.2.5"
|
||||
"vite": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash.debounce": "^4.0.7",
|
||||
"@types/node": "^18.11.12",
|
||||
"@types/node": "^18.11.17",
|
||||
"@types/pako": "^2.0.0",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"@types/react-redux": "^7.1.24",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"@vitejs/plugin-react": "^3.0.0",
|
||||
"less": "^4.1.3",
|
||||
"pocketbase-typegen": "^1.1.2",
|
||||
"rollup-plugin-visualizer": "^5.8.3",
|
||||
"rome": "^11.0.0",
|
||||
"typescript": "^4.9.4",
|
||||
"vite-plugin-html": "^3.2.0",
|
||||
"vite-plugin-pwa": "^0.13.3"
|
||||
"vite-plugin-pwa": "^0.14.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue