testeranto 0.79.17 → 0.79.19
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/dist/prebuild/TaskManFrontEnd.js +1521 -1994
- package/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testeranto",
|
|
3
3
|
"description": "teeny tiny tightly-typed typescript tests",
|
|
4
|
-
"version": "0.79.
|
|
4
|
+
"version": "0.79.19",
|
|
5
|
+
"engines": {
|
|
6
|
+
"node": "18.18.0"
|
|
7
|
+
},
|
|
5
8
|
"type": "module",
|
|
6
9
|
"types": "./dist/index.d.mts",
|
|
7
10
|
"module": "dist/module/index.js",
|
|
@@ -241,10 +244,10 @@
|
|
|
241
244
|
"npm-watch": "^0.11.0",
|
|
242
245
|
"puppeteer-core": "^23.6.0",
|
|
243
246
|
"react-bootstrap": "2.10.6",
|
|
244
|
-
"react-router-dom": "
|
|
247
|
+
"react-router-dom": "6.29.0",
|
|
245
248
|
"react-sigma": "^1.2.35",
|
|
246
249
|
"react-test-renderer": "18.2.0",
|
|
247
|
-
"selenium-webdriver": "
|
|
250
|
+
"selenium-webdriver": "4.27.0",
|
|
248
251
|
"url": "^0.11.4",
|
|
249
252
|
"uuid": "^10.0.0",
|
|
250
253
|
"ws": "^8.16.0"
|