Skip to content

Commit

Permalink
chore(deps): bump @babel/preset-env from 7.23.5 to 7.23.8
Browse files Browse the repository at this point in the history
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.5 to 7.23.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 2065869 commit 99284fe
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 68 deletions.
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@svgr/webpack": "^5.5.0",
"@talend/eslint-config": "^13.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-one/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-hook-form": "^7.48.2"
},
"devDependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/addon-a11y": "^7.6.4",
Expand Down
2 changes: 1 addition & 1 deletion tools/babel-plugin-assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.8",
"babel-jest": "^29.7.0",
"babel-plugin-tester": "^10.1.0",
"eslint": "^8.55.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/babel-plugin-import-d3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.2",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.8",
"babel-jest": "^29.7.0",
"babel-plugin-tester": "^10.1.0",
"jest": "^29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/babel-plugin-import-from-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.8",
"babel-jest": "^29.7.0",
"babel-plugin-tester": "^10.1.0",
"eslint": "^8.55.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-object-assign": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@talend/babel-plugin-assets-api": "^1.2.1",
Expand Down
144 changes: 82 additions & 62 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 99284fe

Please sign in to comment.