chore: update deps
This commit is contained in:
parent
eaa484d17d
commit
3df765394b
46
package.json
46
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.28.0",
|
||||
"packageManager": "pnpm@7.30.0",
|
||||
"scripts": {
|
||||
"build": "vite-ssg build",
|
||||
"dev": "vite --port 3333 --open",
|
||||
@ -16,54 +16,54 @@
|
||||
"postinstall": "npx simple-git-hooks"
|
||||
},
|
||||
"dependencies": {
|
||||
"@unocss/reset": "^0.50.3",
|
||||
"@unocss/reset": "^0.50.6",
|
||||
"@vueuse/core": "^9.13.0",
|
||||
"@vueuse/head": "^1.1.15",
|
||||
"@vueuse/head": "^1.1.23",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "^2.0.32",
|
||||
"pinia": "^2.0.33",
|
||||
"vue": "^3.2.47",
|
||||
"vue-demi": "^0.13.11",
|
||||
"vue-i18n": "^9.2.2",
|
||||
"vue-router": "^4.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.36.0",
|
||||
"@antfu/eslint-config": "^0.37.0",
|
||||
"@iconify-json/carbon": "^1.1.16",
|
||||
"@intlify/unplugin-vue-i18n": "^0.8.2",
|
||||
"@intlify/unplugin-vue-i18n": "^0.9.2",
|
||||
"@types/markdown-it-link-attributes": "^3.0.1",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vue-macros/volar": "^0.8.4",
|
||||
"@vue/test-utils": "^2.3.0",
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"@vue-macros/volar": "^0.9.0",
|
||||
"@vue/test-utils": "^2.3.1",
|
||||
"critters": "^0.0.16",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^12.7.0",
|
||||
"eslint": "^8.35.0",
|
||||
"cypress": "^12.8.1",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"https-localhost": "^4.7.1",
|
||||
"lint-staged": "^13.1.2",
|
||||
"lint-staged": "^13.2.0",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"markdown-it-shiki": "^0.8.0",
|
||||
"pnpm": "^7.28.0",
|
||||
"pnpm": "^7.30.0",
|
||||
"shiki": "^0.14.1",
|
||||
"simple-git-hooks": "^2.8.1",
|
||||
"taze": "^0.9.0",
|
||||
"taze": "^0.9.1",
|
||||
"typescript": "^4.9.5",
|
||||
"unocss": "^0.50.3",
|
||||
"unplugin-auto-import": "^0.15.0",
|
||||
"unplugin-vue-components": "^0.24.0",
|
||||
"unplugin-vue-macros": "^1.9.1",
|
||||
"vite": "^4.1.4",
|
||||
"vite-plugin-inspect": "^0.7.15",
|
||||
"vite-plugin-pages": "^0.28.0",
|
||||
"unocss": "^0.50.6",
|
||||
"unplugin-auto-import": "^0.15.1",
|
||||
"unplugin-vue-components": "^0.24.1",
|
||||
"unplugin-vue-macros": "^1.10.1",
|
||||
"vite": "^4.2.0",
|
||||
"vite-plugin-inspect": "^0.7.17",
|
||||
"vite-plugin-pages": "^0.29.0",
|
||||
"vite-plugin-pwa": "^0.14.4",
|
||||
"vite-plugin-vue-component-preview": "^1.1.5",
|
||||
"vite-plugin-vue-inspector": "^3.3.2",
|
||||
"vite-plugin-vue-inspector": "^3.4.0",
|
||||
"vite-plugin-vue-layouts": "^0.8.0",
|
||||
"vite-plugin-vue-markdown": "^0.22.4",
|
||||
"vite-ssg": "^0.22.1",
|
||||
"vite-ssg-sitemap": "^0.4.3",
|
||||
"vitest": "^0.29.2",
|
||||
"vitest": "^0.29.3",
|
||||
"vue-tsc": "^1.2.0"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
|
2543
pnpm-lock.yaml
2543
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
||||
// Vitest Snapshot v1
|
||||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||||
|
||||
exports[`TheCounter.vue > should render 1`] = `"<div>10 <button class=\\"inc\\"> + </button><button class=\\"dec\\"> - </button></div>"`;
|
||||
|
Loading…
Reference in New Issue
Block a user