Skip to content

Commit 3c93a10

Browse files
chore(deps-dev): Bump @types/node
Bumps the typescript group with 1 update in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.19.17 to 22.19.19 - [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.19.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fd444a commit 3c93a10

4 files changed

Lines changed: 80 additions & 78 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@playwright/test": "1.52.0",
5151
"@tailwindcss/postcss": "^4.2.4",
5252
"@types/better-sqlite3": "^7.6.13",
53-
"@types/node": "^22.10.2",
53+
"@types/node": "^22.19.19",
5454
"@types/react": "^19.0.0",
5555
"@types/react-dom": "^19.0.0",
5656
"@vitejs/plugin-react": "^4.3.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@iarna/toml": "^2.2.5",
5151
"@atv-design/core": "workspace:*",
5252
"@atv-design/shared": "workspace:*",
53-
"@types/node": "^22.10.2",
53+
"@types/node": "^22.19.19",
5454
"acorn": "^8.14.0",
5555
"husky": "^9.1.7",
5656
"tsx": "^4.19.2",

packages/exporters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"zip-lib": "^1.0.4"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^22.10.2",
27+
"@types/node": "^22.19.19",
2828
"typescript": "^5.7.2",
2929
"vitest": "^4.1.5"
3030
}

0 commit comments

Comments
 (0)