Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
localvoid committed Sep 5, 2023
1 parent 43cdf6f commit 737b8e5
Show file tree
Hide file tree
Showing 7 changed files with 952 additions and 886 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:only": "node --enable-source-maps --test-only --test packages/ tests/dist/"
},
"devDependencies": {
"@types/node": "^20.2.5",
"typescript": "^5.1.3"
"@types/node": "^20.5.9",
"typescript": "^5.2.2"
},
"volta": {
"node": "20.2.0",
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": "^2.5.7",
"astro": "^3.0.8",
"ivi": "workspace:*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@ivi/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"ivi": "workspace:^"
},
"dependencies": {
"@babel/helper-module-imports": "^7.21.4",
"@babel/helper-plugin-utils": "^7.21.5",
"@babel/types": "^7.22.4"
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/types": "^7.22.15"
},
"devDependencies": {
"ivi": "workspace:*"
Expand Down
6 changes: 3 additions & 3 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.1",
"@babel/core": "^7.22.15",
"@ivi/babel-plugin": "workspace:^",
"@rollup/pluginutils": "^5.0.2"
"@rollup/pluginutils": "^5.0.4"
},
"devDependencies": {
"@ivi/htm": "workspace:*",
"@ivi/tpl": "workspace:*",
"@types/babel__core": "^7.20.1",
"rollup": "^3.23.1"
"rollup": "^3.28.1"
},
"scripts": {
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo"
Expand Down
6 changes: 3 additions & 3 deletions packages/@ivi/vite-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.1",
"@babel/core": "^7.22.15",
"@ivi/babel-plugin": "workspace:^",
"@rollup/pluginutils": "^5.0.2"
"@rollup/pluginutils": "^5.0.4"
},
"devDependencies": {
"@ivi/htm": "workspace:*",
"@ivi/tpl": "workspace:*",
"@types/babel__core": "^7.20.1",
"vite": "^4.3.9"
"vite": "^4.4.9"
},
"scripts": {
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo"
Expand Down
Loading

0 comments on commit 737b8e5

Please sign in to comment.