Skip to content

Commit a00fa96

Browse files
Bump the all group across 1 directory with 6 updates
Bumps the all group with 6 updates in the /examples directory: | Package | From | To | | --- | --- | --- | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.27.2` | `7.28.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.0` | `30.0.4` | | [playwright](https://github.com/microsoft/playwright) | `1.53.0` | `1.54.1` | | [playwright-core](https://github.com/microsoft/playwright) | `1.53.0` | `1.54.1` | | [@playwright/browser-chromium](https://github.com/microsoft/playwright) | `1.53.0` | `1.54.1` | | [webpack](https://github.com/webpack/webpack) | `5.99.9` | `5.100.1` | Updates `@babel/preset-env` from 7.27.2 to 7.28.0 - [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.28.0/packages/babel-preset-env) Updates `jest` from 30.0.0 to 30.0.4 - [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.4/packages/jest) Updates `playwright` from 1.53.0 to 1.54.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.53.0...v1.54.1) Updates `playwright-core` from 1.53.0 to 1.54.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.53.0...v1.54.1) Updates `@playwright/browser-chromium` from 1.53.0 to 1.54.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.53.0...v1.54.1) Updates `webpack` from 5.99.9 to 5.100.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.99.9...v5.100.1) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: jest dependency-version: 30.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: playwright dependency-version: 1.54.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: playwright-core dependency-version: 1.54.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@playwright/browser-chromium" dependency-version: 1.54.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: webpack dependency-version: 5.100.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 480724e commit a00fa96

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
@@ -18,20 +18,20 @@
1818
"use-sortablejs": "*"
1919
},
2020
"devDependencies": {
21-
"@babel/preset-env": "7.27.2",
21+
"@babel/preset-env": "7.28.0",
2222
"@babel/preset-typescript": "7.27.1",
2323
"@types/jest": "30.0.0",
2424
"@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": "30.0.0",
29-
"playwright": "1.53.0",
30-
"playwright-core": "1.53.0",
31-
"@playwright/browser-chromium": "1.53.0",
28+
"jest": "30.0.4",
29+
"playwright": "1.54.1",
30+
"playwright-core": "1.54.1",
31+
"@playwright/browser-chromium": "1.54.1",
3232
"ts-loader": "9.5.2",
3333
"typescript": "5.8.3",
34-
"webpack": "5.99.9",
34+
"webpack": "5.100.1",
3535
"webpack-cli": "6.0.1"
3636
}
3737
}

0 commit comments

Comments
 (0)