Skip to content

Commit 30f84e1

Browse files
committed
feature #869 Upgrade Vue3 deps beyond beta (weaverryan)
This PR was merged into the main branch. Discussion ---------- Upgrade Vue3 deps beyond beta This just helps us verify that we work with Vue3 stable and helps give a better message of what version to install. Commits ------- 946e041 Vue3 is now out of beta
2 parents 85c42b0 + 946e041 commit 30f84e1

File tree

2 files changed

+162
-135
lines changed

2 files changed

+162
-135
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"@symfony/controllers": "file:fixtures/stimulus/controllers",
6464
"@symfony/autoimport": "file:fixtures/stimulus/autoimport",
6565
"@symfony/stimulus-bridge": "^1.0.0",
66-
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.3",
67-
"@vue/babel-preset-jsx": "^1.0.0-beta.3",
68-
"@vue/compiler-sfc": "^3.0.0-beta.9",
66+
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
67+
"@vue/babel-preset-jsx": "^1.0.0",
68+
"@vue/compiler-sfc": "^3.0.0",
6969
"autoprefixer": "^8.5.0",
7070
"babel-eslint": "^10.0.1",
7171
"chai": "^4.2.0",
@@ -99,8 +99,8 @@
9999
"ts-loader": "^8.0.1",
100100
"typescript": ">=2.9",
101101
"url-loader": "^4.0.0",
102-
"vue": "^3.0.0-beta.9",
103-
"vue-loader": "^16.0.0-alpha.1",
102+
"vue": "^3.0.0",
103+
"vue-loader": "^16.0.0",
104104
"vue-template-compiler": "^2.5.0",
105105
"webpack-notifier": "^1.6.0",
106106
"zombie": "^6.1.4"

0 commit comments

Comments
 (0)