Skip to content

Commit

Permalink
deps(babel): Update to v7.21 latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 6, 2023
1 parent c1cc7ba commit 597304c
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 147 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"node": ">=16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@moonrepo/cli": "^0.23.1",
"@moonrepo/dev": "^1.3.1",
"@types/fs-extra": "^11.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/packemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"platform": "node"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@boost/cli": "^4.0.0",
"@boost/common": "^4.0.0",
"@boost/config": "^4.0.0",
Expand All @@ -83,7 +83,7 @@
"babel-plugin-cjs-esm-interop": "^3.0.0",
"babel-plugin-conditional-invariant": "^3.0.0",
"babel-plugin-env-constants": "^3.0.0",
"babel-preset-solid": "^1.6.9",
"babel-preset-solid": "^1.6.10",
"browserslist": "^4.21.5",
"debug": "^4.3.4",
"execa": "^5.1.1",
Expand Down
1 change: 0 additions & 1 deletion packages/packemon/src/babel/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export function getBabelInputConfig(
runtime: features.react,
throwIfNamespace: true,
useBuiltIns: true,
useSpread: true,
},
]);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ exports[`getBabelInputConfig() includes react preset if \`react\` feature flag i
"runtime": "classic",
"throwIfNamespace": true,
"useBuiltIns": true,
"useSpread": true,
},
],
]
Expand All @@ -87,7 +86,6 @@ exports[`getBabelInputConfig() includes react preset if \`react\` feature flag i
"runtime": "automatic",
"throwIfNamespace": true,
"useBuiltIns": true,
"useSpread": true,
},
],
]
Expand Down
Loading

0 comments on commit 597304c

Please sign in to comment.