Skip to content

Commit

Permalink
chore(deps): Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent 87eaf37 commit 725df88
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 126 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"trailingComma": "es5"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/types": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/types": "^7.26.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"@next-core/brick-container": "*",
"@next-core/brick-playground": "*",
Expand Down Expand Up @@ -78,8 +78,8 @@
"packages/*"
],
"resolutions": {
"@babel/parser": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@babel/parser": "^7.26.1",
"@babel/runtime": "^7.26.0",
"@types/react": "^18.3.4",
"lodash": "^4.17.21",
"moment": "^2.30.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@babel/runtime": "^7.25.9"
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/build-next-bricks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">=16"
},
"dependencies": {
"@babel/parser": "^7.25.9",
"@babel/parser": "^7.26.1",
"@babel/traverse": "^7.25.9",
"@svgr/webpack": "^8.1.0",
"babel-loader": "^9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-next-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sideEffects": false,
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.25.9",
"@babel/core": "^7.26.0",
"execa": "^5.1.1",
"rimraf": "^5.0.10"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"sideEffects": false,
"dependencies": {
"@babel/parser": "^7.25.9"
"@babel/parser": "^7.26.1"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">=16"
},
"dependencies": {
"@babel/core": "^7.25.9",
"@babel/core": "^7.26.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
Expand Down
196 changes: 81 additions & 115 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 725df88

Please sign in to comment.