Skip to content

Commit dcc3acf

Browse files
Bump the tooling group across 1 directory with 5 updates
Bumps the tooling group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.9.1` | `7.0.0` | | [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.1` | `14.6.3` | | [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.7.2` | `3.7.4` | | [jsdom](https://github.com/jsdom/jsdom) | `29.1.1` | `30.0.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.2` | `4.3.3` | Updates `@testing-library/jest-dom` from 6.9.1 to 7.0.0 - [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.9.1...v7.0.0) Updates `@testing-library/user-event` from 14.6.1 to 14.6.3 - [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.1...v14.6.3) Updates `@types/luxon` from 3.7.2 to 3.7.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon) Updates `jsdom` from 29.1.1 to 30.0.1 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v29.1.1...v30.0.1) Updates `tailwindcss` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: tooling - dependency-name: "@testing-library/user-event" dependency-version: 14.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling - dependency-name: "@types/luxon" dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling - dependency-name: jsdom dependency-version: 30.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: tooling - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf7e76e commit dcc3acf

2 files changed

Lines changed: 104 additions & 95 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
"@tailwindcss/cli": "^4.3.1",
5656
"@tailwindcss/postcss": "^4.3.0",
5757
"@testcontainers/postgresql": "^12.0.1",
58-
"@testing-library/jest-dom": "^6.9.1",
58+
"@testing-library/jest-dom": "^7.0.0",
5959
"@testing-library/react": "^16.3.2",
60-
"@testing-library/user-event": "^14.6.1",
61-
"@types/luxon": "^3.7.2",
60+
"@testing-library/user-event": "^14.6.3",
61+
"@types/luxon": "^3.7.4",
6262
"@types/node": "^24.12.4",
6363
"@types/pg": "^8.20.0",
6464
"@types/react": "19.2.17",
6565
"@types/react-dom": "19.2.3",
6666
"@types/sanitize-html": "^2.16.1",
6767
"graphql": "^16.14.1",
68-
"jsdom": "^29.1.1",
68+
"jsdom": "^30.0.1",
6969
"markdownlint-cli2": "^0.23.1",
70-
"tailwindcss": "^4.3.2",
70+
"tailwindcss": "^4.3.3",
7171
"tsx": "^4.22.4",
7272
"tw-animate-css": "^1.4.0",
7373
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)