mirror of https://github.com/halo-dev/halo-admin
chore: bump dependencies (#707)
#### What type of PR is this? /kind improvement /milestone 2.0 #### What this PR does / why we need it: 升级所有依赖的 patch 版本。 #### Does this PR introduce a user-facing change? ```release-note None ```pull/708/head
parent
fb4499a6aa
commit
becafc2cbd
54
package.json
54
package.json
|
@ -25,13 +25,13 @@
|
|||
"packages/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@emoji-mart/data": "^1.0.7",
|
||||
"@formkit/core": "^1.0.0-beta.11",
|
||||
"@formkit/i18n": "^1.0.0-beta.11",
|
||||
"@formkit/inputs": "^1.0.0-beta.11",
|
||||
"@formkit/themes": "^1.0.0-beta.11",
|
||||
"@formkit/vue": "^1.0.0-beta.11",
|
||||
"@formkit/utils": "^1.0.0-beta.11",
|
||||
"@emoji-mart/data": "^1.0.8",
|
||||
"@formkit/core": "^1.0.0-beta.12",
|
||||
"@formkit/i18n": "^1.0.0-beta.12",
|
||||
"@formkit/inputs": "^1.0.0-beta.12",
|
||||
"@formkit/themes": "^1.0.0-beta.12",
|
||||
"@formkit/utils": "^1.0.0-beta.12",
|
||||
"@formkit/vue": "^1.0.0-beta.12",
|
||||
"@halo-dev/api-client": "^0.0.51",
|
||||
"@halo-dev/components": "workspace:*",
|
||||
"@halo-dev/console-shared": "workspace:*",
|
||||
|
@ -46,14 +46,14 @@
|
|||
"@uppy/status-bar": "^3.0.1",
|
||||
"@uppy/vue": "^1.0.1",
|
||||
"@uppy/xhr-upload": "^3.0.4",
|
||||
"@vueuse/components": "^9.5.0",
|
||||
"@vueuse/core": "^9.5.0",
|
||||
"@vueuse/router": "^9.5.0",
|
||||
"@vueuse/shared": "^9.5.0",
|
||||
"@vueuse/components": "^9.6.0",
|
||||
"@vueuse/core": "^9.6.0",
|
||||
"@vueuse/router": "^9.6.0",
|
||||
"@vueuse/shared": "^9.6.0",
|
||||
"axios": "^0.27.2",
|
||||
"colorjs.io": "^0.4.1",
|
||||
"colorjs.io": "^0.4.2",
|
||||
"dayjs": "^1.11.6",
|
||||
"emoji-mart": "^5.3.1",
|
||||
"emoji-mart": "^5.3.3",
|
||||
"floating-vue": "2.0.0-beta.20",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
|
@ -61,10 +61,10 @@
|
|||
"lodash.merge": "^4.6.2",
|
||||
"lodash.sortby": "^4.7.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"pinia": "^2.0.23",
|
||||
"pinia": "^2.0.26",
|
||||
"pretty-bytes": "^6.0.0",
|
||||
"qs": "^6.11.0",
|
||||
"vue": "^3.2.44",
|
||||
"vue": "^3.2.45",
|
||||
"vue-grid-layout": "3.0.0-beta1",
|
||||
"vue-router": "^4.1.6",
|
||||
"vuedraggable": "^4.1.0",
|
||||
|
@ -72,7 +72,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.25.2",
|
||||
"@iconify-json/mdi": "^1.1.34",
|
||||
"@iconify-json/mdi": "^1.1.36",
|
||||
"@iconify-json/vscode-icons": "^1.1.16",
|
||||
"@rushstack/eslint-patch": "^1.2.0",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
|
@ -85,39 +85,39 @@
|
|||
"@types/randomstring": "^1.1.8",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
||||
"@vitest/ui": "^0.25.1",
|
||||
"@vue/compiler-sfc": "^3.2.44",
|
||||
"@vitest/ui": "^0.25.3",
|
||||
"@vue/compiler-sfc": "^3.2.45",
|
||||
"@vue/eslint-config-prettier": "^7.0.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.2",
|
||||
"@vue/test-utils": "^2.2.1",
|
||||
"@vue/test-utils": "^2.2.4",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"c8": "^7.12.0",
|
||||
"cypress": "^10.11.0",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-vue": "^9.7.0",
|
||||
"eslint-plugin-vue": "^9.8.0",
|
||||
"husky": "^8.0.2",
|
||||
"jsdom": "^20.0.2",
|
||||
"jsdom": "^20.0.3",
|
||||
"postcss": "^8.4.19",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier": "^2.8.0",
|
||||
"prettier-plugin-tailwindcss": "^0.1.13",
|
||||
"randomstring": "^1.2.3",
|
||||
"sass": "^1.56.1",
|
||||
"start-server-and-test": "^1.14.0",
|
||||
"tailwindcss": "^3.2.3",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"tailwindcss-safe-area": "^0.2.2",
|
||||
"tailwindcss-themer": "^2.0.2",
|
||||
"typescript": "~4.7.4",
|
||||
"unplugin-icons": "^0.14.13",
|
||||
"vite": "^3.2.3",
|
||||
"unplugin-icons": "^0.14.14",
|
||||
"vite": "^3.2.4",
|
||||
"vite-compression-plugin": "^0.0.4",
|
||||
"vite-plugin-externals": "^0.5.1",
|
||||
"vite-plugin-html": "^3.2.0",
|
||||
"vite-plugin-pwa": "^0.13.3",
|
||||
"vite-plugin-static-copy": "^0.11.1",
|
||||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||||
"vitest": "^0.25.1",
|
||||
"vitest": "^0.25.3",
|
||||
"vue-tsc": "^1.0.9"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,11 +44,11 @@
|
|||
"homepage": "https://github.com/halo-dev/console/tree/main/packages/components#readme",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@histoire/plugin-vue": "^0.11.6",
|
||||
"@iconify-json/ri": "^1.1.3",
|
||||
"histoire": "^0.11.6",
|
||||
"unplugin-icons": "^0.14.13",
|
||||
"vite-plugin-dts": "^1.7.0"
|
||||
"@histoire/plugin-vue": "^0.11.7",
|
||||
"@iconify-json/ri": "^1.1.4",
|
||||
"histoire": "^0.11.7",
|
||||
"unplugin-icons": "^0.14.14",
|
||||
"vite-plugin-dts": "^1.7.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.37",
|
||||
|
@ -64,13 +64,13 @@
|
|||
"dependencies": {
|
||||
"@codemirror/commands": "^6.1.2",
|
||||
"@codemirror/lang-css": "^6.0.1",
|
||||
"@codemirror/lang-html": "^6.1.3",
|
||||
"@codemirror/lang-html": "^6.2.0",
|
||||
"@codemirror/lang-javascript": "^6.1.1",
|
||||
"@codemirror/lang-json": "^6.0.1",
|
||||
"@codemirror/language": "^6.3.0",
|
||||
"@codemirror/legacy-modes": "^6.2.0",
|
||||
"@codemirror/state": "^6.1.3",
|
||||
"@codemirror/view": "^6.4.2",
|
||||
"@codemirror/language": "^6.3.1",
|
||||
"@codemirror/legacy-modes": "^6.3.0",
|
||||
"@codemirror/state": "^6.1.4",
|
||||
"@codemirror/view": "^6.5.1",
|
||||
"codemirror": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"homepage": "https://github.com/halo-dev/console/tree/main/packages/shared#readme",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"vite-plugin-dts": "^1.7.0"
|
||||
"vite-plugin-dts": "^1.7.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.37",
|
||||
|
|
434
pnpm-lock.yaml
434
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue