Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
localvoid committed May 27, 2023
1 parent 9d58f86 commit d1acb30
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 260 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.5.1",
"scripts": {
"build": "tsc -b",
"build:watch": "tsc -b -w --pretty",
Expand All @@ -9,11 +9,11 @@
"test:only": "node --enable-source-maps --test-only --test packages/ tests/dist/"
},
"devDependencies": {
"@types/node": "^20.1.2",
"@types/node": "^20.2.5",
"typescript": "^5.0.4"
},
"volta": {
"node": "20.1.0",
"pnpm": "8.5.0"
"node": "20.2.0",
"pnpm": "8.5.1"
}
}
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.4.4",
"astro": "^2.5.5",
"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.21.4",
"@babel/helper-plugin-utils": "^7.21.5",
"@babel/types": "^7.21.5"
"@babel/types": "^7.22.0"
},
"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.21.8",
"@babel/core": "^7.22.1",
"@ivi/babel-plugin": "workspace:^",
"@rollup/pluginutils": "^5.0.2"
},
"devDependencies": {
"@ivi/htm": "workspace:*",
"@ivi/tpl": "workspace:*",
"@types/babel__core": "^7.20.0",
"rollup": "^3.21.6"
"@types/babel__core": "^7.20.1",
"rollup": "^3.23.0"
},
"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.21.8",
"@babel/core": "^7.22.1",
"@ivi/babel-plugin": "workspace:^",
"@rollup/pluginutils": "^5.0.2"
},
"devDependencies": {
"@ivi/htm": "workspace:*",
"@ivi/tpl": "workspace:*",
"@types/babel__core": "^7.20.0",
"vite": "^4.3.5"
"@types/babel__core": "^7.20.1",
"vite": "^4.3.9"
},
"scripts": {
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo"
Expand Down
Loading

0 comments on commit d1acb30

Please sign in to comment.