chore: fixed vxe-table 4.4.1 && update other dependencies
This commit is contained in:
parent
536802ed6a
commit
16f2e1ad2f
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -14,15 +14,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup Node.js 18.16.1
|
- name: Setup Node.js 18.18.2
|
||||||
uses: actions/setup-node@master
|
uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
node-version: 18.18.0
|
node-version: 18.18.2
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 8.7.6
|
version: 8.10.2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm install && pnpm build:prod
|
run: pnpm install && pnpm build:prod
|
||||||
|
22
package.json
22
package.json
@ -27,7 +27,7 @@
|
|||||||
"@element-plus/icons-vue": "2.1.0",
|
"@element-plus/icons-vue": "2.1.0",
|
||||||
"axios": "1.6.0",
|
"axios": "1.6.0",
|
||||||
"dayjs": "1.11.10",
|
"dayjs": "1.11.10",
|
||||||
"element-plus": "2.4.1",
|
"element-plus": "2.4.2",
|
||||||
"js-cookie": "3.0.5",
|
"js-cookie": "3.0.5",
|
||||||
"lodash-es": "4.17.21",
|
"lodash-es": "4.17.21",
|
||||||
"mitt": "3.0.1",
|
"mitt": "3.0.1",
|
||||||
@ -37,26 +37,26 @@
|
|||||||
"path-to-regexp": "6.2.1",
|
"path-to-regexp": "6.2.1",
|
||||||
"pinia": "2.1.7",
|
"pinia": "2.1.7",
|
||||||
"screenfull": "6.0.2",
|
"screenfull": "6.0.2",
|
||||||
"vue": "3.3.7",
|
"vue": "3.3.8",
|
||||||
"vue-router": "4.2.5",
|
"vue-router": "4.2.5",
|
||||||
"vxe-table": "4.4.1",
|
"vxe-table": "4.4.1",
|
||||||
"vxe-table-plugin-element": "3.0.7",
|
"vxe-table-plugin-element": "3.0.7",
|
||||||
"xe-utils": "3.5.11"
|
"xe-utils": "3.5.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/js-cookie": "3.0.5",
|
"@types/js-cookie": "3.0.6",
|
||||||
"@types/lodash-es": "4.17.10",
|
"@types/lodash-es": "4.17.11",
|
||||||
"@types/node": "20.8.9",
|
"@types/node": "20.9.0",
|
||||||
"@types/nprogress": "0.2.2",
|
"@types/nprogress": "0.2.3",
|
||||||
"@types/path-browserify": "1.0.1",
|
"@types/path-browserify": "1.0.2",
|
||||||
"@typescript-eslint/eslint-plugin": "6.9.0",
|
"@typescript-eslint/eslint-plugin": "6.10.0",
|
||||||
"@typescript-eslint/parser": "6.9.0",
|
"@typescript-eslint/parser": "6.10.0",
|
||||||
"@vitejs/plugin-vue": "4.4.0",
|
"@vitejs/plugin-vue": "4.4.0",
|
||||||
"@vitejs/plugin-vue-jsx": "3.0.2",
|
"@vitejs/plugin-vue-jsx": "3.0.2",
|
||||||
"@vue/eslint-config-prettier": "8.0.0",
|
"@vue/eslint-config-prettier": "8.0.0",
|
||||||
"@vue/eslint-config-typescript": "12.0.0",
|
"@vue/eslint-config-typescript": "12.0.0",
|
||||||
"@vue/test-utils": "2.4.1",
|
"@vue/test-utils": "2.4.1",
|
||||||
"eslint": "8.52.0",
|
"eslint": "8.53.0",
|
||||||
"eslint-plugin-prettier": "5.0.1",
|
"eslint-plugin-prettier": "5.0.1",
|
||||||
"eslint-plugin-vue": "9.18.1",
|
"eslint-plugin-vue": "9.18.1",
|
||||||
"husky": "8.0.3",
|
"husky": "8.0.3",
|
||||||
@ -65,7 +65,7 @@
|
|||||||
"prettier": "3.0.3",
|
"prettier": "3.0.3",
|
||||||
"sass": "1.69.5",
|
"sass": "1.69.5",
|
||||||
"typescript": "5.2.2",
|
"typescript": "5.2.2",
|
||||||
"unocss": "0.57.1",
|
"unocss": "0.57.2",
|
||||||
"vite": "4.5.0",
|
"vite": "4.5.0",
|
||||||
"vite-plugin-svg-icons": "2.0.1",
|
"vite-plugin-svg-icons": "2.0.1",
|
||||||
"vite-svg-loader": "4.0.0",
|
"vite-svg-loader": "4.0.0",
|
||||||
|
768
pnpm-lock.yaml
generated
768
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user