Skip to content

Commit

Permalink
Update babel monorepo to v8.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent 4d7ee0a commit 3d5c235
Show file tree
Hide file tree
Showing 5 changed files with 749 additions and 781 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"publish": "yarn workspaces foreach --all --no-private npm publish --access public --tolerate-republish"
},
"devDependencies": {
"@babel/cli": "8.0.0-alpha.11",
"@babel/core": "8.0.0-alpha.11",
"@babel/cli": "8.0.0-alpha.12",
"@babel/core": "8.0.0-alpha.12",
"@neetly/babel-preset": "workspace:*",
"@neetly/eslint-config": "workspace:*",
"@neetly/yarn-constraints": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"prepack": "nx build && cp ../../LICENSE ./"
},
"dependencies": {
"@babel/helper-plugin-utils": "8.0.0-alpha.11",
"@babel/preset-env": "8.0.0-alpha.11",
"@babel/preset-react": "8.0.0-alpha.11",
"@babel/preset-typescript": "8.0.0-alpha.11"
"@babel/helper-plugin-utils": "8.0.0-alpha.12",
"@babel/preset-env": "8.0.0-alpha.12",
"@babel/preset-react": "8.0.0-alpha.12",
"@babel/preset-typescript": "8.0.0-alpha.12"
},
"peerDependencies": {
"@babel/core": "*"
},
"devDependencies": {
"@babel/core": "8.0.0-alpha.11",
"@babel/core": "8.0.0-alpha.12",
"@neetly/tsconfig": "workspace:*",
"@types/node": "20.14.11",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "*"
},
"devDependencies": {
"@babel/core": "8.0.0-alpha.11",
"@babel/core": "8.0.0-alpha.12",
"@neetly/tsconfig": "workspace:*",
"@types/node": "20.14.11",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepack": "nx build && cp ../../LICENSE ./"
},
"dependencies": {
"@babel/core": "8.0.0-alpha.11",
"@babel/core": "8.0.0-alpha.12",
"@neetly/babel-preset": "workspace:*",
"@neetly/babel-utils": "workspace:*",
"@neetly/jest-resolver": "workspace:*",
Expand Down
Loading

0 comments on commit 3d5c235

Please sign in to comment.