Skip to content

Commit fd6988a

Browse files
Bump the all group across 1 directory with 5 updates
Bumps the all group with 5 updates in the /examples directory: | Package | From | To | | --- | --- | --- | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.8` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.7` | `19.0.8` | | [playwright](https://github.com/microsoft/playwright) | `1.49.1` | `1.50.1` | | [playwright-core](https://github.com/microsoft/playwright) | `1.49.1` | `1.50.1` | | [@playwright/browser-chromium](https://github.com/microsoft/playwright) | `1.49.1` | `1.50.1` | Updates `@babel/preset-env` from 7.26.0 to 7.26.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.26.8/packages/babel-preset-env) Updates `@types/react` from 19.0.7 to 19.0.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `playwright` from 1.49.1 to 1.50.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.49.1...v1.50.1) Updates `playwright-core` from 1.49.1 to 1.50.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.49.1...v1.50.1) Updates `@playwright/browser-chromium` from 1.49.1 to 1.50.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.49.1...v1.50.1) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: playwright-core dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@playwright/browser-chromium" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a5f4af commit fd6988a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"use-sortablejs": "*"
1919
},
2020
"devDependencies": {
21-
"@babel/preset-env": "7.26.0",
21+
"@babel/preset-env": "7.26.8",
2222
"@babel/preset-typescript": "7.26.0",
2323
"@types/jest": "29.5.14",
24-
"@types/react": "19.0.7",
24+
"@types/react": "19.0.8",
2525
"@types/react-dom": "19.0.3",
2626
"@types/sortablejs": "1.15.8",
2727
"@types/prismjs": "1.26.5",
2828
"jest": "29.7.0",
29-
"playwright": "1.49.1",
30-
"playwright-core": "1.49.1",
31-
"@playwright/browser-chromium": "1.49.1",
29+
"playwright": "1.50.1",
30+
"playwright-core": "1.50.1",
31+
"@playwright/browser-chromium": "1.50.1",
3232
"ts-loader": "9.5.2",
3333
"typescript": "5.7.3",
3434
"webpack": "5.97.1",

0 commit comments

Comments
 (0)