Skip to content

Commit 5fb3bc5

Browse files
committed
upgrade deps && docs [skip ci]
1 parent fcae427 commit 5fb3bc5

File tree

9 files changed

+209
-193
lines changed

9 files changed

+209
-193
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-04-14_16:30:42
1+
2025-04-15_01:56:33

examples/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/node": "^22.14.1",
25-
"@types/react": "^19.1.1",
25+
"@types/react": "^19.1.2",
2626
"@types/react-dom": "^19.1.2",
2727
"typescript": "^5.8.3"
2828
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
2828
"@types/node": "^22.14.1",
29-
"@types/react": "^19.1.1",
29+
"@types/react": "^19.1.2",
3030
"@types/react-dom": "^19.1.2",
3131
"typescript": "^5.8.3"
3232
}

examples/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mayank1513/fork-me": "^2.1.3",
1616
"@repo/logger": "workspace:*",
1717
"@repo/shared": "workspace:*",
18-
"@tailwindcss/postcss": "^4.1.3",
18+
"@tailwindcss/postcss": "^4.1.4",
1919
"next": "^15.3.0",
2020
"nextjs-darkmode": "workspace:*",
2121
"nextjs-themes": "^4.0.6",
@@ -28,11 +28,11 @@
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
3030
"@types/node": "^22.14.1",
31-
"@types/react": "^19.1.1",
31+
"@types/react": "^19.1.2",
3232
"@types/react-dom": "^19.1.2",
3333
"autoprefixer": "^10.4.21",
3434
"postcss": "^8.5.3",
35-
"tailwindcss": "^4.1.3",
35+
"tailwindcss": "^4.1.4",
3636
"typescript": "^5.8.3"
3737
}
3838
}

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/react": "^19.1.1",
24+
"@types/react": "^19.1.2",
2525
"@types/react-dom": "^19.1.2",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"typescript": "^5.8.3",

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@repo/typescript-config": "workspace:*",
5959
"@testing-library/react": "^16.3.0",
6060
"@types/node": "^22.14.1",
61-
"@types/react": "^19.1.1",
61+
"@types/react": "^19.1.2",
6262
"@types/react-dom": "^19.1.2",
6363
"@vitejs/plugin-react": "^4.3.4",
6464
"@vitest/coverage-v8": "^3.1.1",

packages/config-eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"private": true,
66
"devDependencies": {
77
"@next/eslint-plugin-next": "^15.3.0",
8-
"@typescript-eslint/eslint-plugin": "^8.29.1",
9-
"@typescript-eslint/parser": "^8.29.1",
8+
"@typescript-eslint/eslint-plugin": "^8.30.1",
9+
"@typescript-eslint/parser": "^8.30.1",
1010
"eslint": "^9.24.0",
1111
"eslint-config-prettier": "^10.1.2",
1212
"eslint-plugin-only-warn": "^1.1.0",
@@ -15,6 +15,6 @@
1515
"eslint-plugin-turbo": "^2.5.0",
1616
"globals": "^16.0.0",
1717
"typescript": "^5.8.3",
18-
"typescript-eslint": "^8.29.1"
18+
"typescript-eslint": "^8.30.1"
1919
}
2020
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@repo/typescript-config": "workspace:*",
2424
"@testing-library/react": "^16.3.0",
2525
"@types/node": "^22.14.1",
26-
"@types/react": "^19.1.1",
26+
"@types/react": "^19.1.2",
2727
"@types/react-dom": "^19.1.2",
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"@vitest/coverage-v8": "^3.1.1",

0 commit comments

Comments
 (0)