@telicent-oss/ds 0.1.3-rc3 → 0.1.4-rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -3
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/telicent-oss/telicent-ds.git"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.4-rc3",
|
|
11
11
|
"private": false,
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@emotion/react": "^11.10.6",
|
|
@@ -33,7 +33,11 @@
|
|
|
33
33
|
"zod": "^3.21.4"
|
|
34
34
|
},
|
|
35
35
|
"resolutions": {
|
|
36
|
-
"jackspeak": "2.1.1"
|
|
36
|
+
"jackspeak": "2.1.1",
|
|
37
|
+
"nth-check": "^2.1.1"
|
|
38
|
+
},
|
|
39
|
+
"resolutionsReasons": {
|
|
40
|
+
"nth-check": "vulnerability: Tested `react-scripts start/test/build`"
|
|
37
41
|
},
|
|
38
42
|
"scripts": {
|
|
39
43
|
"lint": "eslint --resolve-plugins-relative-to src",
|
|
@@ -179,6 +183,6 @@
|
|
|
179
183
|
}
|
|
180
184
|
},
|
|
181
185
|
"engine": {
|
|
182
|
-
"node": "
|
|
186
|
+
"node": "20.14.0"
|
|
183
187
|
}
|
|
184
188
|
}
|