Skip to content

Commit c96b9d1

Browse files
authored
Merge pull request #373 from LGLabGreg/chore/deps-06-12-25
Chore/deps 06 12 25
2 parents bee6cba + c072544 commit c96b9d1

5 files changed

Lines changed: 1453 additions & 1270 deletions

File tree

apps/docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,34 +40,34 @@
4040
"@radix-ui/react-toggle-group": "^1.1.11",
4141
"@radix-ui/react-tooltip": "^1.2.8",
4242
"@uiw/react-color": "^2.9.2",
43-
"@vercel/analytics": "^1.5.0",
43+
"@vercel/analytics": "^1.6.1",
4444
"class-variance-authority": "^0.7.1",
4545
"clsx": "^2.1.1",
4646
"cmdk": "1.1.1",
4747
"date-fns": "^4.1.0",
4848
"embla-carousel-react": "^8.6.0",
49-
"eslint-config-next": "16.0.1",
49+
"eslint-config-next": "16.0.7",
5050
"input-otp": "^1.4.2",
51-
"lucide-react": "^0.553.0",
51+
"lucide-react": "^0.556.0",
5252
"next": "16.0.7",
5353
"next-themes": "^0.4.6",
5454
"prism-react-renderer": "^2.4.1",
55-
"react": "^19.2.0",
56-
"react-dom": "^19.2.0",
57-
"react-hook-form": "^7.66.0",
55+
"react": "^19.2.1",
56+
"react-dom": "^19.2.1",
57+
"react-hook-form": "^7.68.0",
5858
"react-icons": "^5.5.0",
5959
"react-resizable-panels": "^3.0.6",
6060
"sonner": "^2.0.7",
61-
"tailwind-merge": "^3.3.1",
61+
"tailwind-merge": "^3.4.0",
6262
"tailwindcss-animate": "^1.0.7",
6363
"vaul": "^1.1.2"
6464
},
6565
"devDependencies": {
6666
"@tailwindcss/postcss": "^4.1.17",
6767
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
68-
"@types/node": "^24.10.0",
69-
"@types/react": "^19.2.2",
70-
"@types/react-dom": "^19.2.2",
68+
"@types/node": "^24.10.1",
69+
"@types/react": "^19.2.7",
70+
"@types/react-dom": "^19.2.3",
7171
"postcss": "^8.5.6",
7272
"tailwindcss": "^4.1.17",
7373
"typescript": "^5.9.3"

apps/playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"dependencies": {
1111
"@lglab/react-qr-code": "workspace:*",
1212
"@tailwindcss/vite": "^4.1.17",
13-
"react": "^19.2.0",
14-
"react-dom": "^19.2.0",
13+
"react": "^19.2.1",
14+
"react-dom": "^19.2.1",
1515
"tailwindcss": "^4.1.17"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^24.10.0",
19-
"@types/react": "^19.2.2",
20-
"@types/react-dom": "^19.2.2",
21-
"@vitejs/plugin-react": "^5.1.0",
18+
"@types/node": "^24.10.1",
19+
"@types/react": "^19.2.7",
20+
"@types/react-dom": "^19.2.3",
21+
"@vitejs/plugin-react": "^5.1.1",
2222
"globals": "^16.5.0",
2323
"typescript": "~5.9.3",
24-
"vite": "^7.2.2"
24+
"vite": "^7.2.6"
2525
}
2626
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/LGLabGreg/react-qr-code.git"
77
},
8-
"packageManager": "pnpm@10.20.0",
8+
"packageManager": "pnpm@10.24.0",
99
"type": "module",
1010
"scripts": {
1111
"dev": "pnpm concurrently --names packages,apps \"pnpm watch:packages\" \"pnpm watch:playground\" \"pnpm watch:docs\"",
@@ -35,34 +35,34 @@
3535
]
3636
},
3737
"devDependencies": {
38-
"@changesets/changelog-github": "^0.5.1",
39-
"@changesets/cli": "^2.29.7",
38+
"@changesets/changelog-github": "^0.5.2",
39+
"@changesets/cli": "^2.29.8",
4040
"@eslint/js": "^9.39.1",
4141
"@testing-library/jest-dom": "^6.9.1",
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.0",
46-
"@vitejs/plugin-react": "^5.1.0",
47-
"@vitest/coverage-v8": "4.0.8",
45+
"@types/node": "^24.10.1",
46+
"@vitejs/plugin-react": "^5.1.1",
47+
"@vitest/coverage-v8": "4.0.15",
4848
"concurrently": "^9.2.1",
4949
"eslint": "^9.39.1",
5050
"eslint-plugin-react": "^7.37.5",
5151
"eslint-plugin-react-hooks": "^7.0.1",
5252
"eslint-plugin-react-refresh": "^0.4.24",
5353
"globals": "^16.5.0",
5454
"husky": "^9.1.7",
55-
"jsdom": "^27.1.0",
56-
"lint-staged": "^16.2.6",
57-
"react": "^19.2.0",
58-
"react-dom": "^19.2.0",
55+
"jsdom": "^27.2.0",
56+
"lint-staged": "^16.2.7",
57+
"react": "^19.2.1",
58+
"react-dom": "^19.2.1",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.46.3",
61-
"vite": "^7.2.2",
62-
"vitest": "^4.0.8"
60+
"typescript-eslint": "^8.48.1",
61+
"vite": "^7.2.6",
62+
"vitest": "^4.0.15"
6363
},
6464
"dependencies": {
65-
"@eslint/eslintrc": "^3.3.1",
66-
"eslint-config-next": "16.0.1"
65+
"@eslint/eslintrc": "^3.3.3",
66+
"eslint-config-next": "16.0.7"
6767
}
6868
}

packages/react-qr-code/package.json

Lines changed: 8 additions & 8 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.0",
53-
"@types/react": "^19.2.2",
54-
"@types/react-dom": "^19.2.2",
55-
"@vitejs/plugin-react": "^5.1.0",
52+
"@types/node": "^24.10.1",
53+
"@types/react": "^19.2.7",
54+
"@types/react-dom": "^19.2.3",
55+
"@vitejs/plugin-react": "^5.1.1",
5656
"globals": "^16.5.0",
57-
"react": "^19.2.0",
58-
"react-dom": "^19.2.0",
57+
"react": "^19.2.1",
58+
"react-dom": "^19.2.1",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.46.3",
61-
"vite": "^7.2.2",
60+
"typescript-eslint": "^8.48.1",
61+
"vite": "^7.2.6",
6262
"vite-plugin-dts": "^4.5.4"
6363
}
6464
}

0 commit comments

Comments
 (0)