Skip to content

Commit 3e1539d

Browse files
committed
chore(deps)
1 parent 5dbdbae commit 3e1539d

5 files changed

Lines changed: 798 additions & 822 deletions

File tree

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"cmdk": "1.1.1",
4747
"date-fns": "^4.1.0",
4848
"embla-carousel-react": "^8.6.0",
49-
"eslint-config-next": "16.0.9",
49+
"eslint-config-next": "16.0.10",
5050
"input-otp": "^1.4.2",
5151
"lucide-react": "^0.560.0",
5252
"next": "16.0.10",
5353
"next-themes": "^0.4.6",
5454
"prism-react-renderer": "^2.4.1",
55-
"react": "^19.2.2",
56-
"react-dom": "^19.2.2",
55+
"react": "^19.2.3",
56+
"react-dom": "^19.2.3",
5757
"react-hook-form": "^7.68.0",
5858
"react-icons": "^5.5.0",
5959
"react-resizable-panels": "^3.0.6",
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@tailwindcss/postcss": "^4.1.18",
6767
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
68-
"@types/node": "^24.10.2",
68+
"@types/node": "^25.0.1",
6969
"@types/react": "^19.2.7",
7070
"@types/react-dom": "^19.2.3",
7171
"postcss": "^8.5.6",

apps/playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"dependencies": {
1111
"@lglab/react-qr-code": "workspace:*",
1212
"@tailwindcss/vite": "^4.1.18",
13-
"react": "^19.2.2",
14-
"react-dom": "^19.2.2",
13+
"react": "^19.2.3",
14+
"react-dom": "^19.2.3",
1515
"tailwindcss": "^4.1.18"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^24.10.2",
18+
"@types/node": "^25.0.1",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.2",

package.json

Lines changed: 4 additions & 4 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": "^24.10.2",
45+
"@types/node": "^25.0.1",
4646
"@vitejs/plugin-react": "^5.1.2",
4747
"@vitest/coverage-v8": "4.0.15",
4848
"concurrently": "^9.2.1",
@@ -54,15 +54,15 @@
5454
"husky": "^9.1.7",
5555
"jsdom": "^27.3.0",
5656
"lint-staged": "^16.2.7",
57-
"react": "^19.2.2",
58-
"react-dom": "^19.2.2",
57+
"react": "^19.2.3",
58+
"react-dom": "^19.2.3",
5959
"typescript": "~5.9.3",
6060
"typescript-eslint": "^8.49.0",
6161
"vite": "^7.2.7",
6262
"vitest": "^4.0.15"
6363
},
6464
"dependencies": {
6565
"@eslint/eslintrc": "^3.3.3",
66-
"eslint-config-next": "16.0.9"
66+
"eslint-config-next": "16.0.10"
6767
}
6868
}

packages/react-qr-code/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^24.10.2",
52+
"@types/node": "^25.0.1",
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",
57-
"react": "^19.2.2",
58-
"react-dom": "^19.2.2",
57+
"react": "^19.2.3",
58+
"react-dom": "^19.2.3",
5959
"typescript": "~5.9.3",
6060
"typescript-eslint": "^8.49.0",
6161
"vite": "^7.2.7",

0 commit comments

Comments
 (0)