mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 03:11:19 -06:00
v4.0.0-alpha.1
This commit is contained in:
55
CHANGELOG.md
55
CHANGELOG.md
@@ -1,4 +1,59 @@
|
||||
|
||||
## 4.0.0-alpha.1 (2019-05-25)
|
||||
|
||||
#### :rocket: New Features
|
||||
* `@vue/cli-plugin-pwa`, `@vue/cli-ui`
|
||||
* [#3939](https://github.com/vuejs/vue-cli/pull/3939) feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
|
||||
* `@vue/cli-ui`
|
||||
* [#3929](https://github.com/vuejs/vue-cli/pull/3929) Feat prompt editor ([@Akryum](https://github.com/Akryum))
|
||||
* [#3955](https://github.com/vuejs/vue-cli/pull/3955) Feat rename project ([@Akryum](https://github.com/Akryum))
|
||||
* `@vue/cli-service`
|
||||
* [#4011](https://github.com/vuejs/vue-cli/pull/4011) Enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien))
|
||||
* `@vue/cli`
|
||||
* [#3860](https://github.com/vuejs/vue-cli/pull/3860) feat(cli): suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007))
|
||||
|
||||
#### :boom: Breaking Changes
|
||||
* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-service`, `@vue/cli-ui-addon-widgets`, `@vue/cli`
|
||||
* [#3975](https://github.com/vuejs/vue-cli/pull/3975) chore!: change default value of `lintOnSave` option ([@sodatea](https://github.com/sodatea))
|
||||
* `@vue/cli-plugin-typescript`
|
||||
* [#3909](https://github.com/vuejs/vue-cli/pull/3909) chore: prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg))
|
||||
|
||||
#### :bug: Bug Fix
|
||||
* `@vue/cli-upgrade`
|
||||
* [#4036](https://github.com/vuejs/vue-cli/pull/4036) fix: add missing dependencies to @vue/cli-upgrade ([@sodatea](https://github.com/sodatea))
|
||||
* `@vue/cli-service`
|
||||
* [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix: fix dev mode compatibility with workers ([@sodatea](https://github.com/sodatea))
|
||||
* [#4025](https://github.com/vuejs/vue-cli/pull/4025) fix: update the css-loader runtime path for css-loader v2 ([@sodatea](https://github.com/sodatea))
|
||||
* `@vue/cli-ui`
|
||||
* [#3992](https://github.com/vuejs/vue-cli/pull/3992) fix(cli-ui): update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea))
|
||||
* [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix(cli-ui): fix detectLanguage function ([@maple3142](https://github.com/maple3142))
|
||||
|
||||
#### :house: Internal
|
||||
* `@vue/cli-service`
|
||||
* [#4018](https://github.com/vuejs/vue-cli/pull/4018) hotfix for #4016 ([@svtfrancisco](https://github.com/svtfrancisco))
|
||||
* `@vue/cli`
|
||||
* [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions` ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :hammer: Underlying Tools
|
||||
* `@vue/cli-service`
|
||||
* [#4020](https://github.com/vuejs/vue-cli/pull/4020) chore: upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton))
|
||||
* [#3943](https://github.com/vuejs/vue-cli/pull/3943) chore: upgrade webpack-chain to v6 ([@sodatea](https://github.com/sodatea))
|
||||
* `@vue/babel-preset-app`
|
||||
* [#3978](https://github.com/vuejs/vue-cli/pull/3978) feat(babel-preset-app): Bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg))
|
||||
|
||||
#### Committers: 9
|
||||
- Francisco ([@svtfrancisco](https://github.com/svtfrancisco))
|
||||
- Guillaume Chau ([@Akryum](https://github.com/Akryum))
|
||||
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
|
||||
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
|
||||
- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
|
||||
- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton))
|
||||
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
|
||||
- [@achretien](https://github.com/achretien)
|
||||
- maple ([@maple3142](https://github.com/maple3142))
|
||||
|
||||
|
||||
|
||||
## 4.0.0-alpha.0 (2019-05-01)
|
||||
|
||||
#### :boom: Breaking Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": false,
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"packages": [
|
||||
"packages/@vue/babel-preset-app",
|
||||
"packages/@vue/cli*"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/babel-preset-app",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "babel-preset-app for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-init",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "init addon for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-overlay",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "error overlay & dev server middleware for vue-cli",
|
||||
"main": "dist/client.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-babel",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "babel plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -21,8 +21,8 @@
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.4.5",
|
||||
"@vue/babel-preset-app": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/babel-preset-app": "^4.0.0-alpha.1",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"babel-loader": "^8.0.6",
|
||||
"webpack": ">=4 < 4.29"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-e2e-cypress",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "e2e-cypress plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"cypress": "^3.3.1",
|
||||
"eslint-plugin-cypress": "^2.2.1"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-e2e-nightwatch",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "e2e-nightwatch plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"deepmerge": "^3.2.0",
|
||||
"execa": "^1.0.0",
|
||||
"nightwatch": "^1.1.11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-eslint",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "eslint plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"eslint-loader": "^2.1.2",
|
||||
"globby": "^9.2.0",
|
||||
"webpack": ">=4 < 4.29"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-pwa",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "pwa plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"webpack": ">=4 < 4.29",
|
||||
"workbox-webpack-plugin": "^4.3.1"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-typescript",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "typescript plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/webpack-env": "^1.13.9",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"fork-ts-checker-webpack-plugin": "^1.3.4",
|
||||
"globby": "^9.2.0",
|
||||
"ts-loader": "^6.0.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-unit-jest",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "unit-jest plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-jest": "^24.8.0",
|
||||
"jest": "^24.8.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-unit-mocha",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "mocha unit testing plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"jsdom": "^15.1.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"mocha": "^6.1.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-service-global",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "vue-cli-service global addon for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-build#readme",
|
||||
"dependencies": {
|
||||
"@vue/babel-preset-app": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
|
||||
"@vue/cli-service": "^4.0.0-alpha.0",
|
||||
"@vue/babel-preset-app": "^4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-alpha.1",
|
||||
"@vue/cli-service": "^4.0.0-alpha.1",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"chalk": "^2.4.2",
|
||||
"core-js": "^3.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-service",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "local service for vue-cli projects",
|
||||
"main": "lib/Service.js",
|
||||
"typings": "types/index.d.ts",
|
||||
@@ -25,8 +25,8 @@
|
||||
"dependencies": {
|
||||
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
|
||||
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
|
||||
"@vue/cli-overlay": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-overlay": "^4.0.0-alpha.1",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"@vue/component-compiler-utils": "^2.6.0",
|
||||
"@vue/preload-webpack-plugin": "^1.1.0",
|
||||
"@vue/web-component-wrapper": "^1.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-shared-utils",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "shared utilities for vue-cli packages",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-test-utils",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "test utilities for vue-cli packages",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui-addon-webpack",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -18,9 +18,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
|
||||
"@vue/cli-service": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-alpha.1",
|
||||
"@vue/cli-service": "^4.0.0-alpha.1",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"core-js": "^3.1.2",
|
||||
"eslint": "^5.16.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui-addon-widgets",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -18,9 +18,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
|
||||
"@vue/cli-service": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-alpha.1",
|
||||
"@vue/cli-service": "^4.0.0-alpha.1",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"core-js": "^3.1.2",
|
||||
"eslint": "^5.16.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@akryum/winattr": "^3.0.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"chalk": "^2.4.1",
|
||||
"clone": "^2.1.1",
|
||||
"deepmerge": "^3.2.0",
|
||||
@@ -65,10 +65,10 @@
|
||||
"watch": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-e2e-cypress": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
|
||||
"@vue/cli-service": "^4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-e2e-cypress": "^4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-alpha.1",
|
||||
"@vue/cli-service": "^4.0.0-alpha.1",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"@vue/ui": "^0.9.2",
|
||||
"ansi_up": "^3.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-upgrade",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "utility to upgrade vue cli service / plugins in vue apps",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-upgrade#readme",
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"chalk": "^2.4.1",
|
||||
"cli-table": "^0.3.1",
|
||||
"execa": "^1.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "Command line interface for rapid Vue.js development",
|
||||
"bin": {
|
||||
"vue": "bin/vue.js"
|
||||
@@ -24,10 +24,10 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
|
||||
"@vue/cli-ui": "^4.0.0-alpha.0",
|
||||
"@vue/cli-ui-addon-webpack": "^4.0.0-alpha.0",
|
||||
"@vue/cli-ui-addon-widgets": "^4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"@vue/cli-ui": "^4.0.0-alpha.1",
|
||||
"@vue/cli-ui-addon-webpack": "^4.0.0-alpha.1",
|
||||
"@vue/cli-ui-addon-widgets": "^4.0.0-alpha.1",
|
||||
"chalk": "^2.4.1",
|
||||
"cmd-shim": "^2.0.2",
|
||||
"commander": "^2.20.0",
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"name": "vue-cli-version-marker",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "version marker for @vue/cli",
|
||||
"author": "Evan You",
|
||||
"license": "MIT",
|
||||
"main": "package.json",
|
||||
"devDependencies": {
|
||||
"@vue/babel-preset-app": "4.0.0-alpha.0",
|
||||
"@vue/cli-init": "4.0.0-alpha.0",
|
||||
"@vue/cli-overlay": "4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-babel": "4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-e2e-cypress": "4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-e2e-nightwatch": "4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-eslint": "4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-pwa": "4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-typescript": "4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-unit-jest": "4.0.0-alpha.0",
|
||||
"@vue/cli-plugin-unit-mocha": "4.0.0-alpha.0",
|
||||
"@vue/cli-service-global": "4.0.0-alpha.0",
|
||||
"@vue/cli-service": "4.0.0-alpha.0",
|
||||
"@vue/cli-shared-utils": "4.0.0-alpha.0",
|
||||
"@vue/cli-test-utils": "4.0.0-alpha.0",
|
||||
"@vue/cli-ui-addon-webpack": "4.0.0-alpha.0",
|
||||
"@vue/cli-ui-addon-widgets": "4.0.0-alpha.0",
|
||||
"@vue/cli-ui": "4.0.0-alpha.0",
|
||||
"@vue/cli-upgrade": "4.0.0-alpha.0",
|
||||
"@vue/cli": "4.0.0-alpha.0"
|
||||
"@vue/babel-preset-app": "4.0.0-alpha.1",
|
||||
"@vue/cli-init": "4.0.0-alpha.1",
|
||||
"@vue/cli-overlay": "4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-babel": "4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-e2e-cypress": "4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-e2e-nightwatch": "4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-eslint": "4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-pwa": "4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-typescript": "4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-unit-jest": "4.0.0-alpha.1",
|
||||
"@vue/cli-plugin-unit-mocha": "4.0.0-alpha.1",
|
||||
"@vue/cli-service-global": "4.0.0-alpha.1",
|
||||
"@vue/cli-service": "4.0.0-alpha.1",
|
||||
"@vue/cli-shared-utils": "4.0.0-alpha.1",
|
||||
"@vue/cli-test-utils": "4.0.0-alpha.1",
|
||||
"@vue/cli-ui-addon-webpack": "4.0.0-alpha.1",
|
||||
"@vue/cli-ui-addon-widgets": "4.0.0-alpha.1",
|
||||
"@vue/cli-ui": "4.0.0-alpha.1",
|
||||
"@vue/cli-upgrade": "4.0.0-alpha.1",
|
||||
"@vue/cli": "4.0.0-alpha.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user