@pronto-tools-and-more/components 6.18.0 → 6.18.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pronto-tools-and-more/components",
|
3
|
-
"version": "6.18.
|
3
|
+
"version": "6.18.1",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/main.js",
|
6
6
|
"types": "dist/main.d.ts",
|
@@ -20,20 +20,5 @@
|
|
20
20
|
"@types/react": "^18.3.4",
|
21
21
|
"esbuild": "^0.24.0",
|
22
22
|
"ts-jest": "^29.2.5"
|
23
|
-
},
|
24
|
-
"jest": {
|
25
|
-
"injectGlobals": false,
|
26
|
-
"extensionsToTreatAsEsm": [
|
27
|
-
".ts"
|
28
|
-
],
|
29
|
-
"moduleNameMapper": {},
|
30
|
-
"transform": {
|
31
|
-
"^.+\\.tsx?$": [
|
32
|
-
"ts-jest",
|
33
|
-
{
|
34
|
-
"useESM": true
|
35
|
-
}
|
36
|
-
]
|
37
|
-
}
|
38
23
|
}
|
39
24
|
}
|