Update dependencies

This commit is contained in:
Piotr Rogowski 2022-09-11 22:33:57 +02:00
parent 10969884c4
commit 4dd65c8ed1
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 339 additions and 339 deletions

658
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,8 +24,8 @@
"@reduxjs/toolkit": "^1.8.5", "@reduxjs/toolkit": "^1.8.5",
"@sentry/react": "^7.12.1", "@sentry/react": "^7.12.1",
"@sentry/tracing": "^7.12.1", "@sentry/tracing": "^7.12.1",
"antd": "^4.23.0", "antd": "^4.23.1",
"appwrite": "^9.0.1", "appwrite": "^9.0.2",
"kbar": "^0.1.0-beta.36", "kbar": "^0.1.0-beta.36",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"mlg-converter": "^0.5.1", "mlg-converter": "^0.5.1",
@ -40,31 +40,31 @@
"react-router-dom": "^6.3.0", "react-router-dom": "^6.3.0",
"uplot": "^1.6.22", "uplot": "^1.6.22",
"uplot-react": "^1.1.1", "uplot-react": "^1.1.1",
"vite": "^3.0.9" "vite": "^3.1.0"
}, },
"devDependencies": { "devDependencies": {
"@hyper-tuner/eslint-config": "^0.1.6", "@hyper-tuner/eslint-config": "^0.1.6",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.7.14", "@types/node": "^18.7.16",
"@types/pako": "^2.0.0", "@types/pako": "^2.0.0",
"@types/react": "^18.0.18", "@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@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",
"@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.1", "@typescript-eslint/parser": "^5.36.2",
"@vitejs/plugin-react": "^2.0.1", "@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.23.0", "eslint": "^8.23.0",
"eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-modules-newline": "^0.0.6", "eslint-plugin-modules-newline": "^0.0.6",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.6", "eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"less": "^4.1.3", "less": "^4.1.3",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.8.1", "rollup-plugin-visualizer": "^5.8.1",
"typescript": "^4.8.2" "typescript": "^4.8.3"
} }
} }