chore: update deps
This commit is contained in:
parent
0bd57af2ca
commit
19e5fcfd0e
@ -1,6 +1,7 @@
|
|||||||
[build.environment]
|
[build.environment]
|
||||||
NPM_FLAGS = "--prefix=/dev/null"
|
# bypass npm auto install
|
||||||
NODE_VERSION = "14"
|
NPM_FLAGS = "--version"
|
||||||
|
NODE_VERSION = "16"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
@ -14,4 +15,4 @@
|
|||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/manifest.webmanifest"
|
for = "/manifest.webmanifest"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Type = "application/manifest+json"
|
Content-Type = "application/manifest+json"
|
||||||
|
46
package.json
46
package.json
@ -10,46 +10,46 @@
|
|||||||
"typecheck": "vue-tsc --noEmit"
|
"typecheck": "vue-tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^6.7.6",
|
"@vueuse/core": "^7.1.2",
|
||||||
"@vueuse/head": "^0.6.0",
|
"@vueuse/head": "^0.7.2",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.0.2",
|
"pinia": "^2.0.4",
|
||||||
"prism-theme-vars": "^0.2.2",
|
"prism-theme-vars": "^0.2.2",
|
||||||
"vue": "^3.2.21",
|
"vue": "^3.2.23",
|
||||||
"vue-demi": "^0.12.1",
|
"vue-demi": "^0.12.1",
|
||||||
"vue-i18n": "^9.1.9",
|
"vue-i18n": "^9.1.9",
|
||||||
"vue-router": "^4.0.12"
|
"vue-router": "^4.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.10.0",
|
"@antfu/eslint-config": "^0.11.1",
|
||||||
"@iconify-json/carbon": "^1.0.9",
|
"@iconify-json/carbon": "^1.0.11",
|
||||||
"@intlify/vite-plugin-vue-i18n": "^3.0.0",
|
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
|
||||||
"@types/markdown-it-link-attributes": "^3.0.1",
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@vitejs/plugin-vue": "^1.9.4",
|
"@vitejs/plugin-vue": "^1.10.1",
|
||||||
"@vue/compiler-sfc": "^3.2.21",
|
"@vue/compiler-sfc": "^3.2.23",
|
||||||
"@vue/server-renderer": "^3.2.21",
|
"@vue/server-renderer": "^3.2.23",
|
||||||
"critters": "^0.0.14",
|
"critters": "^0.0.15",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"cypress": "^8.7.0",
|
"cypress": "^9.1.0",
|
||||||
"eslint": "^8.2.0",
|
"eslint": "^8.3.0",
|
||||||
"eslint-plugin-cypress": "^2.12.1",
|
"eslint-plugin-cypress": "^2.12.1",
|
||||||
"https-localhost": "^4.7.0",
|
"https-localhost": "^4.7.0",
|
||||||
"markdown-it-link-attributes": "^3.0.0",
|
"markdown-it-link-attributes": "^3.0.0",
|
||||||
"markdown-it-prism": "^2.2.1",
|
"markdown-it-prism": "^2.2.1",
|
||||||
"pnpm": "^6.20.3",
|
"pnpm": "^6.23.2",
|
||||||
"typescript": "^4.4.4",
|
"typescript": "^4.5.2",
|
||||||
"unplugin-auto-import": "^0.4.13",
|
"unplugin-auto-import": "^0.4.20",
|
||||||
"unplugin-icons": "^0.12.18",
|
"unplugin-icons": "^0.12.20",
|
||||||
"unplugin-vue-components": "^0.17.2",
|
"unplugin-vue-components": "^0.17.2",
|
||||||
"vite": "^2.6.13",
|
"vite": "^2.6.14",
|
||||||
"vite-plugin-inspect": "^0.3.10",
|
"vite-plugin-inspect": "^0.3.11",
|
||||||
"vite-plugin-md": "^0.11.4",
|
"vite-plugin-md": "^0.11.4",
|
||||||
"vite-plugin-pages": "^0.18.2",
|
"vite-plugin-pages": "^0.18.2",
|
||||||
"vite-plugin-pwa": "^0.11.3",
|
"vite-plugin-pwa": "^0.11.7",
|
||||||
"vite-plugin-vue-layouts": "^0.5.0",
|
"vite-plugin-vue-layouts": "^0.5.0",
|
||||||
"vite-plugin-windicss": "^1.5.1",
|
"vite-plugin-windicss": "^1.5.3",
|
||||||
"vite-ssg": "^0.15.6",
|
"vite-ssg": "^0.16.2",
|
||||||
"vue-tsc": "^0.28.10"
|
"vue-tsc": "^0.29.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1349
pnpm-lock.yaml
generated
1349
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user