We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde183d commit 043bfa9Copy full SHA for 043bfa9
deno.json
@@ -6,7 +6,7 @@
6
"exports": "./package/src/index.ts",
7
"nodeModulesDir": "auto",
8
"imports": {
9
- "@std/expect": "jsr:@std/expect@^1.0.16"
+ "@std/expect": "jsr:@std/expect@^1.0.17"
10
},
11
"fmt": {
12
"singleQuote": false,
package.json
@@ -17,8 +17,8 @@
17
"build": "tsup"
18
19
"devDependencies": {
20
- "tsup": "^8.5.0",
21
- "typescript": "^5.8.3"
+ "tsup": "^8.5.1",
+ "typescript": "^5.9.3"
22
23
"files": [
24
"/dist"
0 commit comments