diff --git a/pkg/rancher-components/package.json b/pkg/rancher-components/package.json index c03d26ce9ff..7b14bf6ac74 100644 --- a/pkg/rancher-components/package.json +++ b/pkg/rancher-components/package.json @@ -5,7 +5,7 @@ "url": "git://github.com/rancher/dashboard.git" }, "license": "Apache-2.0", - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.2", "module": "./main.js", "main": "./dist/@rancher/components.umd.min.js", "files": [ @@ -32,24 +32,24 @@ "@vue/cli-service": "5.0.8", "@vue/eslint-config-standard": "6.1.0", "@vue/eslint-config-typescript": "9.1.0", - "@vue/test-utils":"2.4.6", + "@vue/test-utils": "2.4.6", "babel-eslint": "10.1.0", "core-js": "3.45.0", "cron-validator": "1.4.0", "cronstrue": "2.53.0", + "eslint": "7.32.0", "eslint-plugin-import": "2.32.0", + "eslint-plugin-local-rules": "link:../../eslint-plugin-local-rules", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-standard": "5.0.0", "eslint-plugin-vue": "9.32.0", - "eslint": "7.32.0", "jsonpath-plus": "10.3.0", - "sass-loader": "12.6.0", "sass": "1.90.0", + "sass-loader": "12.6.0", "typescript": "5.6.3", - "vue": "3.5.18", "vee-validate": "4.15.0", - "eslint-plugin-local-rules": "link:../../eslint-plugin-local-rules" + "vue": "3.5.18" }, "peerDependencies": { "core-js": "3.40.0",