mirror of https://github.com/halo-dev/halo
chore: bump dependencies (halo-dev/console#667)
#### What type of PR is this? /kind improvement /milestone 2.0 #### What this PR does / why we need it: 依赖升级。 #### Special notes for your reviewer: /cc @halo-dev/sig-halo-console #### Does this PR introduce a user-facing change? ```release-note None ```pull/3445/head
parent
6272e8e710
commit
d7159eb9d3
44
package.json
44
package.json
|
@ -47,13 +47,13 @@
|
|||
"@uppy/status-bar": "^3.0.1",
|
||||
"@uppy/vue": "^1.0.1",
|
||||
"@uppy/xhr-upload": "^3.0.4",
|
||||
"@vueuse/components": "^9.3.0",
|
||||
"@vueuse/core": "^9.3.0",
|
||||
"@vueuse/router": "^9.3.0",
|
||||
"@vueuse/shared": "^9.3.0",
|
||||
"@vueuse/components": "^9.4.0",
|
||||
"@vueuse/core": "^9.4.0",
|
||||
"@vueuse/router": "^9.4.0",
|
||||
"@vueuse/shared": "^9.4.0",
|
||||
"axios": "^0.27.2",
|
||||
"colorjs.io": "^0.4.0",
|
||||
"dayjs": "^1.11.5",
|
||||
"dayjs": "^1.11.6",
|
||||
"emoji-mart": "^5.2.2",
|
||||
"floating-vue": "2.0.0-beta.20",
|
||||
"fuse.js": "^6.6.2",
|
||||
|
@ -66,61 +66,61 @@
|
|||
"pretty-bytes": "^6.0.0",
|
||||
"qs": "^6.11.0",
|
||||
"uuid": "^9.0.0",
|
||||
"vue": "^3.2.40",
|
||||
"vue": "^3.2.41",
|
||||
"vue-grid-layout": "3.0.0-beta1",
|
||||
"vue-router": "^4.1.5",
|
||||
"vue-router": "^4.1.6",
|
||||
"vuedraggable": "^4.1.0",
|
||||
"yaml": "^2.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.25.0",
|
||||
"@iconify-json/mdi": "^1.1.33",
|
||||
"@iconify-json/vscode-icons": "^1.1.15",
|
||||
"@iconify-json/mdi": "^1.1.34",
|
||||
"@iconify-json/vscode-icons": "^1.1.16",
|
||||
"@rushstack/eslint-patch": "^1.2.0",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@types/jsdom": "^20.0.0",
|
||||
"@types/lodash.clonedeep": "4.5.7",
|
||||
"@types/lodash.isequal": "^4.5.6",
|
||||
"@types/lodash.merge": "^4.6.7",
|
||||
"@types/node": "^16.11.64",
|
||||
"@types/node": "^16.18.0",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/randomstring": "^1.1.8",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@vitejs/plugin-vue": "^3.1.2",
|
||||
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
||||
"@vitest/ui": "^0.24.0",
|
||||
"@vue/compiler-sfc": "^3.2.40",
|
||||
"@vitest/ui": "^0.24.3",
|
||||
"@vue/compiler-sfc": "^3.2.41",
|
||||
"@vue/eslint-config-prettier": "^7.0.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.2",
|
||||
"@vue/test-utils": "^2.1.0",
|
||||
"@vue/test-utils": "^2.2.0",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"autoprefixer": "^10.4.12",
|
||||
"c8": "^7.12.0",
|
||||
"cypress": "^10.9.0",
|
||||
"eslint": "^8.25.0",
|
||||
"cypress": "^10.11.0",
|
||||
"eslint": "^8.26.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-vue": "^9.6.0",
|
||||
"husky": "^8.0.1",
|
||||
"jsdom": "^20.0.1",
|
||||
"postcss": "^8.4.17",
|
||||
"postcss": "^8.4.18",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-tailwindcss": "^0.1.13",
|
||||
"randomstring": "^1.2.2",
|
||||
"randomstring": "^1.2.3",
|
||||
"sass": "^1.55.0",
|
||||
"start-server-and-test": "^1.14.0",
|
||||
"tailwindcss": "^3.1.8",
|
||||
"tailwindcss": "^3.2.1",
|
||||
"tailwindcss-safe-area": "^0.2.2",
|
||||
"tailwindcss-themer": "^2.0.2",
|
||||
"typescript": "~4.7.4",
|
||||
"unplugin-icons": "^0.14.11",
|
||||
"vite": "^3.1.6",
|
||||
"unplugin-icons": "^0.14.12",
|
||||
"vite": "^3.1.8",
|
||||
"vite-compression-plugin": "^0.0.4",
|
||||
"vite-plugin-externals": "^0.5.1",
|
||||
"vite-plugin-html": "^3.2.0",
|
||||
"vite-plugin-pwa": "^0.13.1",
|
||||
"vite-plugin-static-copy": "^0.9.0",
|
||||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||||
"vitest": "^0.24.0",
|
||||
"vue-tsc": "^1.0.3"
|
||||
"vitest": "^0.24.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.3",
|
||||
"@histoire/plugin-vue": "^0.11.5",
|
||||
"@iconify-json/ri": "^1.1.3",
|
||||
"histoire": "^0.11.3",
|
||||
"unplugin-icons": "^0.14.11",
|
||||
"vite-plugin-dts": "^1.6.5"
|
||||
"histoire": "^0.11.5",
|
||||
"unplugin-icons": "^0.14.12",
|
||||
"vite-plugin-dts": "^1.6.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.37",
|
||||
|
@ -62,11 +62,11 @@
|
|||
"./dist/style.css": "./dist/style.css"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/commands": "^6.1.1",
|
||||
"@codemirror/language": "^6.2.1",
|
||||
"@codemirror/legacy-modes": "^6.1.0",
|
||||
"@codemirror/commands": "^6.1.2",
|
||||
"@codemirror/language": "^6.3.0",
|
||||
"@codemirror/legacy-modes": "^6.2.0",
|
||||
"@codemirror/state": "^6.1.2",
|
||||
"@codemirror/view": "^6.3.0",
|
||||
"@codemirror/view": "^6.4.0",
|
||||
"codemirror": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@ describe("Menu", () => {
|
|||
await wrapper.find(".has-submenus").trigger("click");
|
||||
expect(
|
||||
wrapper.find(".has-submenus .sub-menu-items").attributes().style
|
||||
).toBeUndefined(); // visible
|
||||
).toBe(""); // visible
|
||||
});
|
||||
|
||||
it("should work with openIds prop", function () {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"homepage": "https://github.com/halo-dev/console/tree/main/packages/shared#readme",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"vite-plugin-dts": "^1.6.5"
|
||||
"vite-plugin-dts": "^1.6.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.37",
|
||||
|
|
833
pnpm-lock.yaml
833
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue