Skip to content

Commit 3be8679

Browse files
Bump the npm-development group across 1 directory with 3 updates
Bumps the npm-development group with 3 updates in the /client directory: [@playwright/test](https://github.com/microsoft/playwright), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `@playwright/test` from 1.54.1 to 1.55.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.54.1...v1.55.0) Updates `@types/node` from 24.1.0 to 24.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tailwindcss` from 4.1.12 to 4.1.13 - [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.1.13/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@types/node" dependency-version: 24.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: tailwindcss dependency-version: 4.1.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ca372a commit 3be8679

2 files changed

Lines changed: 40 additions & 27 deletions

File tree

client/package-lock.json

Lines changed: 37 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"typescript": "^5.8.3"
1919
},
2020
"devDependencies": {
21-
"@playwright/test": "^1.54.1",
22-
"@types/node": "^24.0.13",
21+
"@playwright/test": "^1.55.0",
22+
"@types/node": "^24.3.1",
2323
"autoprefixer": "^10.4.21",
2424
"postcss": "^8.5.6",
25-
"tailwindcss": "^4.1.11"
25+
"tailwindcss": "^4.1.13"
2626
}
2727
}

0 commit comments

Comments
 (0)