Skip to content

Commit 9589f13

Browse files
authored
chore(deps): bump version (#12)
1 parent 3cef27d commit 9589f13

4 files changed

Lines changed: 1239 additions & 2669 deletions

File tree

docs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@
1414
"clsx": "^2.1.1",
1515
"fumadocs-core": "15.6.4",
1616
"fumadocs-mdx": "11.6.11",
17-
"fumadocs-twoslash": "^3.1.4",
17+
"fumadocs-twoslash": "^3.1.6",
1818
"fumadocs-ui": "15.6.4",
19-
"lucide-react": "^0.525.0",
20-
"motion": "^12.23.6",
19+
"lucide-react": "^0.542.0",
20+
"motion": "^12.23.12",
2121
"next": "15.4.1",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0",
22+
"react": "^19.1.1",
23+
"react-dom": "^19.1.1",
2424
"tailwind-merge": "^3.3.1",
25-
"twoslash": "^0.3.3"
25+
"twoslash": "^0.3.4"
2626
},
2727
"devDependencies": {
2828
"@moeru/results": "workspace:^",
2929
"@moeru/std": "workspace:^",
30-
"@tailwindcss/postcss": "^4.1.11",
30+
"@tailwindcss/postcss": "^4.1.12",
3131
"@types/mdx": "^2.0.13",
32-
"@types/react": "^19.1.8",
33-
"@types/react-dom": "^19.1.6",
32+
"@types/react": "^19.1.12",
33+
"@types/react-dom": "^19.1.8",
3434
"postcss": "^8.5.6",
3535
"remark": "^15.0.1",
3636
"remark-gfm": "^4.0.1",
3737
"remark-mdx": "^3.1.0",
38-
"tailwindcss": "^4.1.11",
39-
"tw-animate-css": "^1.3.5"
38+
"tailwindcss": "^4.1.12",
39+
"tw-animate-css": "^1.3.7"
4040
}
4141
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.1.0-beta.8",
55
"private": true,
6-
"packageManager": "pnpm@10.9.0",
6+
"packageManager": "pnpm@10.15.0",
77
"scripts": {
88
"build": "pnpm -r build",
99
"build:packages": "pnpm -rF \"./packages/*\" build",
@@ -14,20 +14,20 @@
1414
"test": "pnpm -r test"
1515
},
1616
"devDependencies": {
17-
"@antfu/eslint-config": "^4.17.0",
17+
"@antfu/eslint-config": "^5.2.1",
1818
"@importantimport/tsconfig": "1.0.0-beta.2",
1919
"@moeru/eslint-config": "workspace:^",
2020
"@moeru/tsconfig": "workspace:^",
21-
"@types/node": "^24.0.15",
21+
"@types/node": "^24.3.0",
2222
"@vitest/coverage-v8": "^3.2.4",
2323
"@vitest/ui": "^3.2.4",
24-
"bumpp": "^10.2.0",
25-
"eslint": "^9.31.0",
26-
"eslint-plugin-oxlint": "^1.7.0",
27-
"jiti": "^2.4.2",
28-
"oxlint": "^1.7.0",
29-
"pkgroll": "^2.14.3",
30-
"tsx": "^4.20.3",
24+
"bumpp": "^10.2.3",
25+
"eslint": "^9.34.0",
26+
"eslint-plugin-oxlint": "^1.13.0",
27+
"jiti": "^2.5.1",
28+
"oxlint": "^1.13.0",
29+
"pkgroll": "^2.15.3",
30+
"tsx": "^4.20.5",
3131
"vitest": "^3.2.4"
3232
}
3333
}

packages/eslint-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"dependencies": {
4545
"@masknet/eslint-plugin": "^0.3.0",
4646
"@moeru/std": "workspace:^",
47-
"eslint-flat-config-utils": "^2.1.0",
48-
"eslint-plugin-de-morgan": "^1.3.0",
47+
"eslint-flat-config-utils": "^2.1.1",
48+
"eslint-plugin-de-morgan": "^1.3.1",
4949
"eslint-plugin-perfectionist": "^4.15.0",
5050
"eslint-plugin-prefer-arrow": "^1.2.3",
51-
"eslint-plugin-sonarjs": "^3.0.4"
51+
"eslint-plugin-sonarjs": "^3.0.5"
5252
},
5353
"devDependencies": {
54-
"@antfu/eslint-config": "^4.17.0",
55-
"eslint": "^9.31.0",
56-
"eslint-plugin-oxlint": "^1.7.0"
54+
"@antfu/eslint-config": "^5.2.1",
55+
"eslint": "^9.34.0",
56+
"eslint-plugin-oxlint": "^1.13.0"
5757
}
5858
}

0 commit comments

Comments
 (0)