Update dependencies (#724)

This commit is contained in:
Piotr Rogowski 2022-09-04 23:09:28 +02:00 committed by GitHub
parent 20a956cd17
commit 10969884c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 444 additions and 441 deletions

859
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,10 +21,10 @@
"dependencies": {
"@hyper-tuner/ini": "^0.3.1",
"@hyper-tuner/types": "^0.3.3",
"@reduxjs/toolkit": "^1.8.4",
"@sentry/react": "^7.11.1",
"@sentry/tracing": "^7.11.1",
"antd": "^4.22.6",
"@reduxjs/toolkit": "^1.8.5",
"@sentry/react": "^7.12.1",
"@sentry/tracing": "^7.12.1",
"antd": "^4.23.0",
"appwrite": "^9.0.1",
"kbar": "^0.1.0-beta.36",
"lodash.debounce": "^4.0.8",
@ -40,31 +40,31 @@
"react-router-dom": "^6.3.0",
"uplot": "^1.6.22",
"uplot-react": "^1.1.1",
"vite": "^3.0.8"
"vite": "^3.0.9"
},
"devDependencies": {
"@hyper-tuner/eslint-config": "^0.1.6",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.7.6",
"@types/node": "^18.7.14",
"@types/pako": "^2.0.0",
"@types/react": "^18.0.17",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-react": "^2.0.1",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-modules-newline": "^0.0.6",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.31.6",
"eslint-plugin-react-hooks": "^4.6.0",
"less": "^4.1.3",
"prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.7.1",
"typescript": "^4.7.4"
"rollup-plugin-visualizer": "^5.8.1",
"typescript": "^4.8.2"
}
}