Skip to content

Commit a59135a

Browse files
committed
chore: bump to vue-next v3.2.19
1 parent 160b9f5 commit a59135a

File tree

9 files changed

+87
-196
lines changed

9 files changed

+87
-196
lines changed

e2e/3.x/babel-in-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"test": "jest --no-cache test.js"
88
},
99
"dependencies": {
10-
"vue": "^3.2.6"
10+
"vue": "^3.2.19"
1111
},
1212
"devDependencies": {
1313
"@babel/core": "^7.9.0",
1414
"@babel/preset-env": "^7.9.0",
15-
"@vue/compiler-sfc": "^3.2.6",
15+
"@vue/compiler-sfc": "^3.2.19",
1616
"coffeescript": "^2.3.2",
1717
"jest": "^27.0.0",
1818
"ts-jest": "^27.0.1",

e2e/3.x/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"test": "jest --no-cache --coverage test.js"
88
},
99
"dependencies": {
10-
"vue": "^3.2.6"
10+
"vue": "^3.2.19"
1111
},
1212
"devDependencies": {
1313
"@babel/core": "^7.9.0",
1414
"@babel/preset-env": "^7.9.0",
15-
"@vue/compiler-sfc": "^3.2.6",
15+
"@vue/compiler-sfc": "^3.2.19",
1616
"babel-helper-vue-jsx-merge-props": "^2.0.3",
1717
"babel-plugin-syntax-jsx": "^6.18.0",
1818
"babel-plugin-transform-vue-jsx": "^3.7.0",

e2e/3.x/custom-transformers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "jest --no-cache --coverage test.js"
88
},
99
"dependencies": {
10-
"@vue/compiler-sfc": "^3.2.6",
11-
"vue": "^3.2.6"
10+
"@vue/compiler-sfc": "^3.2.19",
11+
"vue": "^3.2.19"
1212
},
1313
"devDependencies": {
1414
"@babel/core": "^7.9.0",

e2e/3.x/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "jest --no-cache test.js"
88
},
99
"dependencies": {
10-
"vue": "^3.2.6"
10+
"vue": "^3.2.19"
1111
},
1212
"devDependencies": {
1313
"@babel/core": "^7.9.0",

e2e/3.x/style/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "jest --no-cache test.js"
88
},
99
"dependencies": {
10-
"@vue/compiler-sfc": "^3.2.6",
11-
"vue": "^3.2.6"
10+
"@vue/compiler-sfc": "^3.2.19",
11+
"vue": "^3.2.19"
1212
},
1313
"devDependencies": {
1414
"@babel/core": "^7.9.0",

e2e/3.x/typescript-with-babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "jest --no-cache ./sub-project/test.js"
88
},
99
"dependencies": {
10-
"@vue/compiler-sfc": "^3.2.6",
11-
"vue": "^3.2.6"
10+
"@vue/compiler-sfc": "^3.2.19",
11+
"vue": "^3.2.19"
1212
},
1313
"devDependencies": {
1414
"@babel/core": "^7.9.0",

e2e/3.x/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "jest --no-cache ./src/test.ts"
88
},
99
"dependencies": {
10-
"@vue/compiler-sfc": "^3.2.6",
11-
"vue": "^3.2.6"
10+
"@vue/compiler-sfc": "^3.2.19",
11+
"vue": "^3.2.19"
1212
},
1313
"devDependencies": {
1414
"@types/jest": "16.0.10",

packages/vue3-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"devDependencies": {
2727
"@babel/core": "^7.9.0",
28-
"@vue/compiler-sfc": "^3.2.6",
28+
"@vue/compiler-sfc": "^3.2.19",
2929
"babel-core": "^7.0.0-bridge.0",
3030
"babel-jest": "^27.0.0",
3131
"conventional-changelog": "^1.1.5",
@@ -34,7 +34,7 @@
3434
"semantic-release": "^15.13.2",
3535
"ts-jest": "^27.0.1",
3636
"typescript": "^4.1.2",
37-
"vue": "^3.2.6"
37+
"vue": "^3.2.19"
3838
},
3939
"peerDependencies": {
4040
"@babel/core": "7.x",

0 commit comments

Comments
 (0)