Skip to content

Commit d4b8633

Browse files
committed
docs: improve rules overview page
1 parent f11195b commit d4b8633

File tree

85 files changed

+346
-352
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+346
-352
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
},
5252
"devDependencies": {
5353
"@changesets/cli": "^2.27.10",
54-
"@effect/platform": "^0.70.7",
55-
"@effect/platform-bun": "^0.50.7",
56-
"@effect/platform-node": "^0.65.7",
54+
"@effect/platform": "^0.71.0",
55+
"@effect/platform-bun": "^0.51.0",
56+
"@effect/platform-node": "^0.66.0",
5757
"@effect/schema": "^0.75.5",
5858
"@swc/core": "^1.10.1",
5959
"@tsconfig/node22": "^22.0.0",
@@ -66,10 +66,10 @@
6666
"concurrently": "^9.1.0",
6767
"cspell": "^8.16.1",
6868
"dprint": "^0.47.6",
69-
"effect": "^3.11.5",
69+
"effect": "^3.11.6",
7070
"esbuild": "^0.24.0",
7171
"importx": "^0.5.0",
72-
"lefthook": "^1.9.0",
72+
"lefthook": "^1.9.2",
7373
"markdownlint": "^0.37.0",
7474
"publint": "^0.2.12",
7575
"react": "^19.0.0",
@@ -82,7 +82,7 @@
8282
"tsup": "^8.3.5",
8383
"tsx": "^4.19.2",
8484
"turbo": "^2.3.3",
85-
"type-fest": "^4.30.0",
85+
"type-fest": "^4.30.1",
8686
"typedoc": "^0.27.4",
8787
"typedoc-plugin-markdown": "^4.3.2",
8888
"typedoc-plugin-rename-defaults": "^0.7.2",
@@ -96,19 +96,19 @@
9696
},
9797
"pnpm": {
9898
"overrides": {
99-
"@types/react": "^19.0.1",
100-
"@types/react-dom": "^19.0.2",
10199
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
102-
"cross-spawn": "7.0.6",
103100
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
104101
"isarray": "npm:@nolyfill/isarray@^1.0.29",
105-
"react": "^19.0.0",
106-
"react-dom": "^19.0.0",
107102
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
108103
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
109104
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
110-
"ts-api-utils": "^2.0.0",
111105
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
106+
"@types/react": "^19.0.1",
107+
"@types/react-dom": "^19.0.2",
108+
"cross-spawn": "7.0.6",
109+
"react": "^19.0.0",
110+
"react-dom": "^19.0.0",
111+
"ts-api-utils": "^2.0.0",
112112
"typescript": "^5.7.2"
113113
}
114114
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"fast-equals": "^5.0.1",
5454
"micro-memoize": "^4.1.2",
5555
"tsup": "^8.3.5",
56-
"type-fest": "^4.30.0",
56+
"type-fest": "^4.30.1",
5757
"valibot": "^1.0.0-beta.9"
5858
}
5959
}

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"publish": "pnpm run build && pnpm run lint:publish"
4343
},
4444
"devDependencies": {
45-
"effect": "^3.11.5",
45+
"effect": "^3.11.6",
4646
"tsup": "^8.3.5"
4747
}
4848
}

0 commit comments

Comments
 (0)