Skip to content

Commit 37e5bda

Browse files
authored
Merge pull request #389 from LGLabGreg/chore/deps-12-12-25
Chore/deps 12 12 25
2 parents 0fae16c + 3e1539d commit 37e5bda

5 files changed

Lines changed: 1049 additions & 1075 deletions

File tree

apps/docs/package.json

Lines changed: 8 additions & 8 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.7",
49+
"eslint-config-next": "16.0.10",
5050
"input-otp": "^1.4.2",
51-
"lucide-react": "^0.556.0",
52-
"next": "16.0.9",
51+
"lucide-react": "^0.560.0",
52+
"next": "16.0.10",
5353
"next-themes": "^0.4.6",
5454
"prism-react-renderer": "^2.4.1",
55-
"react": "^19.2.1",
56-
"react-dom": "^19.2.1",
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",
@@ -63,13 +63,13 @@
6363
"vaul": "^1.1.2"
6464
},
6565
"devDependencies": {
66-
"@tailwindcss/postcss": "^4.1.17",
66+
"@tailwindcss/postcss": "^4.1.18",
6767
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
68-
"@types/node": "^24.10.1",
68+
"@types/node": "^25.0.1",
6969
"@types/react": "^19.2.7",
7070
"@types/react-dom": "^19.2.3",
7171
"postcss": "^8.5.6",
72-
"tailwindcss": "^4.1.17",
72+
"tailwindcss": "^4.1.18",
7373
"typescript": "^5.9.3"
7474
}
7575
}

apps/playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
},
1010
"dependencies": {
1111
"@lglab/react-qr-code": "workspace:*",
12-
"@tailwindcss/vite": "^4.1.17",
13-
"react": "^19.2.1",
14-
"react-dom": "^19.2.1",
15-
"tailwindcss": "^4.1.17"
12+
"@tailwindcss/vite": "^4.1.18",
13+
"react": "^19.2.3",
14+
"react-dom": "^19.2.3",
15+
"tailwindcss": "^4.1.18"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^24.10.1",
18+
"@types/node": "^25.0.1",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
21-
"@vitejs/plugin-react": "^5.1.1",
21+
"@vitejs/plugin-react": "^5.1.2",
2222
"globals": "^16.5.0",
2323
"typescript": "~5.9.3",
24-
"vite": "^7.2.6"
24+
"vite": "^7.2.7"
2525
}
2626
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
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.1",
46-
"@vitejs/plugin-react": "^5.1.1",
45+
"@types/node": "^25.0.1",
46+
"@vitejs/plugin-react": "^5.1.2",
4747
"@vitest/coverage-v8": "4.0.15",
4848
"concurrently": "^9.2.1",
4949
"eslint": "^9.39.1",
@@ -52,17 +52,17 @@
5252
"eslint-plugin-react-refresh": "^0.4.24",
5353
"globals": "^16.5.0",
5454
"husky": "^9.1.7",
55-
"jsdom": "^27.2.0",
55+
"jsdom": "^27.3.0",
5656
"lint-staged": "^16.2.7",
57-
"react": "^19.2.1",
58-
"react-dom": "^19.2.1",
57+
"react": "^19.2.3",
58+
"react-dom": "^19.2.3",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.48.1",
61-
"vite": "^7.2.6",
60+
"typescript-eslint": "^8.49.0",
61+
"vite": "^7.2.7",
6262
"vitest": "^4.0.15"
6363
},
6464
"dependencies": {
6565
"@eslint/eslintrc": "^3.3.3",
66-
"eslint-config-next": "16.0.7"
66+
"eslint-config-next": "16.0.10"
6767
}
6868
}

packages/react-qr-code/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^24.10.1",
52+
"@types/node": "^25.0.1",
5353
"@types/react": "^19.2.7",
5454
"@types/react-dom": "^19.2.3",
55-
"@vitejs/plugin-react": "^5.1.1",
55+
"@vitejs/plugin-react": "^5.1.2",
5656
"globals": "^16.5.0",
57-
"react": "^19.2.1",
58-
"react-dom": "^19.2.1",
57+
"react": "^19.2.3",
58+
"react-dom": "^19.2.3",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.48.1",
61-
"vite": "^7.2.6",
60+
"typescript-eslint": "^8.49.0",
61+
"vite": "^7.2.7",
6262
"vite-plugin-dts": "^4.5.4"
6363
}
6464
}

0 commit comments

Comments
 (0)