Skip to content

Commit

Permalink
⬆️ Update vue monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 2290c78 commit aee31bf
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 131 deletions.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/d3-sankey": "^0.12.4",
"@vue/test-utils": "2.4.4",
"vitest": "0.34.6",
"vue": "3.3.7",
"vue": "3.4.36",
"vue-tsc": "^1.8.22"
},
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"storybook-utils": "workspace:storybook-utils@*",
"vite": "4.5.2",
"vite-plugin-static-copy": "0.17.1",
"vue": "2.7.15",
"vue-template-compiler": "2.7.15",
"vue": "2.7.16",
"vue-template-compiler": "2.7.16",
"vue-tsc": "^1.8.22"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"d3-sankey": "0.12.3"
},
"peerDependencies": {
"vue": "3.3.x"
"vue": "3.3.x || 3.4.x"
},
"devDependencies": {
"@adyen/lume-core": "workspace:@adyen/lume-core@*",
Expand All @@ -55,7 +55,7 @@
"vite": "4.5.2",
"vite-plugin-static-copy": "0.17.1",
"vitest": "0.34.6",
"vue": "3.3.7",
"vue": "3.4.36",
"vue-tsc": "^1.8.22"
},
"keywords": [
Expand Down
Loading

0 comments on commit aee31bf

Please sign in to comment.