Skip to content

Commit

Permalink
breaking: Upgrade to @boost v5.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 7, 2024
1 parent 798ded9 commit a839044
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 130 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@moonrepo/cli": "^1.22.2",
"@moonrepo/cli": "^1.22.5",
"@moonrepo/dev": "^2.0.1",
"@swc/cli": "^0.3.10",
"@types/micromatch": "^4.0.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/packemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"@babel/preset-flow": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@boost/cli": "^5.0.0-alpha.3",
"@boost/common": "^5.0.0-alpha.2",
"@boost/config": "^5.0.0-alpha.2",
"@boost/debug": "^5.0.0-alpha.2",
"@boost/event": "^5.0.0-alpha.2",
"@boost/pipeline": "^5.0.0-alpha.2",
"@boost/terminal": "^5.0.0-alpha.2",
"@boost/cli": "^5.0.0",
"@boost/common": "^5.0.0",
"@boost/config": "^5.0.0",
"@boost/debug": "^5.0.0",
"@boost/event": "^5.0.0",
"@boost/pipeline": "^5.0.0",
"@boost/terminal": "^5.0.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
Expand Down

0 comments on commit a839044

Please sign in to comment.