Skip to content

Commit 0460923

Browse files
chore(deps-dev): bump the typescript group with 2 updates
Bumps the typescript group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/node` from 25.0.1 to 25.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript-eslint` from 8.49.0 to 8.50.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript - dependency-name: typescript-eslint dependency-version: 8.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d7b3d6 commit 0460923

5 files changed

Lines changed: 383 additions & 135 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@tailwindcss/postcss": "^4.1.18",
6767
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
68-
"@types/node": "^25.0.1",
68+
"@types/node": "^25.0.2",
6969
"@types/react": "^19.2.7",
7070
"@types/react-dom": "^19.2.3",
7171
"postcss": "^8.5.6",

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tailwindcss": "^4.1.18"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^25.0.1",
18+
"@types/node": "^25.0.2",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@testing-library/react": "^16.3.0",
4343
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
4444
"@types/jsdom": "^27.0.0",
45-
"@types/node": "^25.0.1",
45+
"@types/node": "^25.0.2",
4646
"@vitejs/plugin-react": "^5.1.2",
4747
"@vitest/coverage-v8": "4.0.15",
4848
"concurrently": "^9.2.1",
@@ -57,7 +57,7 @@
5757
"react": "^19.2.3",
5858
"react-dom": "^19.2.3",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.49.0",
60+
"typescript-eslint": "^8.50.0",
6161
"vite": "^7.2.7",
6262
"vitest": "^4.0.15"
6363
},

packages/react-qr-code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^25.0.1",
52+
"@types/node": "^25.0.2",
5353
"@types/react": "^19.2.7",
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^5.1.2",
5656
"globals": "^16.5.0",
5757
"react": "^19.2.3",
5858
"react-dom": "^19.2.3",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.49.0",
60+
"typescript-eslint": "^8.50.0",
6161
"vite": "^7.2.7",
6262
"vite-plugin-dts": "^4.5.4"
6363
}

0 commit comments

Comments
 (0)