Skip to content

Commit 7662386

Browse files
Bump the prod-dependencies group with 7 updates
Bumps the prod-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `10.4.0` | `10.4.1` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.3` | `6.9.1` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.2` | | [@testing-library/user-event](https://github.com/testing-library/user-event) | `13.5.0` | `14.6.1` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.2.3` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.2.3` | | [web-vitals](https://github.com/GoogleChrome/web-vitals) | `2.1.4` | `5.1.0` | Updates `@testing-library/dom` from 10.4.0 to 10.4.1 - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/dom-testing-library@v10.4.0...v10.4.1) Updates `@testing-library/jest-dom` from 6.6.3 to 6.9.1 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.3...v6.9.1) Updates `@testing-library/react` from 16.3.0 to 16.3.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.0...v16.3.2) Updates `@testing-library/user-event` from 13.5.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@v13.5.0...v14.6.1) Updates `react` from 19.1.0 to 19.2.3 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react) Updates `react-dom` from 19.1.0 to 19.2.3 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom) Updates `web-vitals` from 2.1.4 to 5.1.0 - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](GoogleChrome/web-vitals@v2.1.4...v5.1.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-version: 10.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@testing-library/jest-dom" dependency-version: 6.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@testing-library/user-event" dependency-version: 14.6.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: react dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: react-dom dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: web-vitals dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 042ba6e commit 7662386

2 files changed

Lines changed: 43 additions & 60 deletions

File tree

package-lock.json

Lines changed: 36 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/dom": "^10.4.0",
7-
"@testing-library/jest-dom": "^6.6.3",
8-
"@testing-library/react": "^16.3.0",
9-
"@testing-library/user-event": "^13.5.0",
10-
"react": "^19.1.0",
11-
"react-dom": "^19.1.0",
6+
"@testing-library/dom": "^10.4.1",
7+
"@testing-library/jest-dom": "^6.9.1",
8+
"@testing-library/react": "^16.3.2",
9+
"@testing-library/user-event": "^14.6.1",
10+
"react": "^19.2.3",
11+
"react-dom": "^19.2.3",
1212
"react-scripts": "5.0.1",
13-
"web-vitals": "^2.1.4"
13+
"web-vitals": "^5.1.0"
1414
},
1515
"scripts": {
1616
"start": "react-scripts start",

0 commit comments

Comments
 (0)