We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e0650 commit 1437fcfCopy full SHA for 1437fcf
package.json
@@ -74,9 +74,12 @@
74
"prettier": "^2.7.1",
75
"rimraf": "^3.0.2",
76
"rxjs": "^7.5.6",
77
- "tsup": "^6.7.0",
78
- "typescript": "^4.8.3",
79
- "vitest": "^0.27.2"
+ "tsup": "7.0.0",
+ "typescript": "5.2",
+ "vitest": "^0.34.0"
80
+ },
81
+ "resolutions": {
82
+ "esbuild": "0.19.7"
83
},
84
"sideEffects": false
85
}
0 commit comments