Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos authored and joao committed Sep 1, 2023
1 parent f0d5037 commit 2a58e86
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint": "8.27.0",
"eslint-plugin-vue": "9.9.0",
"glob": "8.0.3",
"mini-css-extract-plugin": "2.7.0",
"mini-css-extract-plugin": "2.7.6",
"prettier": "2.7.1",
"release-it": "15.6.0",
"resize-observer-polyfill": "1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "eslint ./src ./test --ext .js,.ts,.vue"
},
"dependencies": {
"@popperjs/core": "2.11.4",
"@popperjs/core": "2.11.8",
"d3": "7.8.0",
"d3-sankey": "0.12.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"storybook": "sb dev -p 9002 -c .storybook"
},
"dependencies": {
"@popperjs/core": "2.11.4",
"@popperjs/core": "2.11.8",
"d3": "7.8.5",
"d3-sankey": "0.12.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "vitest --config=vitest.config.ts"
},
"dependencies": {
"@popperjs/core": "2.11.4",
"@popperjs/core": "2.11.8",
"d3": "7.8.5",
"d3-sankey": "0.12.3"
},
Expand Down
Loading

0 comments on commit 2a58e86

Please sign in to comment.