ci: 升级全局依赖
This commit is contained in:
parent
20fc03c763
commit
5a3482568a
@ -4,11 +4,11 @@
|
|||||||
"homepage": "http://www.layui-vue.com",
|
"homepage": "http://www.layui-vue.com",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm -C ./package/document dev",
|
"dev": "pnpm -C ./package/document dev",
|
||||||
"build": "pnpm -C ./package/component build",
|
"build:component": "pnpm -C ./package/component build",
|
||||||
"build:icons": "pnpm -C ./package/iconfont build",
|
"build:iconfont": "pnpm -C ./package/iconfont build",
|
||||||
"build:modal": "pnpm -C ./package/modal build",
|
"build:modal": "pnpm -C ./package/modal build",
|
||||||
"build:document": "pnpm -C ./package/document build",
|
"build:document": "pnpm -C ./package/document build",
|
||||||
"generate:icons": "pnpm -C ./package/iconfont generate",
|
"generate:iconfont": "pnpm -C ./package/iconfont generate",
|
||||||
"lint:eslint": "eslint 'package/**/*.{vue,ts,tsx}' --fix",
|
"lint:eslint": "eslint 'package/**/*.{vue,ts,tsx}' --fix",
|
||||||
"lint:prettier": "prettier --write \"package/**/*.{vue,ts}\"",
|
"lint:prettier": "prettier --write \"package/**/*.{vue,ts}\"",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
"evtd": "^0.2.3",
|
"evtd": "^0.2.3",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"vue-i18n": "^9.2.0-beta.33",
|
"vue-i18n": "^9.2.0-beta.34",
|
||||||
"xlsx": "^0.18.4"
|
"xlsx": "^0.18.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -57,9 +57,9 @@
|
|||||||
"prismjs": "^1.25.0",
|
"prismjs": "^1.25.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^2.70.1",
|
"rollup": "^2.70.1",
|
||||||
"typescript": "^4.5.5",
|
"typescript": "^4.6.3",
|
||||||
"vite": "2.9.1",
|
"vite": "2.9.1",
|
||||||
"vite-plugin-md": "^0.11.6"
|
"vite-plugin-md": "^0.12.4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue-router": "^4.0.12",
|
"vue-router": "^4.0.12",
|
||||||
"vue-i18n": "^9.2.0-beta.33",
|
"vue-i18n": "^9.2.0-beta.34",
|
||||||
"@vueuse/core": "^7.6.2"
|
"@vueuse/core": "^7.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -31,9 +31,9 @@
|
|||||||
"prismjs": "^1.25.0",
|
"prismjs": "^1.25.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^2.70.1",
|
"rollup": "^2.70.1",
|
||||||
"typescript": "^4.5.5",
|
"typescript": "^4.6.3",
|
||||||
"vite": "2.9.1",
|
"vite": "2.9.1",
|
||||||
"vite-plugin-md": "^0.11.6"
|
"vite-plugin-md": "^0.12.4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
@ -43,9 +43,9 @@
|
|||||||
"prismjs": "^1.25.0",
|
"prismjs": "^1.25.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^2.70.1",
|
"rollup": "^2.70.1",
|
||||||
"typescript": "^4.5.5",
|
"typescript": "^4.6.3",
|
||||||
"vite": "2.9.1",
|
"vite": "2.9.1",
|
||||||
"vite-plugin-md": "^0.11.6"
|
"vite-plugin-md": "^0.12.4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
@ -40,9 +40,9 @@
|
|||||||
"prismjs": "^1.25.0",
|
"prismjs": "^1.25.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rollup": "^2.70.1",
|
"rollup": "^2.70.1",
|
||||||
"typescript": "^4.5.5",
|
"typescript": "^4.6.3",
|
||||||
"vite": "2.9.1",
|
"vite": "2.9.1",
|
||||||
"vite-plugin-md": "^0.11.6"
|
"vite-plugin-md": "^0.12.4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
@ -63,11 +63,11 @@ importers:
|
|||||||
prismjs: ^1.25.0
|
prismjs: ^1.25.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
rollup: ^2.70.1
|
rollup: ^2.70.1
|
||||||
typescript: ^4.5.5
|
typescript: ^4.6.3
|
||||||
uuid: ^8.3.2
|
uuid: ^8.3.2
|
||||||
vite: 2.9.1
|
vite: 2.9.1
|
||||||
vite-plugin-md: ^0.11.6
|
vite-plugin-md: ^0.12.4
|
||||||
vue-i18n: ^9.2.0-beta.33
|
vue-i18n: ^9.2.0-beta.34
|
||||||
xlsx: ^0.18.4
|
xlsx: ^0.18.4
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 7.7.1_vue@3.2.31
|
'@vueuse/core': 7.7.1_vue@3.2.31
|
||||||
@ -98,7 +98,7 @@ importers:
|
|||||||
rollup: 2.70.1
|
rollup: 2.70.1
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.1_less@4.1.2
|
||||||
vite-plugin-md: 0.11.9_vite@2.9.1
|
vite-plugin-md: 0.12.4_vite@2.9.1
|
||||||
|
|
||||||
package/document:
|
package/document:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -119,10 +119,10 @@ importers:
|
|||||||
prismjs: ^1.25.0
|
prismjs: ^1.25.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
rollup: ^2.70.1
|
rollup: ^2.70.1
|
||||||
typescript: ^4.5.5
|
typescript: ^4.6.3
|
||||||
vite: 2.9.1
|
vite: 2.9.1
|
||||||
vite-plugin-md: ^0.11.6
|
vite-plugin-md: ^0.12.4
|
||||||
vue-i18n: ^9.2.0-beta.33
|
vue-i18n: ^9.2.0-beta.34
|
||||||
vue-router: ^4.0.12
|
vue-router: ^4.0.12
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 7.7.1_vue@3.2.31
|
'@vueuse/core': 7.7.1_vue@3.2.31
|
||||||
@ -147,7 +147,7 @@ importers:
|
|||||||
rollup: 2.70.1
|
rollup: 2.70.1
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.1_less@4.1.2
|
||||||
vite-plugin-md: 0.11.9_vite@2.9.1
|
vite-plugin-md: 0.12.4_vite@2.9.1
|
||||||
|
|
||||||
package/iconfont:
|
package/iconfont:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -167,9 +167,9 @@ importers:
|
|||||||
prismjs: ^1.25.0
|
prismjs: ^1.25.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
rollup: ^2.70.1
|
rollup: ^2.70.1
|
||||||
typescript: ^4.5.5
|
typescript: ^4.6.3
|
||||||
vite: 2.9.1
|
vite: 2.9.1
|
||||||
vite-plugin-md: ^0.11.6
|
vite-plugin-md: ^0.12.4
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.17.8
|
'@babel/core': 7.17.8
|
||||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
||||||
@ -189,7 +189,7 @@ importers:
|
|||||||
rollup: 2.70.1
|
rollup: 2.70.1
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.1_less@4.1.2
|
||||||
vite-plugin-md: 0.11.9_vite@2.9.1
|
vite-plugin-md: 0.12.4_vite@2.9.1
|
||||||
|
|
||||||
package/modal:
|
package/modal:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -209,9 +209,9 @@ importers:
|
|||||||
prismjs: ^1.25.0
|
prismjs: ^1.25.0
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
rollup: ^2.70.1
|
rollup: ^2.70.1
|
||||||
typescript: ^4.5.5
|
typescript: ^4.6.3
|
||||||
vite: 2.9.1
|
vite: 2.9.1
|
||||||
vite-plugin-md: ^0.11.6
|
vite-plugin-md: ^0.12.4
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core': 7.17.8
|
'@babel/core': 7.17.8
|
||||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
'@babel/preset-env': 7.16.11_@babel+core@7.17.8
|
||||||
@ -231,7 +231,7 @@ importers:
|
|||||||
rollup: 2.70.1
|
rollup: 2.70.1
|
||||||
typescript: 4.6.3
|
typescript: 4.6.3
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.1_less@4.1.2
|
||||||
vite-plugin-md: 0.11.9_vite@2.9.1
|
vite-plugin-md: 0.12.4_vite@2.9.1
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -1968,14 +1968,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==}
|
resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.31
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@vue/runtime-core/3.2.31:
|
/@vue/runtime-core/3.2.31:
|
||||||
resolution: {integrity: sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==}
|
resolution: {integrity: sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/reactivity': 3.2.31
|
'@vue/reactivity': 3.2.31
|
||||||
'@vue/shared': 3.2.31
|
'@vue/shared': 3.2.31
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@vue/runtime-dom/3.2.31:
|
/@vue/runtime-dom/3.2.31:
|
||||||
resolution: {integrity: sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==}
|
resolution: {integrity: sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==}
|
||||||
@ -4684,14 +4682,15 @@ packages:
|
|||||||
spdx-expression-parse: 3.0.1
|
spdx-expression-parse: 3.0.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-md/0.11.9_vite@2.9.1:
|
/vite-plugin-md/0.12.4_vite@2.9.1:
|
||||||
resolution: {integrity: sha512-0uD2BPIct3FbEA1hAm56hlrBByEn542HTsS/FoWf33lJIgijVBDDV6FE12ud0SHS6sculITKliF2ntog2kiHmQ==}
|
resolution: {integrity: sha512-qtkzpHAvdp/Zo/2ntmCpfph2JD4F0+tOl1vK3QVAZztpWyoO7Yi8Y2Dqu7Urrnh/fPH7PnIWlrrQy1XV/D92Pg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.0
|
vite: ^2.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.5.0
|
'@antfu/utils': 0.5.0
|
||||||
'@rollup/pluginutils': 4.2.0
|
'@rollup/pluginutils': 4.2.0
|
||||||
'@types/markdown-it': 12.2.3
|
'@types/markdown-it': 12.2.3
|
||||||
|
'@vue/runtime-core': 3.2.31
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
markdown-it: 12.3.2
|
markdown-it: 12.3.2
|
||||||
vite: 2.9.1_less@4.1.2
|
vite: 2.9.1_less@4.1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user