Skip to content

Commit

Permalink
Update node and lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Oct 1, 2023
1 parent 1272cfd commit 6a07eda
Show file tree
Hide file tree
Showing 3 changed files with 1,838 additions and 1,633 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"packages/*"
],
"volta": {
"node": "16.20.2",
"node": "18.18.0",
"yarn": "1.22.19"
},
"devDependencies": {
"@babel/core": "^7.4.0-0",
"@babel/preset-typescript": "^7.16.7",
"core-js": "^3.0.0",
"lerna": "^4.0.0",
"lerna": "^7.3.0",
"replace-in-file": "^6.2.0",
"webpack": "^5.37.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"typecheck": "tsc -P . --noEmit"
},
"volta": {
"node": "16.20.2",
"node": "18.18.0",
"yarn": "1.22.19"
}
}
Loading

0 comments on commit 6a07eda

Please sign in to comment.