Skip to content

Commit d60d9fb

Browse files
chore(deps-dev): bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [postcss](https://github.com/postcss/postcss) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `postcss` from 8.5.23 to 8.5.24 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.23...8.5.24) Updates `@types/node` from 26.1.1 to 26.1.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ebd0aac commit d60d9fb

4 files changed

Lines changed: 36 additions & 36 deletions

File tree

admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^6.0.4",
2424
"autoprefixer": "^10.5.4",
25-
"postcss": "^8.5.23",
25+
"postcss": "^8.5.24",
2626
"tailwindcss": "^4.3.3",
2727
"typescript": "^7.0.2",
2828
"vite": "^8.1.5"

playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@playwright/test": "^1.62.0",
14-
"@types/node": "^26.1.1",
14+
"@types/node": "^26.1.2",
1515
"typescript": "^7.0.2"
1616
}
1717
}

pnpm-lock.yaml

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

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@samtv12345/etherpad-webcomponents": "^0.0.13",
14-
"@types/node": "^26.1.1",
14+
"@types/node": "^26.1.2",
1515
"esbuild": "0.28.1",
1616
"typescript": "^7.0.2",
1717
"vite": "^8.1.5",

0 commit comments

Comments
 (0)