Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4659869

Browse filesBrowse files
committed
v4.3.0
1 parent 4b31d8a commit 4659869
Copy full SHA for 4659869

File tree

Expand file treeCollapse file tree

25 files changed

+132
-59
lines changed
Filter options
Expand file treeCollapse file tree

25 files changed

+132
-59
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+73Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,77 @@
11

2+
## 4.3.0 (2020-04-01)
3+
4+
#### :rocket: New Features
5+
* `@vue/cli-plugin-unit-mocha`
6+
* [#5294](https://github.com/vuejs/vue-cli/pull/5294) feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port ([@darrylkuhn](https://github.com/darrylkuhn))
7+
* `@vue/babel-preset-app`
8+
* [#5322](https://github.com/vuejs/vue-cli/pull/5322) feat: enable `bugfixes` option for babel by default ([@sodatea](https://github.com/sodatea))
9+
* `@vue/cli-service`
10+
* [#5293](https://github.com/vuejs/vue-cli/pull/5293) support vue.config.cjs ([@simon300000](https://github.com/simon300000))
11+
* [#3886](https://github.com/vuejs/vue-cli/pull/3886) feat: wc entry accepts multiple file patterns splited by ',' ([@manico](https://github.com/manico))
12+
* `@vue/cli`
13+
* [#5212](https://github.com/vuejs/vue-cli/pull/5212) feat(vue-cli): Choosing to save as a preset tells you where it is saved ([@jaireina](https://github.com/jaireina))
14+
* `@vue/cli-plugin-typescript`
15+
* [#5170](https://github.com/vuejs/vue-cli/pull/5170) feat: use @vue/compiler-sfc as a compiler for TS if available ([@cexbrayat](https://github.com/cexbrayat))
16+
* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-ui-addon-widgets`
17+
* [#5241](https://github.com/vuejs/vue-cli/pull/5241) feat: ease the default `no-console` severity to `warn` ([@sodatea](https://github.com/sodatea))
18+
* `@vue/cli-service`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`
19+
* [#5233](https://github.com/vuejs/vue-cli/pull/5233) feat: add "not dead" to the default browserslist query ([@sodatea](https://github.com/sodatea))
20+
* `@vue/cli-plugin-router`
21+
* [#4805](https://github.com/vuejs/vue-cli/pull/4805) types(router): added router array type for Array RouteConfig ([@manuelojeda](https://github.com/manuelojeda))
22+
23+
#### :bug: Bug Fix
24+
* `@vue/cli-shared-utils`
25+
* [#5315](https://github.com/vuejs/vue-cli/pull/5315) fix: avoid process hanging when trying to get Chrome version ([@sodatea](https://github.com/sodatea))
26+
* [#5264](https://github.com/vuejs/vue-cli/pull/5264) fix false positive of `hasProjectNpm` ([@sodatea](https://github.com/sodatea))
27+
* `@vue/cli-ui`
28+
* [#5290](https://github.com/vuejs/vue-cli/pull/5290) fix(cli-ui): build task defaults should respect outputDir option from config file (Closes [#2639](https://github.com/vuejs/vue-cli/issues/2639)) ([@LinusBorg](https://github.com/LinusBorg))
29+
* `@vue/cli-service`
30+
* [#5320](https://github.com/vuejs/vue-cli/pull/5320) fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) ([@sodatea](https://github.com/sodatea))
31+
* [#5247](https://github.com/vuejs/vue-cli/pull/5247) fix(target-lib): fix dynamic public path in a dynamic chunk in Firefox ([@sodatea](https://github.com/sodatea))
32+
* `@vue/cli-plugin-pwa`
33+
* [#5087](https://github.com/vuejs/vue-cli/pull/5087) feat(pwa): Check for null or undefined in iconPaths ([@janispritzkau](https://github.com/janispritzkau))
34+
* `@vue/cli-plugin-eslint`
35+
* [#5242](https://github.com/vuejs/vue-cli/pull/5242) fix: fix severity config in ui ([@sodatea](https://github.com/sodatea))
36+
* `@vue/babel-preset-app`
37+
* [#5236](https://github.com/vuejs/vue-cli/pull/5236) fix(babel-preset-app): avoid corejs warning when useBuiltIns is false ([@LeBenLeBen](https://github.com/LeBenLeBen))
38+
39+
#### :memo: Documentation
40+
* [#5243](https://github.com/vuejs/vue-cli/pull/5243) docs: add warning on client side environment variables ([@sodatea](https://github.com/sodatea))
41+
* [#5231](https://github.com/vuejs/vue-cli/pull/5231) Update plugin-dev.md ([@yeyan1996](https://github.com/yeyan1996))
42+
43+
#### :house: Internal
44+
* `@vue/cli-service-global`
45+
* [#5319](https://github.com/vuejs/vue-cli/pull/5319) chore(cli-service-global): remove direct dependency on `@vue/babel-preset-app` ([@sodatea](https://github.com/sodatea))
46+
* `@vue/cli-service`
47+
* [#5305](https://github.com/vuejs/vue-cli/pull/5305) refactor: simplify config loading by skipping `fs.existsSync` check ([@sodatea](https://github.com/sodatea))
48+
* `@vue/cli`
49+
* [#5228](https://github.com/vuejs/vue-cli/pull/5228) test: e2e test case for command suggestion logic ([@jamesgeorge007](https://github.com/jamesgeorge007))
50+
* [#5238](https://github.com/vuejs/vue-cli/pull/5238) Improve package.json not found error  ([@barbeque](https://github.com/barbeque))
51+
52+
#### :hammer: Underlying Tools
53+
* `@vue/cli-plugin-eslint`
54+
* [#5273](https://github.com/vuejs/vue-cli/pull/5273) chore(eslint): bump minimum required eslint-loader version to support ESLint 6 ([@megos](https://github.com/megos))
55+
56+
#### Committers: 15
57+
- Benoît Burgener ([@LeBenLeBen](https://github.com/LeBenLeBen))
58+
- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat))
59+
- Darryl Kuhn ([@darrylkuhn](https://github.com/darrylkuhn))
60+
- George Tsiolis ([@gtsiolis](https://github.com/gtsiolis))
61+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
62+
- Jadranko Dragoje ([@manico](https://github.com/manico))
63+
- Jair Reina ([@jaireina](https://github.com/jaireina))
64+
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
65+
- Janis Pritzkau ([@janispritzkau](https://github.com/janispritzkau))
66+
- Manuel Ojeda ([@manuelojeda](https://github.com/manuelojeda))
67+
- Mike ([@barbeque](https://github.com/barbeque))
68+
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
69+
- megos ([@megos](https://github.com/megos))
70+
- simon3000 ([@simon300000](https://github.com/simon300000))
71+
- 夜宴 ([@yeyan1996](https://github.com/yeyan1996))
72+
73+
74+
275
## 4.2.3 (2020-02-27)
376

477
#### :bug: Bug Fix

‎docs/core-plugins/eslint.md

Copy file name to clipboardExpand all lines: docs/core-plugins/eslint.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
--max-warnings specify number of warnings to make build failed (default: Infinity)
1818
```
1919

20-
Lints and fixes files. If no specific files are given, it lints all files in `src` and `test`.
20+
Lints and fixes files. If no specific files are given, it lints all files in `src` and `tests`.
2121

2222
Other [ESLint CLI options](https://eslint.org/docs/user-guide/command-line-interface#options) are also supported.
2323

‎lerna.json

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "4.2.3",
4+
"version": "4.3.0",
55
"packages": [
66
"packages/@vue/babel-preset-app",
77
"packages/@vue/cli*",

‎packages/@vue/babel-preset-app/package.json

Copy file name to clipboardExpand all lines: packages/@vue/babel-preset-app/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-app",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "babel-preset-app for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

‎packages/@vue/cli-init/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-init/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-init",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "init addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

‎packages/@vue/cli-overlay/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-overlay/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-overlay",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "error overlay & dev server middleware for vue-cli",
55
"main": "dist/client.js",
66
"files": [

‎packages/@vue/cli-plugin-babel/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-babel/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-babel",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "babel plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -21,8 +21,8 @@
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
2222
"dependencies": {
2323
"@babel/core": "^7.9.0",
24-
"@vue/babel-preset-app": "^4.2.3",
25-
"@vue/cli-shared-utils": "^4.2.3",
24+
"@vue/babel-preset-app": "^4.3.0",
25+
"@vue/cli-shared-utils": "^4.3.0",
2626
"babel-loader": "^8.1.0",
2727
"cache-loader": "^4.1.0",
2828
"thread-loader": "^2.1.3",

‎packages/@vue/cli-plugin-e2e-cypress/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-cypress/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-cypress",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "e2e-cypress plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.2.3",
26+
"@vue/cli-shared-utils": "^4.3.0",
2727
"cypress": "^3.8.3",
2828
"eslint-plugin-cypress": "^2.10.3"
2929
},

‎packages/@vue/cli-plugin-e2e-nightwatch/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-nightwatch/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-nightwatch",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "e2e-nightwatch plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.2.3",
26+
"@vue/cli-shared-utils": "^4.3.0",
2727
"deepmerge": "^4.2.2",
2828
"nightwatch": "^1.3.4"
2929
},

‎packages/@vue/cli-plugin-eslint/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-eslint/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-eslint",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "eslint plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.2.3",
26+
"@vue/cli-shared-utils": "^4.3.0",
2727
"eslint-loader": "^2.2.1",
2828
"globby": "^9.2.0",
2929
"inquirer": "^7.1.0",

‎packages/@vue/cli-plugin-pwa/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-pwa/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-pwa",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "pwa plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.2.3",
26+
"@vue/cli-shared-utils": "^4.3.0",
2727
"webpack": "^4.0.0",
2828
"workbox-webpack-plugin": "^4.3.1"
2929
},

‎packages/@vue/cli-plugin-router/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-router/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-router",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "router plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,10 +23,10 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.2.3"
26+
"@vue/cli-shared-utils": "^4.3.0"
2727
},
2828
"devDependencies": {
29-
"@vue/cli-test-utils": "^4.2.3"
29+
"@vue/cli-test-utils": "^4.3.0"
3030
},
3131
"peerDependencies": {
3232
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"

‎packages/@vue/cli-plugin-typescript/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-typescript/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-typescript",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "typescript plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@types/webpack-env": "^1.15.1",
27-
"@vue/cli-shared-utils": "^4.2.3",
27+
"@vue/cli-shared-utils": "^4.3.0",
2828
"cache-loader": "^4.1.0",
2929
"fork-ts-checker-webpack-plugin": "^3.1.1",
3030
"globby": "^9.2.0",

‎packages/@vue/cli-plugin-unit-jest/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-unit-jest/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-unit-jest",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "unit-jest plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"@babel/core": "^7.9.0",
2727
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
2828
"@types/jest": "^24.0.19",
29-
"@vue/cli-shared-utils": "^4.2.3",
29+
"@vue/cli-shared-utils": "^4.3.0",
3030
"babel-core": "^7.0.0-bridge.0",
3131
"babel-jest": "^24.9.0",
3232
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",

‎packages/@vue/cli-plugin-unit-mocha/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-unit-mocha/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-unit-mocha",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "mocha unit testing plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
2424
"dependencies": {
25-
"@vue/cli-shared-utils": "^4.2.3",
25+
"@vue/cli-shared-utils": "^4.3.0",
2626
"jsdom": "^15.2.1",
2727
"jsdom-global": "^3.0.2",
2828
"mocha": "^6.2.2",

‎packages/@vue/cli-plugin-vuex/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-vuex/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-vuex",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "Vuex plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"devDependencies": {
26-
"@vue/cli-test-utils": "^4.2.3"
26+
"@vue/cli-test-utils": "^4.3.0"
2727
},
2828
"peerDependencies": {
2929
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"

‎packages/@vue/cli-service-global/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-service-global/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-service-global",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "vue-cli-service global addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {
@@ -22,9 +22,9 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-service-global#readme",
2424
"dependencies": {
25-
"@vue/cli-plugin-babel": "^4.2.3",
26-
"@vue/cli-plugin-eslint": "^4.2.3",
27-
"@vue/cli-service": "^4.2.3",
25+
"@vue/cli-plugin-babel": "^4.3.0",
26+
"@vue/cli-plugin-eslint": "^4.3.0",
27+
"@vue/cli-service": "^4.3.0",
2828
"babel-eslint": "^10.1.0",
2929
"chalk": "^3.0.0",
3030
"core-js": "^3.6.4",

‎packages/@vue/cli-service/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-service/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-service",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "local service for vue-cli projects",
55
"main": "lib/Service.js",
66
"typings": "types/index.d.ts",
@@ -26,10 +26,10 @@
2626
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
2727
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
2828
"@soda/get-current-script": "^1.0.0",
29-
"@vue/cli-overlay": "^4.2.3",
30-
"@vue/cli-plugin-router": "^4.2.3",
31-
"@vue/cli-plugin-vuex": "^4.2.3",
32-
"@vue/cli-shared-utils": "^4.2.3",
29+
"@vue/cli-overlay": "^4.3.0",
30+
"@vue/cli-plugin-router": "^4.3.0",
31+
"@vue/cli-plugin-vuex": "^4.3.0",
32+
"@vue/cli-shared-utils": "^4.3.0",
3333
"@vue/component-compiler-utils": "^3.0.2",
3434
"@vue/preload-webpack-plugin": "^1.1.0",
3535
"@vue/web-component-wrapper": "^1.2.0",

‎packages/@vue/cli-shared-utils/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-shared-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-shared-utils",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "shared utilities for vue-cli packages",
55
"main": "index.js",
66
"repository": {

‎packages/@vue/cli-test-utils/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-test-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-test-utils",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "test utilities for vue-cli packages",
55
"repository": {
66
"type": "git",

‎packages/@vue/cli-ui-addon-webpack/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-ui-addon-webpack/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui-addon-webpack",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -18,9 +18,9 @@
1818
},
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@vue/cli-plugin-babel": "^4.2.3",
22-
"@vue/cli-plugin-eslint": "^4.2.3",
23-
"@vue/cli-service": "^4.2.3",
21+
"@vue/cli-plugin-babel": "^4.3.0",
22+
"@vue/cli-plugin-eslint": "^4.3.0",
23+
"@vue/cli-service": "^4.3.0",
2424
"@vue/eslint-config-standard": "^5.1.2",
2525
"core-js": "^3.6.4",
2626
"eslint": "^6.7.2",

‎packages/@vue/cli-ui-addon-widgets/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-ui-addon-widgets/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui-addon-widgets",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -18,9 +18,9 @@
1818
},
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@vue/cli-plugin-babel": "^4.2.3",
22-
"@vue/cli-plugin-eslint": "^4.2.3",
23-
"@vue/cli-service": "^4.2.3",
21+
"@vue/cli-plugin-babel": "^4.3.0",
22+
"@vue/cli-plugin-eslint": "^4.3.0",
23+
"@vue/cli-service": "^4.3.0",
2424
"@vue/eslint-config-standard": "^5.1.2",
2525
"core-js": "^3.6.4",
2626
"eslint": "^6.7.2",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.