Skip to content

Commit b99a053

Browse files
authored
Merge pull request #429 from LGLabGreg/chore/deps
chore: deps
2 parents de911c1 + 7ab03b2 commit b99a053

4 files changed

Lines changed: 1354 additions & 1361 deletions

File tree

apps/docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"@radix-ui/react-toast": "^1.2.15",
2727
"@radix-ui/react-toggle": "^1.1.10",
2828
"@radix-ui/react-tooltip": "^1.2.8",
29-
"@uiw/react-color": "^2.9.2",
29+
"@uiw/react-color": "^2.9.3",
3030
"@vercel/analytics": "^1.6.1",
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"date-fns": "^4.1.0",
34-
"eslint-config-next": "16.1.2",
35-
"lucide-react": "^0.562.0",
36-
"next": "16.1.5",
34+
"eslint-config-next": "16.1.6",
35+
"lucide-react": "^0.563.0",
36+
"next": "16.1.6",
3737
"next-themes": "^0.4.6",
3838
"prism-react-renderer": "^2.4.1",
39-
"react": "^19.2.3",
40-
"react-dom": "^19.2.3",
39+
"react": "^19.2.4",
40+
"react-dom": "^19.2.4",
4141
"react-hook-form": "^7.71.1",
4242
"react-icons": "^5.5.0",
4343
"tailwind-merge": "^3.4.0",
@@ -46,8 +46,8 @@
4646
"devDependencies": {
4747
"@tailwindcss/postcss": "^4.1.18",
4848
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
49-
"@types/node": "^25.0.9",
50-
"@types/react": "^19.2.8",
49+
"@types/node": "^25.1.0",
50+
"@types/react": "^19.2.10",
5151
"@types/react-dom": "^19.2.3",
5252
"postcss": "^8.5.6",
5353
"tailwindcss": "^4.1.18",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,31 @@
3535
"@changesets/cli": "^2.29.8",
3636
"@eslint/js": "^9.39.2",
3737
"@testing-library/jest-dom": "^6.9.1",
38-
"@testing-library/react": "^16.3.1",
38+
"@testing-library/react": "^16.3.2",
3939
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4040
"@types/jsdom": "^27.0.0",
41-
"@types/node": "^25.0.9",
41+
"@types/node": "^25.1.0",
4242
"@vitejs/plugin-react": "^5.1.2",
43-
"@vitest/coverage-v8": "4.0.17",
43+
"@vitest/coverage-v8": "4.0.18",
4444
"concurrently": "^9.2.1",
4545
"eslint": "^9.39.2",
4646
"eslint-plugin-react": "^7.37.5",
4747
"eslint-plugin-react-hooks": "^7.0.1",
4848
"eslint-plugin-react-refresh": "^0.4.26",
49-
"globals": "^17.0.0",
49+
"globals": "^17.2.0",
5050
"husky": "^9.1.7",
5151
"jsdom": "^27.4.0",
5252
"lint-staged": "^16.2.7",
53-
"prettier": "^3.8.0",
54-
"react": "^19.2.3",
55-
"react-dom": "^19.2.3",
53+
"prettier": "^3.8.1",
54+
"react": "^19.2.4",
55+
"react-dom": "^19.2.4",
5656
"typescript": "~5.9.3",
57-
"typescript-eslint": "^8.53.0",
57+
"typescript-eslint": "^8.54.0",
5858
"vite": "^7.3.1",
59-
"vitest": "^4.0.17"
59+
"vitest": "^4.0.18"
6060
},
6161
"dependencies": {
6262
"@eslint/eslintrc": "^3.3.3",
63-
"eslint-config-next": "16.1.2"
63+
"eslint-config-next": "16.1.6"
6464
}
6565
}

packages/react-qr-code/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^25.0.9",
53-
"@types/react": "^19.2.8",
52+
"@types/node": "^25.1.0",
53+
"@types/react": "^19.2.10",
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^5.1.2",
56-
"globals": "^17.0.0",
57-
"react": "^19.2.3",
58-
"react-dom": "^19.2.3",
56+
"globals": "^17.2.0",
57+
"react": "^19.2.4",
58+
"react-dom": "^19.2.4",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.53.0",
60+
"typescript-eslint": "^8.54.0",
6161
"vite": "^7.3.1",
6262
"vite-plugin-dts": "^4.5.4"
6363
}

0 commit comments

Comments
 (0)