Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreypopp/f9a78e52a1dc8a3a86d731c9ee7e52c8 to your computer and use it in GitHub Desktop.
Save andreypopp/f9a78e52a1dc8a3a86d731c9ee7e52c8 to your computer and use it in GitHub Desktop.
diff --git a/js/package.json b/js/package.json
index 1c40d9dc0..889ca83c8 100644
--- a/js/package.json
+++ b/js/package.json
@@ -40,6 +40,7 @@
"**/react": "16.8.1",
"**/react-dom": "16.8.1",
"**/react-router": "5.1.2",
- "**/react-router-dom": "5.1.2"
+ "**/react-router-dom": "5.1.2",
+ "**/jsdom": "11.12.0"
}
}
diff --git a/js/rex-formbuilder/package.json b/js/rex-formbuilder/package.json
index 246e0693f..13da73826 100644
--- a/js/rex-formbuilder/package.json
+++ b/js/rex-formbuilder/package.json
@@ -31,17 +31,9 @@
"grunt-karma": "~0.11.2",
"istanbul-instrumenter-loader": "~0.1.3",
"json-loader": "~0.5.2",
- "karma": "~0.12.37",
- "karma-coverage": "~0.4.2",
- "karma-mocha": "~0.2.0",
- "karma-phantomjs-launcher": "~0.2.0",
- "karma-phantomjs-shim": "~1.0.0",
- "karma-sourcemap-loader": "~0.3.5",
- "karma-webpack": "~1.5.1",
"less": "^3.9.0",
"mocha": "2.2.1",
"node-libs-browser": "0.5.x",
- "phantomjs": "~1.9.17",
"webpack": "1.9.x"
}
}
diff --git a/js/rex-graphql-codegen/package.json b/js/rex-graphql-codegen/package.json
index 9267e07f1..75809052e 100644
--- a/js/rex-graphql-codegen/package.json
+++ b/js/rex-graphql-codegen/package.json
@@ -5,11 +5,11 @@
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
- "postinstall": "tsc"
+ "postinstall": "yarn tsc"
},
"dependencies": {
"@babel/generator": "^7.3.2",
- "@babel/types": "^7.3.2",
+ "@babel/types": "7.17.0",
"graphql": "14.6.0",
"tslib": "1.10.0"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment