diff --git a/package.json b/package.json index c175d87..98c8f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "front-next", - "version": "5.11.1", + "version": "5.11.2", "scripts": { "dev": "vite --host", "build": "vite build", @@ -9,7 +9,7 @@ "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix" }, "dependencies": { - "@cool-vue/admin": "^5.0.2", + "@cool-vue/admin": "^5.0.3", "@cool-vue/crud": "^5.7.0", "@element-plus/icons-vue": "^2.0.6", "@vueuse/core": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 329685b..b7f3eb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1059,10 +1059,10 @@ style-mod "^4.0.0" w3c-keyname "^2.2.4" -"@cool-vue/admin@^5.0.2": - version "5.0.2" - resolved "https://registry.npmjs.org/@cool-vue/admin/-/admin-5.0.2.tgz#fc860b5821018d4ce909620c51ed51a1eac762c4" - integrity sha512-CVdfRlDhHPHlpsDCoa0nFGeEmBbolUYkgqZef0jUf0ae9CU7CPd+CIQ+VzW9SXuIQQ68l2BtN3eJFzmkt6+TPA== +"@cool-vue/admin@^5.0.3": + version "5.0.3" + resolved "https://registry.npmjs.org/@cool-vue/admin/-/admin-5.0.3.tgz#d066eda856b4a82ea6d4badd03b87ddb61409ac3" + integrity sha512-w6/IhlrWFmd2vUjZV/1nl9GcSYTYitbuXjIeuQ/+3ryPOgOnBI7BKS4KID6fgLdaQ9m5Q8Be2W59U3YxcFq8Cg== dependencies: "@codemirror/lang-javascript" "^6.1.0" "@codemirror/theme-one-dark" "^6.1.0"