@vue/cli-ui
Advanced tools
Comparing version 3.0.0-rc.6 to 3.0.0-rc.7
@@ -5,4 +5,3 @@ const Lowdb = require('lowdb') | ||
const path = require('path') | ||
const os = require('os') | ||
const { xdgConfigPath } = require('@vue/cli/lib/util/xdgConfig') | ||
const { getRcPath } = require('@vue/cli/lib/util/rcPath') | ||
@@ -18,5 +17,6 @@ let folder | ||
} else { | ||
folder = process.env.VUE_CLI_UI_DB_PATH || | ||
xdgConfigPath('.vue-cli-ui') || | ||
path.join(os.homedir(), '.vue-cli-ui') | ||
folder = ( | ||
process.env.VUE_CLI_UI_DB_PATH || | ||
getRcPath('.vue-cli-ui') | ||
) | ||
} | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "@vue/cli-ui", | ||
"version": "3.0.0-rc.6", | ||
"version": "3.0.0-rc.7", | ||
"scripts": { | ||
@@ -31,3 +31,3 @@ "serve": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4000/graphql vue-cli-service serve", | ||
"@akryum/winattr": "^3.0.0", | ||
"@vue/cli-shared-utils": "^3.0.0-rc.6", | ||
"@vue/cli-shared-utils": "^3.0.0-rc.7", | ||
"chalk": "^2.4.1", | ||
@@ -60,7 +60,7 @@ "clone": "^2.1.1", | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^3.0.0-rc.6", | ||
"@vue/cli-plugin-e2e-cypress": "^3.0.0-rc.6", | ||
"@vue/cli-plugin-eslint": "^3.0.0-rc.6", | ||
"@vue/cli-service": "^3.0.0-rc.6", | ||
"@vue/eslint-config-standard": "^3.0.0-rc.6", | ||
"@vue/cli-plugin-babel": "^3.0.0-rc.7", | ||
"@vue/cli-plugin-e2e-cypress": "^3.0.0-rc.7", | ||
"@vue/cli-plugin-eslint": "^3.0.0-rc.7", | ||
"@vue/cli-service": "^3.0.0-rc.7", | ||
"@vue/eslint-config-standard": "^3.0.0-rc.7", | ||
"@vue/ui": "^0.4.6", | ||
@@ -67,0 +67,0 @@ "ansi_up": "^3.0.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7666731