Skip to content

Commit

Permalink
pkg: Update babel packages to v7.26.0 (#2564)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent d110161 commit 3cd27ae
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 92 deletions.
4 changes: 2 additions & 2 deletions examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@anansi/eslint-plugin": "^1.0.14",
"@anansi/jest-preset": "^0.11.8",
"@anansi/webpack-config": "^20.0.8",
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@data-client/test": "0.14.16",
"@types/babel__core": "7.20.5",
"@types/eslint": "9.6.1",
Expand All @@ -49,7 +49,7 @@
"@anansi/router": "^0.10.7",
"@ant-design/cssinjs": "1.21.1",
"@ant-design/icons": "^5.0.1",
"@babel/runtime": "7.25.9",
"@babel/runtime": "7.26.0",
"@data-client/endpoint": "0.14.16",
"@data-client/hooks": "0.2.0",
"@data-client/img": "0.14.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/runtime": "7.25.9",
"@babel/runtime": "7.26.0",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
"classnames": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@ant-design/cssinjs": "^1.7.1",
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-layout": "7.12.3",
"@babel/runtime": "7.25.9",
"@babel/runtime": "7.26.0",
"@data-client/graphql": "0.14.16",
"@data-client/react": "0.14.16",
"@data-client/rest": "0.14.16",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@anansi/browserslist-config": "workspace:*",
"@anansi/eslint-plugin": "workspace:*",
"@babel/cli": "7.25.9",
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@lerna-lite/cli": "3.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/plugin-transform-react-inline-elements": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^5.0.2",
Expand Down
Loading

0 comments on commit 3cd27ae

Please sign in to comment.