Skip to content

Commit c1f6c2d

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 1014e19 commit c1f6c2d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-01-24_16:32:19
1+
2026-01-25_02:26:54

lib/esbuild-plugin-react18-css-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@testing-library/react": "^16.3.2",
27-
"@turbo/gen": "^2.7.5",
27+
"@turbo/gen": "^2.7.6",
2828
"@types/node": "^25.0.10",
2929
"@types/react": "^19.2.9",
3030
"@types/react-dom": "^19.2.3",

lib/esbuild-plugin-react18-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"tsup": "^8.5.1",
3939
"typedoc": "^0.28.16",
4040
"typedoc-plugin-inline-sources": "^1.3.0",
41-
"typedoc-plugin-mdn-links": "^5.1.0",
41+
"typedoc-plugin-mdn-links": "^5.1.1",
4242
"typedoc-plugin-missing-exports": "^4.1.2",
4343
"typedoc-plugin-rename-defaults": "^0.7.3",
4444
"typedoc-plugin-zod": "^1.4.3",

lib/example2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@testing-library/react": "^16.3.2",
27-
"@turbo/gen": "^2.7.5",
27+
"@turbo/gen": "^2.7.6",
2828
"@types/node": "^25.0.10",
2929
"@types/react": "^19.2.9",
3030
"@types/react-dom": "^19.2.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"eslint": "^9.39.2",
1414
"prettier": "^3.8.1",
1515
"tsconfig": "workspace:*",
16-
"turbo": "^2.7.5"
16+
"turbo": "^2.7.6"
1717
},
1818
"name": "esbuild-plugin-react18-css",
1919
"packageManager": "pnpm@9.1.4"

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"private": true,
66
"devDependencies": {
77
"@vercel/style-guide": "^6.0.0",
8-
"eslint-config-turbo": "^2.7.5"
8+
"eslint-config-turbo": "^2.7.6"
99
}
1010
}

0 commit comments

Comments
 (0)