Skip to content

Commit 718b376

Browse files
Bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [eslint](https://github.com/eslint/eslint), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [playwright](https://github.com/microsoft/playwright). Updates `@types/react` from 18.3.5 to 18.3.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint` from 9.9.1 to 9.12.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.9.1...v9.12.0) Updates `eslint-config-next` from 14.2.7 to 14.2.14 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.14/packages/eslint-config-next) Updates `playwright` from 1.46.1 to 1.47.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.46.1...v1.47.2) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f48ea72 commit 718b376

File tree

2 files changed

+194
-151
lines changed

2 files changed

+194
-151
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"swr": "^2.2.5"
4747
},
4848
"devDependencies": {
49-
"@types/react": "^18.3.5",
50-
"eslint": "^9.9.1",
51-
"eslint-config-next": "14.2.7",
52-
"playwright": "^1.46.1",
49+
"@types/react": "^18.3.11",
50+
"eslint": "^9.12.0",
51+
"eslint-config-next": "14.2.14",
52+
"playwright": "^1.47.2",
5353
"typescript": ">=5.6.2",
5454
"webpack": "^5.94.0"
5555
}

0 commit comments

Comments
 (0)