chore: update deps
This commit is contained in:
parent
c2fd738565
commit
906677a3ee
12
package.json
12
package.json
@ -5,22 +5,22 @@
|
|||||||
"build": "cross-env NODE_ENV=production vite-ssg build --script async"
|
"build": "cross-env NODE_ENV=production vite-ssg build --script async"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^4.0.8",
|
"@vueuse/core": "^4.0.10",
|
||||||
"@vueuse/head": "^0.2.3",
|
"@vueuse/head": "^0.2.3",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"prism-theme-vars": "^0.1.0",
|
"prism-theme-vars": "^0.1.3",
|
||||||
"vue": "^3.0.5",
|
"vue": "^3.0.5",
|
||||||
"vue-i18n": "^9.0.0-rc.4",
|
"vue-i18n": "^9.0.0-rc.4",
|
||||||
"vue-router": "^4.0.3"
|
"vue-router": "^4.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.4.3",
|
"@antfu/eslint-config": "^0.4.3",
|
||||||
"@iconify/json": "^1.1.290",
|
"@iconify/json": "^1.1.291",
|
||||||
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.12",
|
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.12",
|
||||||
"@tailwindcss/typography": "^0.4.0",
|
"@tailwindcss/typography": "^0.4.0",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
||||||
"@vitejs/plugin-vue": "^1.1.1",
|
"@vitejs/plugin-vue": "^1.1.2",
|
||||||
"@vue/compiler-sfc": "^3.0.5",
|
"@vue/compiler-sfc": "^3.0.5",
|
||||||
"@vue/server-renderer": "^3.0.5",
|
"@vue/server-renderer": "^3.0.5",
|
||||||
"autoprefixer": "^10.2.3",
|
"autoprefixer": "^10.2.3",
|
||||||
@ -32,13 +32,13 @@
|
|||||||
"postcss-nested": "^5.0.3",
|
"postcss-nested": "^5.0.3",
|
||||||
"tailwindcss": "^2.0.2",
|
"tailwindcss": "^2.0.2",
|
||||||
"typescript": "^4.1.3",
|
"typescript": "^4.1.3",
|
||||||
"vite": "2.0.0-beta.44",
|
"vite": "2.0.0-beta.46",
|
||||||
"vite-plugin-components": "^0.6.6",
|
"vite-plugin-components": "^0.6.6",
|
||||||
"vite-plugin-icons": "^0.2.1",
|
"vite-plugin-icons": "^0.2.1",
|
||||||
"vite-plugin-md": "^0.4.1",
|
"vite-plugin-md": "^0.4.1",
|
||||||
"vite-plugin-pages": "^0.1.7",
|
"vite-plugin-pages": "^0.1.7",
|
||||||
"vite-plugin-pwa": "^0.3.10",
|
"vite-plugin-pwa": "^0.3.10",
|
||||||
"vite-ssg": "^0.4.1"
|
"vite-ssg": "^0.4.2"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "@antfu/eslint-config",
|
"extends": "@antfu/eslint-config",
|
||||||
|
68
pnpm-lock.yaml
generated
68
pnpm-lock.yaml
generated
@ -1,19 +1,19 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 4.0.8_vue@3.0.5
|
'@vueuse/core': 4.0.10_vue@3.0.5
|
||||||
'@vueuse/head': 0.2.3_vue@3.0.5
|
'@vueuse/head': 0.2.3_vue@3.0.5
|
||||||
nprogress: 0.2.0
|
nprogress: 0.2.0
|
||||||
prism-theme-vars: 0.1.0
|
prism-theme-vars: 0.1.3
|
||||||
vue: 3.0.5
|
vue: 3.0.5
|
||||||
vue-i18n: 9.0.0-rc.4_vue@3.0.5
|
vue-i18n: 9.0.0-rc.4_vue@3.0.5
|
||||||
vue-router: 4.0.3_vue@3.0.5
|
vue-router: 4.0.3_vue@3.0.5
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@antfu/eslint-config': 0.4.3_eslint@7.18.0+typescript@4.1.3
|
'@antfu/eslint-config': 0.4.3_eslint@7.18.0+typescript@4.1.3
|
||||||
'@iconify/json': 1.1.290
|
'@iconify/json': 1.1.291
|
||||||
'@intlify/vite-plugin-vue-i18n': 1.0.0-beta.12
|
'@intlify/vite-plugin-vue-i18n': 1.0.0-beta.12
|
||||||
'@tailwindcss/typography': 0.4.0_tailwindcss@2.0.2
|
'@tailwindcss/typography': 0.4.0_tailwindcss@2.0.2
|
||||||
'@types/nprogress': 0.2.0
|
'@types/nprogress': 0.2.0
|
||||||
'@typescript-eslint/eslint-plugin': 4.14.0_eslint@7.18.0+typescript@4.1.3
|
'@typescript-eslint/eslint-plugin': 4.14.0_eslint@7.18.0+typescript@4.1.3
|
||||||
'@vitejs/plugin-vue': 1.1.1_@vue+compiler-sfc@3.0.5
|
'@vitejs/plugin-vue': 1.1.2_@vue+compiler-sfc@3.0.5
|
||||||
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
||||||
'@vue/server-renderer': 3.0.5_vue@3.0.5
|
'@vue/server-renderer': 3.0.5_vue@3.0.5
|
||||||
autoprefixer: 10.2.3_postcss@8.2.4
|
autoprefixer: 10.2.3_postcss@8.2.4
|
||||||
@ -25,13 +25,13 @@ devDependencies:
|
|||||||
postcss-nested: 5.0.3_postcss@8.2.4
|
postcss-nested: 5.0.3_postcss@8.2.4
|
||||||
tailwindcss: 2.0.2_d337930ac9ab3cde8278bf6b015e1ea7
|
tailwindcss: 2.0.2_d337930ac9ab3cde8278bf6b015e1ea7
|
||||||
typescript: 4.1.3
|
typescript: 4.1.3
|
||||||
vite: 2.0.0-beta.44
|
vite: 2.0.0-beta.46
|
||||||
vite-plugin-components: 0.6.6
|
vite-plugin-components: 0.6.6
|
||||||
vite-plugin-icons: 0.2.1_2e8f12e6b4d97ee3f083bae292486e22
|
vite-plugin-icons: 0.2.1_a4b82e2d2342f19b76a879e5efac3f45
|
||||||
vite-plugin-md: 0.4.1_vite@2.0.0-beta.44
|
vite-plugin-md: 0.4.1_vite@2.0.0-beta.46
|
||||||
vite-plugin-pages: 0.1.7_vue@3.0.5
|
vite-plugin-pages: 0.1.7_vue@3.0.5
|
||||||
vite-plugin-pwa: 0.3.10
|
vite-plugin-pwa: 0.3.10
|
||||||
vite-ssg: 0.4.1_9195eb4a8880478bc242442ad41b7c64
|
vite-ssg: 0.4.2_67baffff43cafb4933a0b440cee9b6c9
|
||||||
lockfileVersion: 5.2
|
lockfileVersion: 5.2
|
||||||
packages:
|
packages:
|
||||||
/@antfu/eslint-config-basic/0.4.3_eslint@7.18.0:
|
/@antfu/eslint-config-basic/0.4.3_eslint@7.18.0:
|
||||||
@ -1069,10 +1069,10 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==
|
integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==
|
||||||
/@iconify/json/1.1.290:
|
/@iconify/json/1.1.291:
|
||||||
dev: true
|
dev: true
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-CZkFvzNvAk56No7gWldVCDrh+tz8zmCA0bBH0UDf4APVFwxofR/Ri7vPWB1Lj9fTiMlavYYGkz0oTIWYTH+CyQ==
|
integrity: sha512-7OIO57UeHsmOY6mPC7NTnWtDfrRyUyAzK1OFLEGP0d/d+DUFsQfpGJUkIYchRKg3z0W78LssnkBv+UeYqTwSXA==
|
||||||
/@intlify/cli/0.1.3:
|
/@intlify/cli/0.1.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/core': 9.0.0-beta.16
|
'@intlify/core': 9.0.0-beta.16
|
||||||
@ -1509,7 +1509,7 @@ packages:
|
|||||||
node: ^8.10.0 || ^10.13.0 || >=11.10.1
|
node: ^8.10.0 || ^10.13.0 || >=11.10.1
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
|
integrity: sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
|
||||||
/@vitejs/plugin-vue/1.1.1_@vue+compiler-sfc@3.0.5:
|
/@vitejs/plugin-vue/1.1.2_@vue+compiler-sfc@3.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
||||||
dev: true
|
dev: true
|
||||||
@ -1518,7 +1518,7 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/compiler-sfc': ^3.0.4
|
'@vue/compiler-sfc': ^3.0.4
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-Oia369l4L4Wd6hW0paQ1OUsPbGHd85KQllismua65C45xMu40og5lzGreSuGEtW+6yB0I5FyLrC7tk5yCucHwA==
|
integrity: sha512-a5ORYuPsiAO4Kb2blA/x63mDiBQBxEJkbjhVtiv5IP/I7fGfpwXPPGHx9LHD4MedpXp8icngJYMKO0hOwahtmQ==
|
||||||
/@vue/compiler-core/3.0.5:
|
/@vue/compiler-core/3.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.12.11
|
'@babel/parser': 7.12.11
|
||||||
@ -1603,15 +1603,15 @@ packages:
|
|||||||
/@vue/shared/3.0.5:
|
/@vue/shared/3.0.5:
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-gYsNoGkWejBxNO6SNRjOh/xKeZ0H0V+TFzaPzODfBjkAIb0aQgBuixC1brandC/CDJy1wYPwSoYrXpvul7m6yw==
|
integrity: sha512-gYsNoGkWejBxNO6SNRjOh/xKeZ0H0V+TFzaPzODfBjkAIb0aQgBuixC1brandC/CDJy1wYPwSoYrXpvul7m6yw==
|
||||||
/@vueuse/core/4.0.8_vue@3.0.5:
|
/@vueuse/core/4.0.10_vue@3.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/shared': 4.0.8_vue@3.0.5
|
'@vueuse/shared': 4.0.10_vue@3.0.5
|
||||||
vue-demi: 0.6.0_vue@3.0.5
|
vue-demi: 0.6.0_vue@3.0.5
|
||||||
dev: false
|
dev: false
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: '*'
|
vue: '*'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-wD0JJUXpRgRBPCnGsAqcVk9Zz545zOmIjGv/1Mlco3rVmal7LEZ3rJh8SnBelxuyVNvRwifkK1gtbT24jY6V8Q==
|
integrity: sha512-2TxaF9JWutJlrgRtz9r/vFPvpaKKQ8HL5eMIiIMNBpfAkf0BZkT5HsSzphNyJ9vMhjlM+DIlhGKdWVASOdc3Aw==
|
||||||
/@vueuse/head/0.2.3_vue@3.0.5:
|
/@vueuse/head/0.2.3_vue@3.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.0.5
|
vue: 3.0.5
|
||||||
@ -1619,14 +1619,14 @@ packages:
|
|||||||
vue: '>=3'
|
vue: '>=3'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-bAFZyUlT6+CVIwMcUw3TrtuhG/BfjS+UV5T8oH30tGPnVvqIsNuRCnNt9EbVd1GxHRDZD0K41515B5NiXPt84A==
|
integrity: sha512-bAFZyUlT6+CVIwMcUw3TrtuhG/BfjS+UV5T8oH30tGPnVvqIsNuRCnNt9EbVd1GxHRDZD0K41515B5NiXPt84A==
|
||||||
/@vueuse/shared/4.0.8_vue@3.0.5:
|
/@vueuse/shared/4.0.10_vue@3.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
vue-demi: 0.6.0_vue@3.0.5
|
vue-demi: 0.6.0_vue@3.0.5
|
||||||
dev: false
|
dev: false
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: '*'
|
vue: '*'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-euAfdZeFHGAyCBoy7izgufC/kTt+yEjuVjeCmfuDQNAj7QsdzEpRlyblD+EGifHbyGFx8F3Ql6/bQzdTdwRFHA==
|
integrity: sha512-x60po8a7v1tyaQNbXJWf/YTzgUzYU5rbmxKgxbxrHC2aDIcSLTMgqmwFrFpqbLwbNxvDta7z/R0MJms5bSaWwg==
|
||||||
/abab/2.0.5:
|
/abab/2.0.5:
|
||||||
dev: true
|
dev: true
|
||||||
resolution:
|
resolution:
|
||||||
@ -4151,10 +4151,10 @@ packages:
|
|||||||
node: '>= 0.8'
|
node: '>= 0.8'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
|
integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
|
||||||
/prism-theme-vars/0.1.0:
|
/prism-theme-vars/0.1.3:
|
||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-q5v/IkzraE7N+QqQ0rlnbNmRvEmtqaagQuSM5Fhkbk9yUPyQuiLqoz3/zwWpvzTbcHnJRU9ZL9iM09YbYzuOrA==
|
integrity: sha512-gJFyDHitVmx4KfHlkfG9yrZBuU7nQtcPeP/wh40OZUZEavM5dw6GAhldlMJIVNpDSsrIT9Nk4BHAn7VRPivHtQ==
|
||||||
/prismjs/1.23.0:
|
/prismjs/1.23.0:
|
||||||
dev: true
|
dev: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@ -5045,9 +5045,9 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-tOcWm/2T+XUImJ8yFZb/i8dUWXNoraqDdKrBBpfbHGg3MES0T6AN1315iuKYHTG71fwKI0OGElw3S9B04ZUwPA==
|
integrity: sha512-tOcWm/2T+XUImJ8yFZb/i8dUWXNoraqDdKrBBpfbHGg3MES0T6AN1315iuKYHTG71fwKI0OGElw3S9B04ZUwPA==
|
||||||
/vite-plugin-icons/0.2.1_2e8f12e6b4d97ee3f083bae292486e22:
|
/vite-plugin-icons/0.2.1_a4b82e2d2342f19b76a879e5efac3f45:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/json': 1.1.290
|
'@iconify/json': 1.1.291
|
||||||
'@iconify/json-tools': 1.0.10
|
'@iconify/json-tools': 1.0.10
|
||||||
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
||||||
dev: true
|
dev: true
|
||||||
@ -5056,11 +5056,11 @@ packages:
|
|||||||
'@vue/compiler-sfc': ^3.0.2
|
'@vue/compiler-sfc': ^3.0.2
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-ZIJ8G2AHwEDt4oDST46E6Uy7W2EtVyoe1hzmJMkutbq3esUkcYVoYydT6Y12lhq1ppnVnShkbc0XzfKqolfCSg==
|
integrity: sha512-ZIJ8G2AHwEDt4oDST46E6Uy7W2EtVyoe1hzmJMkutbq3esUkcYVoYydT6Y12lhq1ppnVnShkbc0XzfKqolfCSg==
|
||||||
/vite-plugin-md/0.4.1_vite@2.0.0-beta.44:
|
/vite-plugin-md/0.4.1_vite@2.0.0-beta.46:
|
||||||
dependencies:
|
dependencies:
|
||||||
gray-matter: 4.0.2
|
gray-matter: 4.0.2
|
||||||
markdown-it: 12.0.4
|
markdown-it: 12.0.4
|
||||||
vite: 2.0.0-beta.44
|
vite: 2.0.0-beta.46
|
||||||
dev: true
|
dev: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.0-beta.1
|
vite: ^2.0.0-beta.1
|
||||||
@ -5088,7 +5088,7 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-UMvOTsTQumIy1yJ7imIEsjdealbeOzc30PjNK1By4aEuRUHCI2kJ7Mmh8xUbLJWSLVaUfIKIG1zguk5cpmD3SQ==
|
integrity: sha512-UMvOTsTQumIy1yJ7imIEsjdealbeOzc30PjNK1By4aEuRUHCI2kJ7Mmh8xUbLJWSLVaUfIKIG1zguk5cpmD3SQ==
|
||||||
/vite-ssg/0.4.1_9195eb4a8880478bc242442ad41b7c64:
|
/vite-ssg/0.4.2_67baffff43cafb4933a0b440cee9b6c9:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
||||||
'@vue/server-renderer': 3.0.5_vue@3.0.5
|
'@vue/server-renderer': 3.0.5_vue@3.0.5
|
||||||
@ -5096,7 +5096,7 @@ packages:
|
|||||||
chalk: 4.1.0
|
chalk: 4.1.0
|
||||||
fs-extra: 9.1.0
|
fs-extra: 9.1.0
|
||||||
jsdom: 16.4.0
|
jsdom: 16.4.0
|
||||||
vite: 2.0.0-beta.44
|
vite: 2.0.0-beta.46
|
||||||
vue: 3.0.5
|
vue: 3.0.5
|
||||||
vue-router: 4.0.3_vue@3.0.5
|
vue-router: 4.0.3_vue@3.0.5
|
||||||
yargs: 16.2.0
|
yargs: 16.2.0
|
||||||
@ -5111,8 +5111,8 @@ packages:
|
|||||||
vue: ^3.0.4
|
vue: ^3.0.4
|
||||||
vue-router: ^4.0.1
|
vue-router: ^4.0.1
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-/RyTOXeEGgLVuy/RChz0acE5aNRyieYqy34VqlF+TVTsEG0t/KZD9u6Ma7VmytcQ+8n3PZh91vTs/XR9pzWOLA==
|
integrity: sha512-cdgocXQrATjqSFbOFQs9KFIp8SiOHFKYVX/5dYuGcGm+5GvsdXn0biv7bcDD5lbyFK5flQ1gNmGWNNSlFRAqow==
|
||||||
/vite/2.0.0-beta.44:
|
/vite/2.0.0-beta.46:
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.8.34
|
esbuild: 0.8.34
|
||||||
postcss: 8.2.4
|
postcss: 8.2.4
|
||||||
@ -5125,7 +5125,7 @@ packages:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.1.3
|
fsevents: 2.1.3
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-NTzmP7HEKDg3J5r3I22f87jK3ugPVEU81BQ8hWn3hNWU0msCziUlj7aHwItSUEbQA+ymqO3TBO2fN7Aa+OKckQ==
|
integrity: sha512-RiiJdjiFDaM9youfcTFnCztstwBXHHSdsSATZVD5A4QSb39KJRTpSKoveFo0PT7VJM5HjOP7QC/sVOqX011F6Q==
|
||||||
/vue-demi/0.6.0_vue@3.0.5:
|
/vue-demi/0.6.0_vue@3.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.0.5
|
vue: 3.0.5
|
||||||
@ -5484,15 +5484,15 @@ packages:
|
|||||||
integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config': ^0.4.3
|
'@antfu/eslint-config': ^0.4.3
|
||||||
'@iconify/json': ^1.1.290
|
'@iconify/json': ^1.1.291
|
||||||
'@intlify/vite-plugin-vue-i18n': ^1.0.0-beta.12
|
'@intlify/vite-plugin-vue-i18n': ^1.0.0-beta.12
|
||||||
'@tailwindcss/typography': ^0.4.0
|
'@tailwindcss/typography': ^0.4.0
|
||||||
'@types/nprogress': ^0.2.0
|
'@types/nprogress': ^0.2.0
|
||||||
'@typescript-eslint/eslint-plugin': ^4.14.0
|
'@typescript-eslint/eslint-plugin': ^4.14.0
|
||||||
'@vitejs/plugin-vue': ^1.1.1
|
'@vitejs/plugin-vue': ^1.1.2
|
||||||
'@vue/compiler-sfc': ^3.0.5
|
'@vue/compiler-sfc': ^3.0.5
|
||||||
'@vue/server-renderer': ^3.0.5
|
'@vue/server-renderer': ^3.0.5
|
||||||
'@vueuse/core': ^4.0.8
|
'@vueuse/core': ^4.0.10
|
||||||
'@vueuse/head': ^0.2.3
|
'@vueuse/head': ^0.2.3
|
||||||
autoprefixer: ^10.2.3
|
autoprefixer: ^10.2.3
|
||||||
cross-env: ^7.0.3
|
cross-env: ^7.0.3
|
||||||
@ -5502,16 +5502,16 @@ specifiers:
|
|||||||
pnpm: ^5.15.3
|
pnpm: ^5.15.3
|
||||||
postcss: ^8.2.4
|
postcss: ^8.2.4
|
||||||
postcss-nested: ^5.0.3
|
postcss-nested: ^5.0.3
|
||||||
prism-theme-vars: ^0.1.0
|
prism-theme-vars: ^0.1.3
|
||||||
tailwindcss: ^2.0.2
|
tailwindcss: ^2.0.2
|
||||||
typescript: ^4.1.3
|
typescript: ^4.1.3
|
||||||
vite: 2.0.0-beta.44
|
vite: 2.0.0-beta.46
|
||||||
vite-plugin-components: ^0.6.6
|
vite-plugin-components: ^0.6.6
|
||||||
vite-plugin-icons: ^0.2.1
|
vite-plugin-icons: ^0.2.1
|
||||||
vite-plugin-md: ^0.4.1
|
vite-plugin-md: ^0.4.1
|
||||||
vite-plugin-pages: ^0.1.7
|
vite-plugin-pages: ^0.1.7
|
||||||
vite-plugin-pwa: ^0.3.10
|
vite-plugin-pwa: ^0.3.10
|
||||||
vite-ssg: ^0.4.1
|
vite-ssg: ^0.4.2
|
||||||
vue: ^3.0.5
|
vue: ^3.0.5
|
||||||
vue-i18n: ^9.0.0-rc.4
|
vue-i18n: ^9.0.0-rc.4
|
||||||
vue-router: ^4.0.3
|
vue-router: ^4.0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user