Upgrade deps

This commit is contained in:
Haishan 2021-11-12 18:03:18 +08:00
parent 56a1c8c0aa
commit b1ea08a4ee
4 changed files with 928 additions and 994 deletions

View file

@ -8,10 +8,10 @@ jobs:
node-version: [14.x] node-version: [14.x]
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.4.0
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.2.0 uses: actions/setup-node@v2.4.1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
@ -88,11 +88,11 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || startsWith(github.event.ref, 'refs/heads/v0.')) if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || startsWith(github.event.ref, 'refs/heads/v0.'))
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.4.0
- name: Docker meta - name: Docker meta
id: docker_meta id: docker_meta
uses: docker/metadata-action@v3.5.0 uses: docker/metadata-action@v3.6.0
with: with:
images: haishanh/yacd images: haishanh/yacd

View file

@ -11,7 +11,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="yacd" /> <meta name="application-name" content="yacd" />
<meta name="description" content="Yet Another Clash Dashboard" /> <meta name="description" content="Yet Another Clash Dashboard" />
<meta name="theme-color" content="#202020" /> <meta name="theme-color" content="#202020" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)" />
<title>yacd</title> <title>yacd</title>
</head> </head>
<body> <body>

View file

@ -23,84 +23,84 @@
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "7.15.4", "@babel/runtime": "7.16.3",
"@fontsource/open-sans": "4.5.0", "@fontsource/open-sans": "4.5.2",
"@fontsource/roboto-mono": "4.5.0", "@fontsource/roboto-mono": "4.5.0",
"@hsjs/react-cache": "0.0.0-alpha.aa94237", "@hsjs/react-cache": "0.0.0-alpha.aa94237",
"@reach/tooltip": "0.16.0", "@reach/tooltip": "0.16.2",
"chart.js": "2.9.4", "chart.js": "2.9.4",
"clsx": "^1.1.0", "clsx": "^1.1.0",
"core-js": "3.17.2", "core-js": "3.19.1",
"date-fns": "2.23.0", "date-fns": "2.25.0",
"framer-motion": "4.1.17", "framer-motion": "5.3.0",
"history": "5.0.1", "history": "5.1.0",
"i18next": "20.6.0", "i18next": "21.4.2",
"i18next-browser-languagedetector": "6.1.2", "i18next-browser-languagedetector": "6.1.2",
"i18next-http-backend": "1.3.0", "i18next-http-backend": "1.3.1",
"immer": "9.0.6", "immer": "9.0.6",
"invariant": "^2.2.4", "invariant": "^2.2.4",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"memoize-one": "5.2.1", "memoize-one": "6.0.0",
"modern-normalize": "1.1.0", "modern-normalize": "1.1.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "17.0.2", "react": "17.0.2",
"react-dom": "17.0.2", "react-dom": "17.0.2",
"react-feather": "^2.0.9", "react-feather": "^2.0.9",
"react-i18next": "11.11.4", "react-i18next": "11.14.2",
"react-icons": "^4.2.0", "react-icons": "4.3.1",
"react-modal": "3.14.3", "react-modal": "3.14.4",
"react-query": "3.21.1", "react-query": "3.32.1",
"react-router": "6.0.0-beta.0", "react-router": "6.0.2",
"react-router-dom": "6.0.0-beta.0", "react-router-dom": "6.0.2",
"react-switch": "^6.0.0", "react-switch": "^6.0.0",
"react-table": "7.7.0", "react-table": "7.7.0",
"react-tabs": "3.2.2", "react-tabs": "3.2.3",
"react-tiny-fab": "4.0.3", "react-tiny-fab": "4.0.4",
"react-window": "^1.8.5", "react-window": "^1.8.5",
"recoil": "0.4.1", "recoil": "0.5.2",
"regenerator-runtime": "0.13.9", "regenerator-runtime": "0.13.9",
"reselect": "^4.0.0", "reselect": "4.1.2",
"tslib": "2.3.1", "tslib": "2.3.1",
"workbox-core": "6.2.4", "workbox-core": "6.3.0",
"workbox-expiration": "6.2.4", "workbox-expiration": "6.3.0",
"workbox-precaching": "6.2.4", "workbox-precaching": "6.3.0",
"workbox-routing": "6.2.4", "workbox-routing": "6.3.0",
"workbox-strategies": "6.2.4" "workbox-strategies": "6.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/invariant": "2.2.35", "@types/invariant": "2.2.35",
"@types/jest": "27.0.1", "@types/jest": "27.0.2",
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "4.17.5",
"@types/react": "17.0.19", "@types/react": "17.0.34",
"@types/react-dom": "17.0.9", "@types/react-dom": "17.0.11",
"@types/react-modal": "3.12.1", "@types/react-modal": "3.13.1",
"@types/react-tabs": "2.3.3", "@types/react-tabs": "2.3.3",
"@types/react-window": "1.8.5", "@types/react-window": "1.8.5",
"@typescript-eslint/eslint-plugin": "4.30.0", "@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "4.30.0", "@typescript-eslint/parser": "5.3.1",
"@vitejs/plugin-react-refresh": "1.3.6", "@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.3.4", "autoprefixer": "10.4.0",
"cssnano": "5.0.8", "cssnano": "5.0.10",
"eslint": "7.32.0", "eslint": "8.2.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "^6.0.0", "eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "5.9.2", "eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.24.2", "eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "24.4.0", "eslint-plugin-jest": "25.2.4",
"eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.25.1", "eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "^4.1.2", "eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "8.3.6", "postcss": "8.3.11",
"postcss-custom-media": "^8.0.0", "postcss-custom-media": "^8.0.0",
"postcss-import": "14.0.2", "postcss-import": "14.0.2",
"postcss-simple-vars": "^6.0.3", "postcss-simple-vars": "^6.0.3",
"prettier": "2.3.2", "prettier": "2.4.1",
"resize-observer-polyfill": "^1.5.1", "resize-observer-polyfill": "^1.5.1",
"sass": "1.39.0", "sass": "1.43.4",
"typescript": "4.4.2", "typescript": "4.4.4",
"vite": "2.5.3", "vite": "2.6.14",
"vite-plugin-pwa": "0.11.2" "vite-plugin-pwa": "0.11.3"
} }
} }

1815
yarn.lock

File diff suppressed because it is too large Load diff