Update dependencies

This commit is contained in:
Piotr Rogowski 2022-11-04 19:48:01 +01:00
parent d7b7acf5a6
commit 4a776d0aaa
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 372 additions and 371 deletions

729
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,10 +22,10 @@
"dependencies": {
"@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.8.6",
"@sentry/react": "^7.17.3",
"@sentry/tracing": "^7.17.3",
"antd": "^4.24.0",
"@reduxjs/toolkit": "^1.9.0",
"@sentry/react": "^7.17.4",
"@sentry/tracing": "^7.17.4",
"antd": "^4.24.1",
"kbar": "^0.1.0-beta.36",
"lodash.debounce": "^4.0.8",
"mlg-converter": "^0.8.1",
@ -37,7 +37,7 @@
"react-ga4": "^1.4.1",
"react-markdown": "^8.0.3",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"uplot": "^1.6.22",
"uplot-react": "^1.1.1",
@ -48,7 +48,7 @@
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.11.9",
"@types/pako": "^2.0.0",
"@types/react": "^18.0.24",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
@ -69,6 +69,6 @@
"rollup-plugin-visualizer": "^5.8.3",
"typescript": "^4.8.4",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.13.1"
"vite-plugin-pwa": "^0.13.2"
}
}