Skip to content

Commit

Permalink
chore: bump to vue-next v3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Oct 1, 2021
1 parent 160b9f5 commit a59135a
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 196 deletions.
4 changes: 2 additions & 2 deletions e2e/3.x/babel-in-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"test": "jest --no-cache test.js"
},
"dependencies": {
"vue": "^3.2.6"
"vue": "^3.2.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.19",
"coffeescript": "^2.3.2",
"jest": "^27.0.0",
"ts-jest": "^27.0.1",
Expand Down
4 changes: 2 additions & 2 deletions e2e/3.x/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"test": "jest --no-cache --coverage test.js"
},
"dependencies": {
"vue": "^3.2.6"
"vue": "^3.2.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.19",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e/3.x/custom-transformers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "jest --no-cache --coverage test.js"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.6",
"vue": "^3.2.6"
"@vue/compiler-sfc": "^3.2.19",
"vue": "^3.2.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/3.x/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest --no-cache test.js"
},
"dependencies": {
"vue": "^3.2.6"
"vue": "^3.2.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e/3.x/style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "jest --no-cache test.js"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.6",
"vue": "^3.2.6"
"@vue/compiler-sfc": "^3.2.19",
"vue": "^3.2.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e/3.x/typescript-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "jest --no-cache ./sub-project/test.js"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.6",
"vue": "^3.2.6"
"@vue/compiler-sfc": "^3.2.19",
"vue": "^3.2.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e/3.x/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "jest --no-cache ./src/test.ts"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.6",
"vue": "^3.2.6"
"@vue/compiler-sfc": "^3.2.19",
"vue": "^3.2.19"
},
"devDependencies": {
"@types/jest": "16.0.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.19",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.0",
"conventional-changelog": "^1.1.5",
Expand All @@ -34,7 +34,7 @@
"semantic-release": "^15.13.2",
"ts-jest": "^27.0.1",
"typescript": "^4.1.2",
"vue": "^3.2.6"
"vue": "^3.2.19"
},
"peerDependencies": {
"@babel/core": "7.x",
Expand Down
Loading

0 comments on commit a59135a

Please sign in to comment.