testeranto 0.79.18 → 0.79.20
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testeranto",
|
|
3
3
|
"description": "teeny tiny tightly-typed typescript tests",
|
|
4
|
-
"version": "0.79.
|
|
4
|
+
"version": "0.79.20",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "18.18.0"
|
|
7
7
|
},
|
|
@@ -214,13 +214,11 @@
|
|
|
214
214
|
"dependencies": {
|
|
215
215
|
"@asseinfo/react-kanban": "^2.2.0",
|
|
216
216
|
"@caldwell619/react-kanban": "^0.0.12",
|
|
217
|
-
"@electron/remote": "^2.1.2",
|
|
218
217
|
"@hello-pangea/dnd": "^18.0.1",
|
|
219
218
|
"@xyflow/react": "^12.4.3",
|
|
220
219
|
"babel-loader": "^8.2.5",
|
|
221
220
|
"bootstrap": "^5.2.3",
|
|
222
221
|
"dot-prop": "^9.0.0",
|
|
223
|
-
"electron": "28.0.0",
|
|
224
222
|
"esbuild": "0.17.5",
|
|
225
223
|
"esbuild-plugin-external-package": "^1.0.0",
|
|
226
224
|
"esbuild-plugin-import-map": "^2.1.0",
|
|
@@ -247,7 +245,7 @@
|
|
|
247
245
|
"react-router-dom": "6.29.0",
|
|
248
246
|
"react-sigma": "^1.2.35",
|
|
249
247
|
"react-test-renderer": "18.2.0",
|
|
250
|
-
"selenium-webdriver": "
|
|
248
|
+
"selenium-webdriver": "4.27.0",
|
|
251
249
|
"url": "^0.11.4",
|
|
252
250
|
"uuid": "^10.0.0",
|
|
253
251
|
"ws": "^8.16.0"
|