Skip to content

Commit 9a82bbf

Browse files
committed
upgrade deps && docs [skip ci]
1 parent e04f942 commit 9a82bbf

File tree

5 files changed

+139
-133
lines changed

5 files changed

+139
-133
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-12-02_08:37:45
1+
2025-12-02_16:37:13

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/react": "^19.2.7",
6161
"@types/react-dom": "^19.2.3",
6262
"@vitejs/plugin-react": "^5.1.1",
63-
"@vitest/coverage-v8": "^4.0.14",
63+
"@vitest/coverage-v8": "^4.0.15",
6464
"esbuild-plugin-rdi": "^0.0.0",
6565
"esbuild-plugin-react18": "0.2.6",
6666
"esbuild-plugin-react18-css": "^0.0.4",
@@ -70,7 +70,7 @@
7070
"tsup": "^8.5.1",
7171
"typescript": "^5.9.3",
7272
"vite-tsconfig-paths": "^5.1.4",
73-
"vitest": "^4.0.14"
73+
"vitest": "^4.0.15"
7474
},
7575
"dependencies": {
7676
"r18gs": "3.0.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": "^16.0.6",
8-
"@typescript-eslint/eslint-plugin": "^8.48.0",
9-
"@typescript-eslint/parser": "^8.48.0",
8+
"@typescript-eslint/eslint-plugin": "^8.48.1",
9+
"@typescript-eslint/parser": "^8.48.1",
1010
"eslint": "^9.39.1",
1111
"eslint-config-prettier": "^10.1.8",
1212
"eslint-plugin-only-warn": "^1.1.0",
@@ -15,6 +15,6 @@
1515
"eslint-plugin-turbo": "^2.6.1",
1616
"globals": "^16.5.0",
1717
"typescript": "^5.9.3",
18-
"typescript-eslint": "^8.48.0"
18+
"typescript-eslint": "^8.48.1"
1919
}
2020
}

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react": "^19.2.7",
2626
"@types/react-dom": "^19.2.3",
2727
"@vitejs/plugin-react": "^5.1.1",
28-
"@vitest/coverage-v8": "^4.0.14",
28+
"@vitest/coverage-v8": "^4.0.15",
2929
"esbuild-plugin-react18": "^0.2.6",
3030
"esbuild-plugin-react18-css": "^0.0.4",
3131
"jsdom": "^27.2.0",
@@ -34,7 +34,7 @@
3434
"tsup": "^8.5.1",
3535
"typescript": "^5.9.3",
3636
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^4.0.14"
37+
"vitest": "^4.0.15"
3838
},
3939
"dependencies": {
4040
"@mayank1513/fork-me": "^2.1.3",

0 commit comments

Comments
 (0)