Skip to content

Commit

Permalink
pkg: Update babel packages to v7.25.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent e3ad8ad commit 403ea55
Show file tree
Hide file tree
Showing 7 changed files with 723 additions and 731 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.13",
"@anansi/jest-preset": "^0.11.8",
"@anansi/webpack-config": "^20.0.7",
"@babel/core": "7.25.8",
"@babel/core": "7.25.9",
"@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.7",
"@babel/runtime": "7.25.9",
"@data-client/endpoint": "0.14.16",
"@data-client/hooks": "0.2.0",
"@data-client/img": "0.14.15",
Expand Down
4 changes: 2 additions & 2 deletions examples/linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"webpack-dev-server": "^5.0.0"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "7.25.7",
"@babel/runtime": "7.25.7",
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/runtime": "7.25.9",
"@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.7",
"@babel/runtime": "7.25.9",
"@data-client/graphql": "0.14.16",
"@data-client/react": "0.14.16",
"@data-client/rest": "0.14.16",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@anansi/babel-preset": "workspace:*",
"@anansi/browserslist-config": "workspace:*",
"@anansi/eslint-plugin": "workspace:*",
"@babel/cli": "7.25.7",
"@babel/core": "7.25.8",
"@babel/cli": "7.25.9",
"@babel/core": "7.25.9",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@lerna-lite/cli": "3.10.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/babel-preset-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
},
"dependencies": {
"@anansi/ts-utils": "workspace:^",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-proposal-export-default-from": "^7.25.8",
"@babel/plugin-proposal-record-and-tuple": "^7.25.7",
"@babel/plugin-syntax-function-bind": "^7.25.7",
"@babel/plugin-transform-object-assign": "^7.25.7",
"@babel/plugin-transform-react-constant-elements": "^7.25.7",
"@babel/plugin-transform-react-inline-elements": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-proposal-record-and-tuple": "^7.25.9",
"@babel/plugin-syntax-function-bind": "^7.25.9",
"@babel/plugin-transform-object-assign": "^7.25.9",
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
"@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-react": "^7.25.9",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-compiler": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.25.8",
"@babel/eslint-plugin": "^7.25.7",
"@babel/eslint-plugin": "^7.25.9",
"@eslint/js": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand Down
Loading

0 comments on commit 403ea55

Please sign in to comment.