Skip to content

Commit fb27be9

Browse files
chore(deps): bump the patch-dependencies group with 3 updates (#4432)
Bumps the patch-dependencies group with 3 updates: [prettier](https://github.com/prettier/prettier), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `prettier` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.1...3.6.2) Updates `@types/node` from 24.0.0 to 24.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `react-router-dom` from 7.6.2 to 7.6.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@types/node" dependency-version: 24.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: react-router-dom dependency-version: 7.6.3 dependency-type: direct:production 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 eebe141 commit fb27be9

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

package-lock.json

Lines changed: 20 additions & 20 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
@@ -90,7 +90,7 @@
9090
"npm-run-all2": "8.0.4",
9191
"postcss": "^8.5.6",
9292
"postcss-cli": "^11.0.1",
93-
"prettier": "^3.6.1",
93+
"prettier": "^3.6.2",
9494
"prettier-plugin-pkg": "0.21.1",
9595
"replace-in-file": "^8.3.0",
9696
"rimraf": "6.0.1",

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dotenv": "^16.6.0",
5353
"glob": "11.0.3",
5454
"nodemon": "3.1.10",
55-
"prettier": "^3.6.1",
55+
"prettier": "^3.6.2",
5656
"sass": "1.85.0",
5757
"tsx": "^4.20.3",
5858
"typescript": "^5.4.5",

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.4",
19+
"@types/node": "^24.0.6",
2020
"cpr": "3.0.1",
2121
"typescript": "^5.4.5"
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.4",
20+
"@types/node": "^24.0.6",
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.4",
3939
"@types/dompurify": "3.2.0",
40-
"@types/node": "24.0.4",
40+
"@types/node": "24.0.6",
4141
"@types/react": "18.3.13",
4242
"@types/react-dom": "18.3.1",
4343
"esbuild": "0.25.5",

showcases/react-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
22-
"react-router-dom": "7.6.2",
22+
"react-router-dom": "7.6.3",
2323
"sa11y": "4.1.9"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)