Skip to content

Commit f4e2945

Browse files
Bump the js-minor-patch group with 4 updates (#3343)
Bumps the js-minor-patch group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@testing-library/user-event](https://github.com/testing-library/user-event) and [eslint](https://github.com/eslint/eslint). Updates `@babel/core` from 7.26.0 to 7.26.7 - [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.26.7/packages/babel-core) Updates `@babel/preset-env` from 7.26.0 to 7.26.7 - [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.26.7/packages/babel-preset-env) Updates `@testing-library/user-event` from 14.6.0 to 14.6.1 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.6...v14.6.1) Updates `eslint` from 9.18.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.18.0...v9.19.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-minor-patch - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-minor-patch - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-minor-patch - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: js-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 927e1d0 commit f4e2945

File tree

2 files changed

+163
-98
lines changed

2 files changed

+163
-98
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"webpack-cli": "6.0.1"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.26.0",
21-
"@babel/preset-env": "^7.26.0",
20+
"@babel/core": "^7.26.7",
21+
"@babel/preset-env": "^7.26.7",
2222
"@babel/preset-react": "^7.26.3",
2323
"@testing-library/dom": "^10.4.0",
2424
"@testing-library/jest-dom": "^6.6.3",
2525
"@testing-library/react": "^16.2.0",
26-
"@testing-library/user-event": "^14.6.0",
26+
"@testing-library/user-event": "^14.6.1",
2727
"babel-jest": "^29.7.0",
28-
"eslint": "9.18.0",
28+
"eslint": "9.19.0",
2929
"eslint-config-airbnb-base": "15.0.0",
3030
"eslint-plugin-import": "2.31.0",
3131
"jest": "^29.7.0",

0 commit comments

Comments
 (0)