Skip to content

Commit a2c2fa8

Browse files
authored
Merge pull request #514 from LGLabGreg/chore/deps
Chore/deps
2 parents 71022f2 + 3d890df commit a2c2fa8

4 files changed

Lines changed: 1090 additions & 821 deletions

File tree

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"next": "16.2.3",
3636
"next-themes": "^0.4.6",
3737
"prism-react-renderer": "^2.4.1",
38-
"react": "^19.2.4",
39-
"react-dom": "^19.2.4",
40-
"react-hook-form": "^7.72.0",
38+
"react": "^19.2.5",
39+
"react-dom": "^19.2.5",
40+
"react-hook-form": "^7.72.1",
4141
"react-icons": "^5.6.0",
4242
"tailwind-merge": "^3.5.0",
4343
"tailwindcss-animate": "^1.0.7"
4444
},
4545
"devDependencies": {
4646
"@tailwindcss/postcss": "^4.2.2",
47-
"@types/node": "^25.5.0",
47+
"@types/node": "^25.6.0",
4848
"@types/react": "^19.2.14",
4949
"@types/react-dom": "^19.2.3",
5050
"postcss": "^8.5.8",

package.json

Lines changed: 10 additions & 10 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.29.3",
8+
"packageManager": "pnpm@10.33.0",
99
"type": "module",
1010
"scripts": {
1111
"dev": "pnpm concurrently --names packages,apps \"pnpm watch:packages\" \"pnpm watch:docs\"",
@@ -38,19 +38,19 @@
3838
"@testing-library/jest-dom": "^6.9.1",
3939
"@testing-library/react": "^16.3.2",
4040
"@types/jsdom": "^28.0.1",
41-
"@types/node": "^25.5.0",
41+
"@types/node": "^25.6.0",
4242
"@vitejs/plugin-react": "^6.0.1",
43-
"@vitest/coverage-v8": "4.1.2",
43+
"@vitest/coverage-v8": "4.1.4",
4444
"concurrently": "^9.2.1",
4545
"husky": "^9.1.7",
46-
"jsdom": "^29.0.1",
46+
"jsdom": "^29.0.2",
4747
"lint-staged": "^16.4.0",
48-
"oxfmt": "^0.42.0",
49-
"oxlint": "^1.57.0",
50-
"react": "^19.2.4",
51-
"react-dom": "^19.2.4",
48+
"oxfmt": "^0.45.0",
49+
"oxlint": "^1.60.0",
50+
"react": "^19.2.5",
51+
"react-dom": "^19.2.5",
5252
"typescript": "~6.0.2",
53-
"vite": "^8.0.5",
54-
"vitest": "^4.1.2"
53+
"vite": "^8.0.8",
54+
"vitest": "^4.1.4"
5555
}
5656
}

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": "^25.5.0",
52+
"@types/node": "^25.6.0",
5353
"@types/react": "^19.2.14",
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^6.0.1",
5656
"globals": "^17.4.0",
57-
"react": "^19.2.4",
58-
"react-dom": "^19.2.4",
57+
"react": "^19.2.5",
58+
"react-dom": "^19.2.5",
5959
"typescript": "~6.0.2",
6060
"vite": "^8.0.5",
6161
"vite-plugin-dts": "^4.5.4"

0 commit comments

Comments
 (0)