Skip to content

Commit b87db74

Browse files
committed
chore: update deps
1 parent b5e7573 commit b87db74

File tree

4 files changed

+132
-132
lines changed

4 files changed

+132
-132
lines changed

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@
3434
"twoslash": "^0.3.4"
3535
},
3636
"devDependencies": {
37-
"@effect/language-service": "^0.37.0",
37+
"@effect/language-service": "^0.38.1",
3838
"@eslint-react/eslint-plugin": "workspace:*",
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",
4141
"@eslint/js": "^9.34.0",
4242
"@eslint/markdown": "^7.2.0",
4343
"@local/configs": "workspace:*",
4444
"@mdx-js/mdx": "^3.1.1",
45-
"@tailwindcss/postcss": "^4.1.12",
45+
"@tailwindcss/postcss": "^4.1.13",
4646
"@theguild/remark-mermaid": "^0.3.0",
4747
"@tsconfig/next": "^2.0.3",
4848
"@tsconfig/node22": "^22.0.2",
4949
"@tsconfig/strictest": "^2.0.5",
5050
"@types/hast": "^3.0.4",
5151
"@types/mdx": "^2.0.13",
52-
"@types/node": "^24.3.0",
52+
"@types/node": "^24.3.1",
5353
"@types/react": "^19.1.12",
5454
"@types/react-dom": "^19.1.9",
5555
"autoprefixer": "^10.4.21",
@@ -63,7 +63,7 @@
6363
"eslint-plugin-unicorn": "^60.0.0",
6464
"importx": "^0.5.2",
6565
"postcss": "^8.5.6",
66-
"tailwindcss": "^4.1.12",
66+
"tailwindcss": "^4.1.13",
6767
"tailwindcss-animated": "^2.0.0",
6868
"typescript": "^5.9.2",
6969
"typescript-eslint": "^8.42.0"

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
25-
"@types/node": "^24.3.0",
25+
"@types/node": "^24.3.1",
2626
"@types/react": "^19.1.12",
2727
"@types/react-dom": "^19.1.9",
2828
"eslint": "^9.34.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"update:website": "tsx ./scripts/update-website.ts"
5454
},
5555
"devDependencies": {
56-
"@effect/language-service": "^0.37.0",
56+
"@effect/language-service": "^0.38.1",
5757
"@effect/platform": "^0.90.6",
5858
"@effect/platform-node": "^0.96.1",
5959
"@eslint/config-inspector": "^1.2.0",
@@ -63,7 +63,7 @@
6363
"@radix-ui/react-toast": "^1.2.15",
6464
"@tsconfig/node22": "^22.0.2",
6565
"@tsconfig/strictest": "^2.0.5",
66-
"@types/node": "^24.3.0",
66+
"@types/node": "^24.3.1",
6767
"@types/react": "^19.1.12",
6868
"@types/react-dom": "^19.1.9",
6969
"@typescript-eslint/parser": "^8.42.0",

0 commit comments

Comments
 (0)