Skip to content

Commit dcf8a23

Browse files
Bump the all group in /examples with 6 updates
Bumps the all group in /examples with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.6` | `19.1.8` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.0.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` | | [playwright](https://github.com/microsoft/playwright) | `1.52.0` | `1.53.0` | | [playwright-core](https://github.com/microsoft/playwright) | `1.52.0` | `1.53.0` | | [@playwright/browser-chromium](https://github.com/microsoft/playwright) | `1.52.0` | `1.53.0` | Updates `@types/react` from 19.1.6 to 19.1.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `jest` from 29.7.0 to 30.0.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.0/packages/jest) Updates `@types/jest` from 29.5.14 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `playwright` from 1.52.0 to 1.53.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.52.0...v1.53.0) Updates `playwright-core` from 1.52.0 to 1.53.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.52.0...v1.53.0) Updates `@playwright/browser-chromium` from 1.52.0 to 1.53.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.52.0...v1.53.0) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: jest dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: playwright dependency-version: 1.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: playwright-core dependency-version: 1.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@playwright/browser-chromium" dependency-version: 1.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d29702 commit dcf8a23

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"devDependencies": {
2121
"@babel/preset-env": "7.27.2",
2222
"@babel/preset-typescript": "7.27.1",
23-
"@types/jest": "29.5.14",
24-
"@types/react": "19.1.6",
23+
"@types/jest": "30.0.0",
24+
"@types/react": "19.1.8",
2525
"@types/react-dom": "19.1.6",
2626
"@types/sortablejs": "1.15.8",
2727
"@types/prismjs": "1.26.5",
28-
"jest": "29.7.0",
29-
"playwright": "1.52.0",
30-
"playwright-core": "1.52.0",
31-
"@playwright/browser-chromium": "1.52.0",
28+
"jest": "30.0.0",
29+
"playwright": "1.53.0",
30+
"playwright-core": "1.53.0",
31+
"@playwright/browser-chromium": "1.53.0",
3232
"ts-loader": "9.5.2",
3333
"typescript": "5.8.3",
3434
"webpack": "5.99.9",

0 commit comments

Comments
 (0)