mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Chore: update dependencies
This commit is contained in:
parent
d1343b4c5a
commit
f9dcde169f
40
package.json
40
package.json
@ -25,55 +25,55 @@
|
|||||||
"contributors:generate": "all-contributors generate"
|
"contributors:generate": "all-contributors generate"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/eslint-parser": "^7.15.0",
|
"@babel/eslint-parser": "^7.15.4",
|
||||||
"@types/lodash-es": "^4.17.4",
|
"@types/lodash-es": "^4.17.4",
|
||||||
"@types/node": "^16.7.1",
|
"@types/node": "^16.7.10",
|
||||||
"@types/react": "^17.0.19",
|
"@types/react": "^17.0.19",
|
||||||
"@types/react-dom": "^17.0.9",
|
"@types/react-dom": "^17.0.9",
|
||||||
"@types/react-router-dom": "^5.1.8",
|
"@types/react-router-dom": "^5.1.8",
|
||||||
"@types/react-table": "^7.7.2",
|
"@types/react-table": "^7.7.2",
|
||||||
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
||||||
"@types/react-window": "^1.8.5",
|
"@types/react-window": "^1.8.5",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
||||||
"@typescript-eslint/parser": "^4.29.2",
|
"@typescript-eslint/parser": "^4.30.0",
|
||||||
"@vitejs/plugin-react-refresh": "^1.3.6",
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-react-app": "^6.0.0",
|
"eslint-config-react-app": "^6.0.0",
|
||||||
"eslint-config-standard-with-typescript": "^20.0.0",
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
||||||
"eslint-import-resolver-typescript": "^2.4.0",
|
"eslint-import-resolver-typescript": "^2.4.0",
|
||||||
"eslint-plugin-flowtype": "^5.9.0",
|
"eslint-plugin-flowtype": "^5.9.2",
|
||||||
"eslint-plugin-import": "^2.24.1",
|
"eslint-plugin-import": "^2.24.2",
|
||||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-plugin-promise": "^5.1.0",
|
"eslint-plugin-promise": "^5.1.0",
|
||||||
"eslint-plugin-react": "^7.24.0",
|
"eslint-plugin-react": "^7.25.1",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"sass": "^1.38.0",
|
"sass": "^1.39.0",
|
||||||
"type-fest": "^2.0.0",
|
"type-fest": "^2.1.0",
|
||||||
"typescript": "^4.3.5",
|
"typescript": "^4.4.2",
|
||||||
"vite": "^2.5.0",
|
"vite": "^2.5.3",
|
||||||
"vite-plugin-pwa": "^0.11.0",
|
"vite-plugin-pwa": "^0.11.2",
|
||||||
"vite-plugin-windicss": "^1.2.7",
|
"vite-plugin-windicss": "^1.3.0",
|
||||||
"vite-tsconfig-paths": "^3.3.13",
|
"vite-tsconfig-paths": "^3.3.13",
|
||||||
"windicss": "^3.1.7"
|
"windicss": "^3.1.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.2",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"dayjs": "^1.10.6",
|
"dayjs": "^1.10.6",
|
||||||
"eventemitter3": "^4.0.7",
|
"eventemitter3": "^4.0.7",
|
||||||
"immer": "^9.0.5",
|
"immer": "^9.0.6",
|
||||||
"jotai": "^1.3.0",
|
"jotai": "^1.3.2",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"neverthrow": "^4.2.2",
|
"neverthrow": "^4.2.2",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.3.0",
|
||||||
"react-table": "^7.7.0",
|
"react-table": "^7.7.0",
|
||||||
"react-use": "^17.2.4",
|
"react-use": "^17.3.1",
|
||||||
"react-virtualized-auto-sizer": "^1.0.6",
|
"react-virtualized-auto-sizer": "^1.0.6",
|
||||||
"react-window": "^1.8.6",
|
"react-window": "^1.8.6",
|
||||||
"swr": "^0.5.6",
|
"swr": "^1.0.0",
|
||||||
"use-immer": "^0.6.0"
|
"use-immer": "^0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
import { isClashX, setupJsBridge } from '@lib/jsBridge'
|
import { isClashX, setupJsBridge } from '@lib/jsBridge'
|
||||||
|
|
||||||
import renderApp from './render'
|
import renderApp from './render'
|
||||||
// import * as OfflinePluginRuntime from 'offline-plugin/runtime'
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Global entry
|
* Global entry
|
||||||
|
@ -21,9 +21,6 @@ export default defineConfig({
|
|||||||
short_name: 'Clash Dashboard',
|
short_name: 'Clash Dashboard',
|
||||||
name: 'Clash Dashboard',
|
name: 'Clash Dashboard',
|
||||||
},
|
},
|
||||||
workbox: {
|
|
||||||
sourcemap: false,
|
|
||||||
},
|
|
||||||
}),
|
}),
|
||||||
// https://github.com/vitejs/vite/issues/2144
|
// https://github.com/vitejs/vite/issues/2144
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user