Skip to content

Commit bd54027

Browse files
Merge pull request #350 from LGLabGreg/dependabot/npm_and_yarn/next/typescript-b2ed719900
chore(deps-dev): bump the typescript group with 2 updates
2 parents bc5ae9c + 34a3787 commit bd54027

5 files changed

Lines changed: 538 additions & 539 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@tailwindcss/postcss": "^4.1.17",
6767
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
6868
"@types/node": "^24.10.1",
69-
"@types/react": "^19.2.6",
69+
"@types/react": "^19.2.7",
7070
"@types/react-dom": "^19.2.3",
7171
"postcss": "^8.5.6",
7272
"tailwindcss": "^4.1.17",

apps/playground/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/node": "^24.10.1",
19-
"@types/react": "^19.2.6",
19+
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.1",
2222
"globals": "^16.5.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react": "^19.2.0",
5858
"react-dom": "^19.2.0",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.47.0",
60+
"typescript-eslint": "^8.48.0",
6161
"vite": "^7.2.4",
6262
"vitest": "^4.0.13"
6363
},

packages/react-qr-code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
},
5151
"devDependencies": {
5252
"@types/node": "^24.10.1",
53-
"@types/react": "^19.2.6",
53+
"@types/react": "^19.2.7",
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^5.1.1",
5656
"globals": "^16.5.0",
5757
"react": "^19.2.0",
5858
"react-dom": "^19.2.0",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.47.0",
60+
"typescript-eslint": "^8.48.0",
6161
"vite": "^7.2.4",
6262
"vite-plugin-dts": "^4.5.4"
6363
}

0 commit comments

Comments
 (0)