Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 100b1b4 commit 92e4f53
Show file tree
Hide file tree
Showing 5 changed files with 789 additions and 870 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.14",
"@babel/core": "8.0.0-alpha.14",
"@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.14",
"@babel/preset-env": "8.0.0-alpha.14",
"@babel/preset-react": "8.0.0-alpha.13",
"@babel/preset-typescript": "8.0.0-alpha.14"
},
"peerDependencies": {
"@babel/core": "*"
},
"devDependencies": {
"@babel/core": "8.0.0-alpha.11",
"@babel/core": "8.0.0-alpha.14",
"@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.14",
"@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.14",
"@neetly/babel-preset": "workspace:*",
"@neetly/babel-utils": "workspace:*",
"@neetly/jest-resolver": "workspace:*",
Expand Down
Loading

0 comments on commit 92e4f53

Please sign in to comment.