chore: update deps
This commit is contained in:
parent
4167a78419
commit
564db7d3c4
@ -15,48 +15,48 @@
|
||||
"up": "taze major -I"
|
||||
},
|
||||
"dependencies": {
|
||||
"@unocss/reset": "^0.49.4",
|
||||
"@vueuse/core": "^9.12.0",
|
||||
"@vueuse/head": "^1.0.25",
|
||||
"@unocss/reset": "^0.50.1",
|
||||
"@vueuse/core": "^9.13.0",
|
||||
"@vueuse/head": "^1.1.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "^2.0.30",
|
||||
"pinia": "^2.0.32",
|
||||
"vue": "^3.2.47",
|
||||
"vue-demi": "^0.13.11",
|
||||
"vue-i18n": "^9.2.2",
|
||||
"vue-router": "^4.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.35.1",
|
||||
"@iconify-json/carbon": "^1.1.14",
|
||||
"@antfu/eslint-config": "^0.35.2",
|
||||
"@iconify-json/carbon": "^1.1.16",
|
||||
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
|
||||
"@types/markdown-it-link-attributes": "^3.0.1",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vue/test-utils": "^2.2.10",
|
||||
"@vue/test-utils": "^2.3.0",
|
||||
"critters": "^0.0.16",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^12.5.1",
|
||||
"eslint": "^8.33.0",
|
||||
"cypress": "^12.6.0",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"https-localhost": "^4.7.1",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"markdown-it-shiki": "^0.7.2",
|
||||
"pnpm": "^7.26.3",
|
||||
"shiki": "^0.14.0",
|
||||
"markdown-it-shiki": "^0.8.0",
|
||||
"pnpm": "^7.27.1",
|
||||
"shiki": "^0.14.1",
|
||||
"taze": "^0.8.5",
|
||||
"typescript": "^4.9.5",
|
||||
"unocss": "^0.49.4",
|
||||
"unplugin-auto-import": "^0.13.0",
|
||||
"unplugin-vue-components": "^0.23.0",
|
||||
"vite": "^4.1.1",
|
||||
"unocss": "^0.50.1",
|
||||
"unplugin-auto-import": "^0.15.0",
|
||||
"unplugin-vue-components": "^0.24.0",
|
||||
"vite": "^4.1.4",
|
||||
"vite-plugin-inspect": "^0.7.15",
|
||||
"vite-plugin-pages": "^0.28.0",
|
||||
"vite-plugin-pwa": "^0.14.1",
|
||||
"vite-plugin-vue-layouts": "^0.7.0",
|
||||
"vite-plugin-pwa": "^0.14.4",
|
||||
"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.28.4",
|
||||
"vue-tsc": "^1.0.24"
|
||||
"vitest": "^0.28.5",
|
||||
"vue-tsc": "^1.1.7"
|
||||
}
|
||||
}
|
||||
|
@ -2,19 +2,19 @@
|
||||
"name": "@antfu/eslint-config-monorepo",
|
||||
"version": "0.35.2",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.1.0",
|
||||
"packageManager": "pnpm@7.27.1",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "pnpm -r run test",
|
||||
"prepare": "pnpm -r run stub",
|
||||
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
|
||||
"release": "bumpp -r && pnpm -r publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "*",
|
||||
"bumpp": "^8.2.1",
|
||||
"eslint": "^8.33.0",
|
||||
"bumpp": "^9.0.0",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-plugin-antfu": "workspace:*",
|
||||
"rimraf": "^4.1.2",
|
||||
"typescript": "^4.9.5"
|
||||
|
@ -17,8 +17,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config-vue": "workspace:*",
|
||||
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
||||
"@typescript-eslint/parser": "^5.53.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
@ -27,11 +27,11 @@
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-unicorn": "^45.0.2",
|
||||
"eslint-plugin-vue": "^9.9.0",
|
||||
"eslint-plugin-yml": "^1.4.0",
|
||||
"eslint-plugin-yml": "^1.5.0",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
"yaml-eslint-parser": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.33.0"
|
||||
"eslint": "^8.34.0"
|
||||
}
|
||||
}
|
||||
|
@ -30,11 +30,11 @@
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-unicorn": "^45.0.2",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"eslint-plugin-yml": "^1.4.0",
|
||||
"eslint-plugin-yml": "^1.5.0",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
"yaml-eslint-parser": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.33.0"
|
||||
"eslint": "^8.34.0"
|
||||
}
|
||||
}
|
||||
|
@ -16,11 +16,11 @@
|
||||
"prepublishOnly": "nr build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@typescript-eslint/utils": "^5.51.0"
|
||||
"@typescript-eslint/utils": "^5.53.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.13.0",
|
||||
"unbuild": "^1.1.1",
|
||||
"vitest": "^0.28.4"
|
||||
"@types/node": "^18.14.1",
|
||||
"unbuild": "^1.1.2",
|
||||
"vitest": "^0.28.5"
|
||||
}
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
"eslint-plugin-react-hooks": "^4.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.33.0",
|
||||
"eslint": "^8.34.0",
|
||||
"react": "^18.2.0",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
|
@ -18,11 +18,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config-basic": "workspace:*",
|
||||
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
||||
"@typescript-eslint/parser": "^5.53.0",
|
||||
"eslint-plugin-jest": "^27.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.33.0"
|
||||
"eslint": "^8.34.0"
|
||||
}
|
||||
}
|
||||
|
@ -21,6 +21,6 @@
|
||||
"local-pkg": "^0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.33.0"
|
||||
"eslint": "^8.34.0"
|
||||
}
|
||||
}
|
||||
|
720
pnpm-lock.yaml
720
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user