Commit 699afd1d2f48abbaf69a7b98ff22a7555416f139
1 parent
9edc2813
chore: update deps
Showing
2 changed files
with
10 additions
and
10 deletions
package.json
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | "devDependencies": { |
47 | 47 | "@commitlint/cli": "^11.0.0", |
48 | 48 | "@commitlint/config-conventional": "^11.0.0", |
49 | - "@iconify/json": "^1.1.291", | |
49 | + "@iconify/json": "^1.1.293", | |
50 | 50 | "@ls-lint/ls-lint": "^1.9.2", |
51 | 51 | "@purge-icons/generated": "^0.6.0", |
52 | 52 | "@types/echarts": "^4.9.3", |
... | ... | @@ -93,7 +93,7 @@ |
93 | 93 | "stylelint-order": "^4.1.0", |
94 | 94 | "ts-node": "^9.1.1", |
95 | 95 | "typescript": "^4.1.3", |
96 | - "vite": "2.0.0-beta.52", | |
96 | + "vite": "2.0.0-beta.55", | |
97 | 97 | "vite-plugin-html": "^2.0.0-beta.6", |
98 | 98 | "vite-plugin-mock": "^2.0.0-rc.2", |
99 | 99 | "vite-plugin-purge-icons": "^0.6.0", | ... | ... |
yarn.lock
... | ... | @@ -1112,10 +1112,10 @@ |
1112 | 1112 | dependencies: |
1113 | 1113 | cross-fetch "^3.0.6" |
1114 | 1114 | |
1115 | -"@iconify/json@^1.1.291": | |
1116 | - version "1.1.291" | |
1117 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.291.tgz#d0f328cd800139068ff4c617734773ee0d3f2e3a" | |
1118 | - integrity sha512-7OIO57UeHsmOY6mPC7NTnWtDfrRyUyAzK1OFLEGP0d/d+DUFsQfpGJUkIYchRKg3z0W78LssnkBv+UeYqTwSXA== | |
1115 | +"@iconify/json@^1.1.293": | |
1116 | + version "1.1.293" | |
1117 | + resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.293.tgz#f61583bb9de76fbdb3495aa7f6883a49d85c73fd" | |
1118 | + integrity sha512-0xRreoBhdMSwVP3UhPX7x5+NqpN6vrS5/UJgH4uvvLd/QlEnrfkxUy3Ld33LUXMdu1rDZwTPt6MPbbfgWkQusw== | |
1119 | 1119 | |
1120 | 1120 | "@intlify/core-base@9.0.0-beta.16": |
1121 | 1121 | version "9.0.0-beta.16" |
... | ... | @@ -7743,10 +7743,10 @@ vite-plugin-style-import@^0.4.6: |
7743 | 7743 | "@rollup/pluginutils" "^4.1.0" |
7744 | 7744 | change-case "^4.1.2" |
7745 | 7745 | |
7746 | -vite@2.0.0-beta.52: | |
7747 | - version "2.0.0-beta.52" | |
7748 | - resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.52.tgz#a06275d8b7c789358586dca51b8c01caf8599b08" | |
7749 | - integrity sha512-goc3hwnL7ot9NnzRv7jWz4pDMgBpoL272+WuKc3D/gjYtVLd9KG46Z68IlU3OSN5ng334WEI1pmAlawb4iGJ8g== | |
7746 | +vite@2.0.0-beta.55: | |
7747 | + version "2.0.0-beta.55" | |
7748 | + resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.55.tgz#db0da6ec8f0a18cef3348881b95967d71cf3eccb" | |
7749 | + integrity sha512-IlLTGIWgOiXh9TG6UQo2UttQmymfOzkTviTQJM1Os/XDAkD/xm22vjnbix3OpbmQ0/kjE33dVmSf8aNklVOuVg== | |
7750 | 7750 | dependencies: |
7751 | 7751 | esbuild "^0.8.34" |
7752 | 7752 | postcss "^8.2.1" | ... | ... |