We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a22b9c + fb7299f commit af78a9aCopy full SHA for af78a9a
3 files changed
package.json
@@ -12,7 +12,7 @@
12
"default": "./dist/test-utils.js"
13
},
14
".": {
15
- "types": "./dist/index.d.ts",
+ "types": "./dist/index.d.mts",
16
"require": "./dist/index.js",
17
"default": "./dist/index.mjs"
18
}
@@ -144,8 +144,8 @@
144
"react-dom": "^18.2.0",
145
"simple-git-hooks": "^2.8.1",
146
"size-limit": "^8.2.4",
147
- "tsup": "^7.0.0",
148
- "typescript": "^5.1.3",
+ "tsup": "^7.2.0",
+ "typescript": "^5.2.2",
149
"vitest": "^0.32.2"
150
151
"pnpm": {
0 commit comments