Skip to content

Commit 35fde79

Browse files
authored
Merge branch 'next' into dependabot/npm_and_yarn/next/next-16.1.2
2 parents c930373 + b1a4397 commit 35fde79

4 files changed

Lines changed: 122 additions & 91 deletions

File tree

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"date-fns": "^4.1.0",
34-
"eslint-config-next": "16.1.1",
34+
"eslint-config-next": "16.1.2",
3535
"lucide-react": "^0.562.0",
3636
"next": "16.1.2",
3737
"next-themes": "^0.4.6",
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@tailwindcss/postcss": "^4.1.18",
4848
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
49-
"@types/node": "^25.0.8",
49+
"@types/node": "^25.0.9",
5050
"@types/react": "^19.2.8",
5151
"@types/react-dom": "^19.2.3",
5252
"postcss": "^8.5.6",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@testing-library/react": "^16.3.1",
3939
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4040
"@types/jsdom": "^27.0.0",
41-
"@types/node": "^25.0.8",
41+
"@types/node": "^25.0.9",
4242
"@vitejs/plugin-react": "^5.1.2",
4343
"@vitest/coverage-v8": "4.0.17",
4444
"concurrently": "^9.2.1",
@@ -50,7 +50,7 @@
5050
"husky": "^9.1.7",
5151
"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",
@@ -60,6 +60,6 @@
6060
},
6161
"dependencies": {
6262
"@eslint/eslintrc": "^3.3.3",
63-
"eslint-config-next": "16.1.1"
63+
"eslint-config-next": "16.1.2"
6464
}
6565
}

packages/react-qr-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^25.0.8",
52+
"@types/node": "^25.0.9",
5353
"@types/react": "^19.2.8",
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^5.1.2",

0 commit comments

Comments
 (0)