Skip to content

Commit ff290eb

Browse files
committed
chore: update deps
1 parent 92072a2 commit ff290eb

File tree

6 files changed

+203
-203
lines changed

6 files changed

+203
-203
lines changed

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"@eslint/markdown": "^6.3.0",
3737
"@local/configs": "workspace:*",
3838
"@mdx-js/mdx": "^3.1.0",
39-
"@tailwindcss/postcss": "^4.0.17",
39+
"@tailwindcss/postcss": "^4.1.0",
4040
"@theguild/remark-mermaid": "^0.3.0",
4141
"@tsconfig/next": "^2.0.3",
4242
"@tsconfig/node22": "^22.0.1",
4343
"@tsconfig/strictest": "^2.0.5",
4444
"@types/hast": "^3.0.4",
4545
"@types/mdx": "^2.0.13",
46-
"@types/node": "^22.13.16",
46+
"@types/node": "^22.13.17",
4747
"@types/react": "^19.0.12",
4848
"@types/react-dom": "^19.0.4",
4949
"autoprefixer": "^10.4.21",
@@ -57,7 +57,7 @@
5757
"eslint-plugin-unicorn": "^58.0.0",
5858
"importx": "^0.5.2",
5959
"postcss": "^8.5.3",
60-
"tailwindcss": "^4.0.17",
60+
"tailwindcss": "^4.1.0",
6161
"tailwindcss-animated": "^2.0.0",
6262
"typescript": "^5.8.2",
6363
"typescript-eslint": "^8.29.0"

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.1",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^22.13.16",
24+
"@types/node": "^22.13.17",
2525
"@types/react": "^19.0.12",
2626
"@types/react-dom": "^19.0.4",
2727
"eslint": "^9.23.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@eslint/markdown": "^6.3.0",
5757
"@local/configs": "workspace:*",
5858
"@local/eslint-plugin-local": "workspace:*",
59-
"@swc/core": "^1.11.15",
59+
"@swc/core": "^1.11.16",
6060
"@tsconfig/node22": "^22.0.1",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^22.13.16",
62+
"@types/node": "^22.13.17",
6363
"@types/react": "^19.0.12",
6464
"@types/react-dom": "^19.0.4",
6565
"@typescript-eslint/parser": "^8.29.0",
@@ -86,15 +86,15 @@
8686
"ts-pattern": "^5.7.0",
8787
"tsup": "^8.4.0",
8888
"tsx": "^4.19.3",
89-
"type-fest": "^4.38.0",
89+
"type-fest": "^4.39.0",
9090
"typedoc": "^0.28.1",
9191
"typedoc-plugin-markdown": "^4.6.0",
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typescript": "^5.8.2",
9494
"typescript-eslint": "^8.29.0",
9595
"vitest": "^3.1.1"
9696
},
97-
"packageManager": "[email protected].0",
97+
"packageManager": "[email protected].1",
9898
"engines": {
9999
"node": ">=18.18.0"
100100
},

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
"devDependencies": {
5353
"@local/configs": "workspace:*",
5454
"@tsconfig/node22": "^22.0.1",
55-
"@types/picomatch": "^3.0.2",
55+
"@types/picomatch": "^4.0.0",
5656
"fast-equals": "^5.2.2",
5757
"micro-memoize": "^4.1.3",
5858
"tsup": "^8.4.0",
59-
"type-fest": "^4.38.0"
59+
"type-fest": "^4.39.0"
6060
},
6161
"engines": {
6262
"bun": ">=1.0.15",

packages/utilities/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@local/configs": "workspace:*",
5252
"@tsconfig/node22": "^22.0.1",
5353
"tsup": "^8.4.0",
54-
"type-fest": "^4.38.0"
54+
"type-fest": "^4.39.0"
5555
},
5656
"engines": {
5757
"bun": ">=1.0.15",

0 commit comments

Comments
 (0)