Skip to content

Commit e36fa1b

Browse files
authored
Merge pull request #426 from LGLabGreg/next
Next
2 parents 539a703 + 1417be2 commit e36fa1b

4 files changed

Lines changed: 635 additions & 641 deletions

File tree

apps/docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"date-fns": "^4.1.0",
34-
"eslint-config-next": "16.1.0",
34+
"eslint-config-next": "16.1.2",
3535
"lucide-react": "^0.562.0",
36-
"next": "16.1.0",
36+
"next": "16.1.2",
3737
"next-themes": "^0.4.6",
3838
"prism-react-renderer": "^2.4.1",
3939
"react": "^19.2.3",
4040
"react-dom": "^19.2.3",
41-
"react-hook-form": "^7.69.0",
41+
"react-hook-form": "^7.71.1",
4242
"react-icons": "^5.5.0",
4343
"tailwind-merge": "^3.4.0",
4444
"tailwindcss-animate": "^1.0.7"
4545
},
4646
"devDependencies": {
4747
"@tailwindcss/postcss": "^4.1.18",
48-
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
49-
"@types/node": "^25.0.3",
50-
"@types/react": "^19.2.7",
48+
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
49+
"@types/node": "^25.0.9",
50+
"@types/react": "^19.2.8",
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
@@ -36,30 +36,30 @@
3636
"@eslint/js": "^9.39.2",
3737
"@testing-library/jest-dom": "^6.9.1",
3838
"@testing-library/react": "^16.3.1",
39-
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
39+
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4040
"@types/jsdom": "^27.0.0",
41-
"@types/node": "^25.0.3",
41+
"@types/node": "^25.0.9",
4242
"@vitejs/plugin-react": "^5.1.2",
43-
"@vitest/coverage-v8": "4.0.16",
43+
"@vitest/coverage-v8": "4.0.17",
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": "^16.5.0",
49+
"globals": "^17.0.0",
5050
"husky": "^9.1.7",
51-
"jsdom": "^27.3.0",
51+
"jsdom": "^27.4.0",
5252
"lint-staged": "^16.2.7",
53-
"prettier": "^3.7.4",
53+
"prettier": "^3.8.0",
5454
"react": "^19.2.3",
5555
"react-dom": "^19.2.3",
5656
"typescript": "~5.9.3",
57-
"typescript-eslint": "^8.50.0",
58-
"vite": "^7.3.0",
59-
"vitest": "^4.0.16"
57+
"typescript-eslint": "^8.53.0",
58+
"vite": "^7.3.1",
59+
"vitest": "^4.0.17"
6060
},
6161
"dependencies": {
6262
"@eslint/eslintrc": "^3.3.3",
63-
"eslint-config-next": "16.1.0"
63+
"eslint-config-next": "16.1.2"
6464
}
6565
}

packages/react-qr-code/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^25.0.3",
53-
"@types/react": "^19.2.7",
52+
"@types/node": "^25.0.9",
53+
"@types/react": "^19.2.8",
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^5.1.2",
56-
"globals": "^16.5.0",
56+
"globals": "^17.0.0",
5757
"react": "^19.2.3",
5858
"react-dom": "^19.2.3",
5959
"typescript": "~5.9.3",
60-
"typescript-eslint": "^8.50.0",
61-
"vite": "^7.3.0",
60+
"typescript-eslint": "^8.53.0",
61+
"vite": "^7.3.1",
6262
"vite-plugin-dts": "^4.5.4"
6363
}
6464
}

0 commit comments

Comments
 (0)