Skip to content

Commit

Permalink
chore(overmind-vue): bump vue to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 9, 2023
1 parent ca12a80 commit cb1b1d9
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 63 deletions.
221 changes: 160 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-split-pane": "0.1.87",
"svelte": "3.49.0",
"tslib": "2.6.0",
"vue": "3.0.0-rc.10",
"vue": "3.3.4",
"ws": "8.13.0"
},
"devDependencies": {
Expand Down Expand Up @@ -96,7 +96,6 @@
"ts-loader": "9.4.4",
"typescript": "5.1.6",
"url-loader": "4.1.1",
"vue": "3.0.0-rc.10",
"webpack": "5.88.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/overmind-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
},
"devDependencies": {
"@types/node": "^20.4.1"
},
"peerDependencies": {
"vue": "*"
}
}

0 comments on commit cb1b1d9

Please sign in to comment.