Update dependencies

This commit is contained in:
Piotr Rogowski 2022-12-21 13:02:23 +01:00
parent fb6471dfce
commit cc3278b06a
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 581 additions and 643 deletions

1206
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,41 +24,41 @@
"@hyper-tuner/ini": "git+https://github.com/hyper-tuner/ini.git", "@hyper-tuner/ini": "git+https://github.com/hyper-tuner/ini.git",
"@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git", "@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git",
"@reduxjs/toolkit": "^1.9.1", "@reduxjs/toolkit": "^1.9.1",
"@sentry/react": "^7.24.2", "@sentry/react": "^7.28.0",
"@sentry/tracing": "^7.24.2", "@sentry/tracing": "^7.28.0",
"antd": "^4.24.4", "antd": "^4.24.5",
"kbar": "^0.1.0-beta.39", "kbar": "^0.1.0-beta.39",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"mlg-converter": "^0.9.0", "mlg-converter": "^0.9.0",
"nanoid": "^4.0.0", "nanoid": "^4.0.0",
"pako": "^2.1.0", "pako": "^2.1.0",
"pocketbase": "^0.8.3", "pocketbase": "^0.9.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-ga4": "^1.4.1", "react-ga4": "^1.4.1",
"react-markdown": "^8.0.4", "react-markdown": "^8.0.4",
"react-perfect-scrollbar": "^1.5.8", "react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.5", "react-redux": "^8.0.5",
"react-router-dom": "^6.4.5", "react-router-dom": "^6.5.0",
"uplot": "^1.6.23", "uplot": "^1.6.23",
"uplot-react": "^1.1.4", "uplot-react": "^1.1.4",
"vite": "^3.2.5" "vite": "^4.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.11.12", "@types/node": "^18.11.17",
"@types/pako": "^2.0.0", "@types/pako": "^2.0.0",
"@types/react": "^18.0.26", "@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9", "@types/react-dom": "^18.0.9",
"@types/react-redux": "^7.1.24", "@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^2.2.0", "@vitejs/plugin-react": "^3.0.0",
"less": "^4.1.3", "less": "^4.1.3",
"pocketbase-typegen": "^1.1.2", "pocketbase-typegen": "^1.1.2",
"rollup-plugin-visualizer": "^5.8.3", "rollup-plugin-visualizer": "^5.8.3",
"rome": "^11.0.0", "rome": "^11.0.0",
"typescript": "^4.9.4", "typescript": "^4.9.4",
"vite-plugin-html": "^3.2.0", "vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.13.3" "vite-plugin-pwa": "^0.14.0"
} }
} }