Update dependencies, bump INI
This commit is contained in:
parent
4dd65c8ed1
commit
9a06de0e64
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
|
@ -19,12 +19,12 @@
|
|||
"stats:bundle": "npm run build && open stats.html"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hyper-tuner/ini": "^0.3.1",
|
||||
"@hyper-tuner/types": "^0.3.3",
|
||||
"@hyper-tuner/ini": "^0.4.0",
|
||||
"@hyper-tuner/types": "^0.4.0",
|
||||
"@reduxjs/toolkit": "^1.8.5",
|
||||
"@sentry/react": "^7.12.1",
|
||||
"@sentry/tracing": "^7.12.1",
|
||||
"antd": "^4.23.1",
|
||||
"@sentry/react": "^7.13.0",
|
||||
"@sentry/tracing": "^7.13.0",
|
||||
"antd": "^4.23.2",
|
||||
"appwrite": "^9.0.2",
|
||||
"kbar": "^0.1.0-beta.36",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
|
@ -36,25 +36,25 @@
|
|||
"react-ga4": "^1.4.1",
|
||||
"react-markdown": "^8.0.3",
|
||||
"react-perfect-scrollbar": "^1.5.8",
|
||||
"react-redux": "^8.0.2",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-redux": "^8.0.4",
|
||||
"react-router-dom": "^6.4.1",
|
||||
"uplot": "^1.6.22",
|
||||
"uplot-react": "^1.1.1",
|
||||
"vite": "^3.1.0"
|
||||
"vite": "^3.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hyper-tuner/eslint-config": "^0.1.6",
|
||||
"@types/lodash.debounce": "^4.0.7",
|
||||
"@types/node": "^18.7.16",
|
||||
"@types/node": "^18.7.22",
|
||||
"@types/pako": "^2.0.0",
|
||||
"@types/react": "^18.0.19",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react-redux": "^7.1.24",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
||||
"@typescript-eslint/parser": "^5.36.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.38.0",
|
||||
"@typescript-eslint/parser": "^5.38.0",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"eslint": "^8.23.0",
|
||||
"eslint": "^8.24.0",
|
||||
"eslint-plugin-flowtype": "^8.0.3",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"less": "^4.1.3",
|
||||
"prettier": "^2.7.1",
|
||||
"rollup-plugin-visualizer": "^5.8.1",
|
||||
"rollup-plugin-visualizer": "^5.8.2",
|
||||
"typescript": "^4.8.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue