Skip to content

Commit 5fca756

Browse files
committed
Bump dependencies and refresh pnpm lockfile
1 parent 57e160c commit 5fca756

File tree

5 files changed

+217
-144
lines changed

5 files changed

+217
-144
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@tsconfig/node24": "^24.0.4",
1818
"@tsconfig/strictest": "^2.0.8",
1919
"tsl": "^1.0.29",
20-
"tsl-dx": "workspace:*"
20+
"tsl-dx": "^0.7.0"
2121
}
2222
}

dprint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"packages/**/docs"
2626
],
2727
"plugins": [
28-
"https://plugins.dprint.dev/typescript-0.95.13.wasm",
28+
"https://plugins.dprint.dev/typescript-0.95.15.wasm",
2929
"https://plugins.dprint.dev/json-0.21.1.wasm",
30-
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
30+
"https://plugins.dprint.dev/markdown-0.21.1.wasm",
3131
"https://plugins.dprint.dev/toml-0.7.0.wasm",
3232
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm",
33-
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.25.3.wasm"
33+
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.26.0.wasm"
3434
]
3535
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"update:version": "tsx ./scripts/update-version.ts"
3232
},
3333
"devDependencies": {
34-
"@effect/platform": "^0.94.4",
34+
"@effect/platform": "^0.94.5",
3535
"@effect/platform-node": "^0.104.1",
3636
"@eslint/compat": "^2.0.2",
3737
"@local/configs": "workspace:*",
@@ -41,7 +41,7 @@
4141
"@types/node": "^25.2.3",
4242
"ansis": "^4.2.0",
4343
"dprint": "^0.51.1",
44-
"effect": "^3.19.16",
44+
"effect": "^3.19.17",
4545
"publint": "^0.3.17",
4646
"skott": "^0.35.7",
4747
"sort-package-json": "^3.6.1",
@@ -51,7 +51,7 @@
5151
"tsl": "^1.0.29",
5252
"tsl-dx": "workspace:*",
5353
"tsx": "latest",
54-
"typedoc": "^0.28.16",
54+
"typedoc": "^0.28.17",
5555
"typedoc-plugin-markdown": "^4.10.0",
5656
"typedoc-plugin-mdn-links": "^5.1.1",
5757
"typescript": "^5.9.3",

packages/eslint-plugin-function/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"publish": "pnpm run build && pnpm run lint:publish"
3535
},
3636
"dependencies": {
37-
"@eslint-react/ast": "^2.12.4",
38-
"@eslint-react/shared": "^2.12.4",
39-
"@typescript-eslint/scope-manager": "^8.55.0",
40-
"@typescript-eslint/type-utils": "^8.55.0",
41-
"@typescript-eslint/types": "^8.55.0",
42-
"@typescript-eslint/utils": "^8.55.0",
37+
"@eslint-react/ast": "^2.13.0",
38+
"@eslint-react/shared": "^2.13.0",
39+
"@typescript-eslint/scope-manager": "^8.56.0",
40+
"@typescript-eslint/type-utils": "^8.56.0",
41+
"@typescript-eslint/types": "^8.56.0",
42+
"@typescript-eslint/utils": "^8.56.0",
4343
"string-ts": "^2.3.1",
4444
"ts-api-utils": "^2.4.0",
4545
"ts-pattern": "^5.9.0",
46-
"typescript-eslint": "^8.55.0"
46+
"typescript-eslint": "^8.56.0"
4747
},
4848
"devDependencies": {
4949
"@local/eff": "workspace:*",

0 commit comments

Comments
 (0)