Skip to content

Commit b477bc3

Browse files
chore(deps-dev): bump the patch-dependencies group with 2 updates (#4523)
Bumps the patch-dependencies group with 2 updates: [prettier-plugin-pkg](https://github.com/un-ts/prettier) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `prettier-plugin-pkg` from 0.21.1 to 0.21.2 - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/[email protected]@0.21.2) Updates `@types/node` from 24.0.8 to 24.0.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: prettier-plugin-pkg dependency-version: 0.21.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@types/node" dependency-version: 24.0.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d83dd3 commit b477bc3

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"postcss-cli": "^11.0.1",
124124
"prettier": "^3.6.2",
125125
"prettier-plugin-organize-imports": "^4.1.0",
126-
"prettier-plugin-pkg": "0.21.1",
126+
"prettier-plugin-pkg": "0.21.2",
127127
"replace-in-file": "^8.3.0",
128128
"rimraf": "6.0.1",
129129
"rxjs": "~7.8.2",

showcases/angular-ssr-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@types/express": "^5.0.3",
19-
"@types/node": "^24.0.12",
19+
"@types/node": "^24.0.13",
2020
"cpr": "3.0.1",
2121
"typescript": "^5.8.3"
2222
}

showcases/next-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "18.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^24.0.12",
20+
"@types/node": "^24.0.13",
2121
"@types/react": "^18.3.13",
2222
"npm-run-all2": "8.0.4",
2323
"open-cli": "^8.0.0",

showcases/patternhub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@mdx-js/react": "^3.1.0",
3838
"@next/mdx": "^15.3.5",
3939
"@types/dompurify": "3.2.0",
40-
"@types/node": "24.0.12",
40+
"@types/node": "24.0.13",
4141
"@types/react": "18.3.13",
4242
"@types/react-dom": "18.3.1",
4343
"esbuild": "0.25.6",

0 commit comments

Comments
 (0)