chore: update deps
This commit is contained in:
parent
6236d1749c
commit
5c9874a66c
|
@ -45,18 +45,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Cache ~/.pnpm-store
|
|
||||||
uses: actions/cache@v3
|
|
||||||
env:
|
|
||||||
cache-name: cache-pnpm-store
|
|
||||||
with:
|
|
||||||
path: ~/.pnpm-store
|
|
||||||
key: ${{ runner.os }}-${{ matrix.node-version }}-test-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-${{ matrix.node-version }}-test-${{ env.cache-name }}-
|
|
||||||
${{ runner.os }}-${{ matrix.node-version }}-test-
|
|
||||||
${{ runner.os }}-
|
|
||||||
|
|
||||||
- name: Set SSH Environment
|
- name: Set SSH Environment
|
||||||
env:
|
env:
|
||||||
DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
|
@ -101,18 +89,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Cache ~/.pnpm-store
|
|
||||||
uses: actions/cache@v3
|
|
||||||
env:
|
|
||||||
cache-name: cache-pnpm-store
|
|
||||||
with:
|
|
||||||
path: ~/.pnpm-store
|
|
||||||
key: ${{ runner.os }}-${{ matrix.node-version }}-test-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-${{ matrix.node-version }}-test-${{ env.cache-name }}-
|
|
||||||
${{ runner.os }}-${{ matrix.node-version }}-test-
|
|
||||||
${{ runner.os }}-
|
|
||||||
|
|
||||||
- name: Set SSH Environment
|
- name: Set SSH Environment
|
||||||
env:
|
env:
|
||||||
DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
|
|
|
@ -5,7 +5,6 @@ module.exports = {
|
||||||
2,
|
2,
|
||||||
'always',
|
'always',
|
||||||
[
|
[
|
||||||
'init', // 初始化
|
|
||||||
'feat', // 新功能(feature)
|
'feat', // 新功能(feature)
|
||||||
'fix', // 修补bug
|
'fix', // 修补bug
|
||||||
'docs', // 文档(documentation)
|
'docs', // 文档(documentation)
|
||||||
|
@ -13,7 +12,6 @@ module.exports = {
|
||||||
'refactor', // 重构(即不是新增功能,也不是修改BUG的代码)
|
'refactor', // 重构(即不是新增功能,也不是修改BUG的代码)
|
||||||
'perf', // 优化相关,比如提升性能、体验
|
'perf', // 优化相关,比如提升性能、体验
|
||||||
'test', // 添加测试
|
'test', // 添加测试
|
||||||
'build', // 编译相关的修改,对项目构建或者依赖的改动
|
|
||||||
'ci', // 持续集成修改
|
'ci', // 持续集成修改
|
||||||
'chore', // 构建过程或辅助工具的变动
|
'chore', // 构建过程或辅助工具的变动
|
||||||
'revert', // 回滚到上一个版本
|
'revert', // 回滚到上一个版本
|
||||||
|
|
13
package.json
13
package.json
|
@ -55,18 +55,18 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^16.2.4",
|
"@commitlint/cli": "^16.2.4",
|
||||||
"@commitlint/config-conventional": "^16.2.4",
|
"@commitlint/config-conventional": "^16.2.4",
|
||||||
"@iconify/json": "^2.1.39",
|
"@iconify/json": "^2.1.43",
|
||||||
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
|
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
|
||||||
"@purge-icons/generated": "^0.8.1",
|
"@purge-icons/generated": "^0.8.1",
|
||||||
"@types/intro.js": "^3.0.2",
|
"@types/intro.js": "^3.0.2",
|
||||||
"@types/lodash-es": "^4.17.6",
|
"@types/lodash-es": "^4.17.6",
|
||||||
"@types/node": "^17.0.31",
|
"@types/node": "^17.0.33",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@types/qrcode": "^1.4.2",
|
"@types/qrcode": "^1.4.2",
|
||||||
"@types/qs": "^6.9.7",
|
"@types/qs": "^6.9.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
||||||
"@typescript-eslint/parser": "^5.23.0",
|
"@typescript-eslint/parser": "^5.23.0",
|
||||||
"@vitejs/plugin-vue": "^2.3.2",
|
"@vitejs/plugin-vue": "^2.3.3",
|
||||||
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
"eslint": "^8.15.0",
|
"eslint": "^8.15.0",
|
||||||
|
@ -83,6 +83,7 @@
|
||||||
"postcss-less": "^6.0.0",
|
"postcss-less": "^6.0.0",
|
||||||
"prettier": "^2.6.2",
|
"prettier": "^2.6.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
|
"rollup": "^2.73.0",
|
||||||
"stylelint": "^14.8.2",
|
"stylelint": "^14.8.2",
|
||||||
"stylelint-config-html": "^1.0.0",
|
"stylelint-config-html": "^1.0.0",
|
||||||
"stylelint-config-prettier": "^9.0.3",
|
"stylelint-config-prettier": "^9.0.3",
|
||||||
|
@ -91,7 +92,7 @@
|
||||||
"stylelint-order": "^5.0.0",
|
"stylelint-order": "^5.0.0",
|
||||||
"typescript": "4.6.4",
|
"typescript": "4.6.4",
|
||||||
"unplugin-vue-define-options": "^0.6.1",
|
"unplugin-vue-define-options": "^0.6.1",
|
||||||
"vite": "2.9.8",
|
"vite": "2.9.9",
|
||||||
"vite-plugin-eslint": "^1.6.0",
|
"vite-plugin-eslint": "^1.6.0",
|
||||||
"vite-plugin-html": "^3.2.0",
|
"vite-plugin-html": "^3.2.0",
|
||||||
"vite-plugin-mock": "^2.9.6",
|
"vite-plugin-mock": "^2.9.6",
|
||||||
|
@ -99,8 +100,8 @@
|
||||||
"vite-plugin-style-import": "^1.4.1",
|
"vite-plugin-style-import": "^1.4.1",
|
||||||
"vite-plugin-svg-icons": "^2.0.1",
|
"vite-plugin-svg-icons": "^2.0.1",
|
||||||
"vite-plugin-windicss": "^1.8.4",
|
"vite-plugin-windicss": "^1.8.4",
|
||||||
"vue-tsc": "^0.34.11",
|
"vue-tsc": "^0.34.13",
|
||||||
"windicss": "^3.5.2",
|
"windicss": "^3.5.3",
|
||||||
"windicss-analysis": "^0.3.5"
|
"windicss-analysis": "^0.3.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
13682
pnpm-lock.yaml
13682
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue