Skip to content

Commit 6a749fb

Browse files
build(deps-dev): bump @types/node from 22.15.29 to 22.15.30 (#1786)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.29 to 22.15.30. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.30 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9889a7d commit 6a749fb

File tree

3 files changed

+62
-74
lines changed

3 files changed

+62
-74
lines changed

examples/browser/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "^19.1.0"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^22.15.29",
28+
"@types/node": "^22.15.30",
2929
"@types/react": "^19.1.6",
3030
"@types/react-dom": "^19.1.4",
3131
"eslint": "9.28.0",

examples/node/esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
16-
"@types/node": "^22.15.29",
16+
"@types/node": "^22.15.30",
1717
"typescript": "^5.7.2"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)