Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
localvoid committed Sep 12, 2023
1 parent fad7e18 commit 0b788a8
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 101 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:only": "node --enable-source-maps --test-only --test packages/ tests/dist/"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"typescript": "^5.2.2"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@ivi/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@ivi/htm": "workspace:*",
"astro": "^3.0.8",
"astro": "^3.0.12",
"ivi": "workspace:*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@ivi/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/types": "^7.22.15"
"@babel/types": "^7.22.17"
},
"devDependencies": {
"ivi": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/@ivi/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"LICENSE"
],
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.22.17",
"@ivi/babel-plugin": "workspace:^",
"@rollup/pluginutils": "^5.0.4"
},
"devDependencies": {
"@ivi/htm": "workspace:*",
"@ivi/tpl": "workspace:*",
"@types/babel__core": "^7.20.1",
"rollup": "^3.28.1"
"rollup": "^3.29.1"
},
"scripts": {
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo"
Expand Down
2 changes: 1 addition & 1 deletion packages/@ivi/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"LICENSE"
],
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.22.17",
"@ivi/babel-plugin": "workspace:^",
"@rollup/pluginutils": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 0b788a8

Please sign in to comment.