Skip to content

Commit 8b86ee8

Browse files
committed
build: update deps
1 parent 3b76551 commit 8b86ee8

File tree

3 files changed

+56
-61
lines changed

3 files changed

+56
-61
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@
9090
"markdownlint": "0.34.0",
9191
"pathe": "1.1.2",
9292
"publint": "0.2.8",
93-
"skott": "0.34.0",
93+
"skott": "0.35.0",
9494
"sort-package-json": "2.10.0",
9595
"taze": "0.13.8",
9696
"tiny-invariant": "1.3.3",
9797
"ts-pattern": "5.2.0",
9898
"tsup": "8.1.0",
9999
"turbo": "2.0.4",
100-
"type-fest": "4.20.0",
100+
"type-fest": "4.20.1",
101101
"typedoc": "0.25.13",
102102
"typedoc-plugin-markdown": "4.0.3",
103103
"typedoc-plugin-rename-defaults": "0.7.0",
@@ -131,7 +131,7 @@
131131
"object.values": "npm:@nolyfill/object.values@latest",
132132
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest",
133133
"typedarray": "npm:@nolyfill/typedarray@latest",
134-
"typescript": "latest"
134+
"typescript": "^5.4.5"
135135
}
136136
}
137137
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"tsup": "8.1.0",
50-
"type-fest": "4.20.0",
50+
"type-fest": "4.20.1",
5151
"valibot": "0.32.0"
5252
}
5353
}

0 commit comments

Comments
 (0)