Commit 6883b21befd6637ee086eff105a98759cf7b869c
1 parent
8771d8af
chore: update dpes
Showing
3 changed files
with
26 additions
and
26 deletions
.github/workflows/ftp-schedule.yml
@@ -25,17 +25,17 @@ jobs: | @@ -25,17 +25,17 @@ jobs: | ||
25 | with: | 25 | with: |
26 | node-version: '14.x' | 26 | node-version: '14.x' |
27 | 27 | ||
28 | - # - name: Get yarn cache | ||
29 | - # id: yarn-cache | ||
30 | - # run: echo "::set-output name=dir::$(yarn cache dir)" | ||
31 | - | ||
32 | - # - name: Cache dependencies | ||
33 | - # uses: actions/cache@v2 | ||
34 | - # with: | ||
35 | - # path: ${{ steps.yarn-cache.outputs.dir }} | ||
36 | - # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
37 | - # restore-keys: | | ||
38 | - # ${{ runner.os }}-yarn- | 28 | + - name: Get yarn cache |
29 | + id: yarn-cache | ||
30 | + run: echo "::set-output name=dir::$(yarn cache dir)" | ||
31 | + | ||
32 | + - name: Cache dependencies | ||
33 | + uses: actions/cache@v2 | ||
34 | + with: | ||
35 | + path: ${{ steps.yarn-cache.outputs.dir }} | ||
36 | + key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
37 | + restore-keys: | | ||
38 | + ${{ runner.os }}-yarn- | ||
39 | 39 | ||
40 | - name: Build | 40 | - name: Build |
41 | run: | | 41 | run: | |
package.json
@@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
58 | "devDependencies": { | 58 | "devDependencies": { |
59 | "@commitlint/cli": "^12.0.1", | 59 | "@commitlint/cli": "^12.0.1", |
60 | "@commitlint/config-conventional": "^12.0.1", | 60 | "@commitlint/config-conventional": "^12.0.1", |
61 | - "@iconify/json": "^1.1.316", | 61 | + "@iconify/json": "^1.1.317", |
62 | "@ls-lint/ls-lint": "^1.9.2", | 62 | "@ls-lint/ls-lint": "^1.9.2", |
63 | "@purge-icons/generated": "^0.7.0", | 63 | "@purge-icons/generated": "^0.7.0", |
64 | "@types/crypto-js": "^4.0.1", | 64 | "@types/crypto-js": "^4.0.1", |
@@ -108,7 +108,7 @@ | @@ -108,7 +108,7 @@ | ||
108 | "stylelint-order": "^4.1.0", | 108 | "stylelint-order": "^4.1.0", |
109 | "ts-node": "^9.1.1", | 109 | "ts-node": "^9.1.1", |
110 | "typescript": "4.2.3", | 110 | "typescript": "4.2.3", |
111 | - "vite": "^2.1.0", | 111 | + "vite": "2.0.5", |
112 | "vite-plugin-compression": "^0.2.3", | 112 | "vite-plugin-compression": "^0.2.3", |
113 | "vite-plugin-html": "^2.0.3", | 113 | "vite-plugin-html": "^2.0.3", |
114 | "vite-plugin-imagemin": "^0.2.9", | 114 | "vite-plugin-imagemin": "^0.2.9", |
@@ -125,7 +125,7 @@ | @@ -125,7 +125,7 @@ | ||
125 | "resolutions": { | 125 | "resolutions": { |
126 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", | 126 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", |
127 | "bin-wrapper": "npm:bin-wrapper-china", | 127 | "bin-wrapper": "npm:bin-wrapper-china", |
128 | - "rollup": "2.41.2" | 128 | + "rollup": "2.41.4" |
129 | }, | 129 | }, |
130 | "repository": { | 130 | "repository": { |
131 | "type": "git", | 131 | "type": "git", |
yarn.lock
@@ -1346,10 +1346,10 @@ | @@ -1346,10 +1346,10 @@ | ||
1346 | dependencies: | 1346 | dependencies: |
1347 | cross-fetch "^3.0.6" | 1347 | cross-fetch "^3.0.6" |
1348 | 1348 | ||
1349 | -"@iconify/json@^1.1.316": | ||
1350 | - version "1.1.316" | ||
1351 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.316.tgz#010b50c64f7a1f159918d9a328a81b0b58e2395e" | ||
1352 | - integrity sha512-PFXr6OExcIS9tdEO1j2YmwFUlVZL7YN/2EWoLxLDI5i2pfEE95vdMI1ghc7VWhmk7gM6/GL36tTJmtrzNkc1fQ== | 1349 | +"@iconify/json@^1.1.317": |
1350 | + version "1.1.317" | ||
1351 | + resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.317.tgz#ee0c6b2f9da3c0b0e63b75233df567dc3d361db2" | ||
1352 | + integrity sha512-GLlQhfZkyTv6JqzLZZ7bMKURVMyQeInZUaN4ZlwJl9PvTZzJ/zE3uMvXCpLq1nWWA5//DbV7Au8shjLGmaJn6Q== | ||
1353 | 1353 | ||
1354 | "@intlify/core-base@9.0.0": | 1354 | "@intlify/core-base@9.0.0": |
1355 | version "9.0.0" | 1355 | version "9.0.0" |
@@ -9842,10 +9842,10 @@ rollup-plugin-visualizer@^4.2.0: | @@ -9842,10 +9842,10 @@ rollup-plugin-visualizer@^4.2.0: | ||
9842 | source-map "^0.7.3" | 9842 | source-map "^0.7.3" |
9843 | yargs "^16.0.3" | 9843 | yargs "^16.0.3" |
9844 | 9844 | ||
9845 | -rollup@2.41.2, rollup@^0.63.4, rollup@^2.25.0, rollup@^2.38.5, rollup@^2.40.0: | ||
9846 | - version "2.41.2" | ||
9847 | - resolved "https://registry.npmjs.org/rollup/-/rollup-2.41.2.tgz#b7db5cb7c21c2d524e8b26ef39c7e9808a290c7e" | ||
9848 | - integrity sha512-6u8fJJXJx6fmvKrAC9DHYZgONvSkz8S9b/VFBjoQ6dkKdHyPpPbpqiNl2Bao9XBzDHpq672X6sGZ9G1ZBqAHMg== | 9845 | +rollup@2.41.4, rollup@^0.63.4, rollup@^2.25.0, rollup@^2.38.5, rollup@^2.40.0: |
9846 | + version "2.41.4" | ||
9847 | + resolved "https://registry.npmjs.org/rollup/-/rollup-2.41.4.tgz#2a674d64db4322482d440699acb060dc6dd9e65f" | ||
9848 | + integrity sha512-f9IHfMO8p2Y8OdisI7Oj3oKkPuaQ6cgSwYqAi0TDvP3w2p+oX1VejX/w28a1h8WTnrapzfO5d4Uqhww+gL0b0g== | ||
9849 | optionalDependencies: | 9849 | optionalDependencies: |
9850 | fsevents "~2.3.1" | 9850 | fsevents "~2.3.1" |
9851 | 9851 | ||
@@ -11634,10 +11634,10 @@ vite-plugin-windicss@0.8.3: | @@ -11634,10 +11634,10 @@ vite-plugin-windicss@0.8.3: | ||
11634 | "@windicss/plugin-utils" "0.8.3" | 11634 | "@windicss/plugin-utils" "0.8.3" |
11635 | windicss "^2.4.5" | 11635 | windicss "^2.4.5" |
11636 | 11636 | ||
11637 | -vite@^2.1.0: | ||
11638 | - version "2.1.0" | ||
11639 | - resolved "https://registry.npmjs.org/vite/-/vite-2.1.0.tgz#fdaab9cca360a88b654eaf942d13be29ed0958eb" | ||
11640 | - integrity sha512-qWYmX8slkv91C3hWA2iu0o0ZvFbO2dSfWIN4dbMfSeMdNn+XeirkGWU3dy5/W1Nv13cQZvVoMTl8zyC13VFRZQ== | 11637 | +vite@^2.1.1: |
11638 | + version "2.1.1" | ||
11639 | + resolved "https://registry.npmjs.org/vite/-/vite-2.1.1.tgz#13c7a7a5665b435f28fe8549caab181e0ad9af7b" | ||
11640 | + integrity sha512-nlTQrfYIkahcElD8O/oogbLbuKgAZRbvoFOth3GmRSglfPdY4RgfBjj0Fu7HeCU/2u3Jxc6jW4UuV22LGw1Yaw== | ||
11641 | dependencies: | 11641 | dependencies: |
11642 | esbuild "^0.9.2" | 11642 | esbuild "^0.9.2" |
11643 | postcss "^8.2.1" | 11643 | postcss "^8.2.1" |