Update Lifecycle state to mature
[aai/sparky-fe.git] / package.json
index 7402e2b..8038797 100644 (file)
@@ -19,7 +19,7 @@
     "d3": "^4.12.0",
     "es6-promise": "^3.2.1",
     "filter-bar-utils": "1.0.3",
-    "gulp-sass": "^3.0.0",
+    "gulp-sass": "^4.1.0",
     "jquery": "^2.2.2",
     "loadable-components": "^2.2.2",
     "lodash": "^4.17.4",
@@ -48,6 +48,7 @@
     "redux": "^3.3.1",
     "redux-form": "^6.2.1",
     "redux-thunk": "^2.1.0",
+    "sinon": "^7.3.1",
     "topojson": "^2.2.0",
     "uuid-js": "^0.7.5",
     "validator": "^4.3.0",
@@ -79,7 +80,7 @@
     "gulp": "^3.9.1",
     "gulp-clean": "^0.3.1",
     "gulp-css-usage": "^2.0.0",
-    "gulp-helpers": "^5.0.0",
+    "gulp-helpers": "^5.1.0",
     "gulp-jsx-coverage": "^0.3.8",
     "gulp-rename": "^1.2.2",
     "gulp-replace": "^0.5.4",
     "isparta-loader": "^2.0.0",
     "istanbul": "^1.0.0-alpha.2",
     "istanbul-instrumenter-loader": "^0.2.0",
-    "jest": "^22.4.3",
+    "jest": "^23.0.1",
     "jest-enzyme": "^6.0.0",
     "jest-fetch-mock": "^1.5.0",
     "json-loader": "^0.5.4",
     "jsx-loader": "^0.13.2",
     "nock": "^8.0.0",
-    "node-sass": "^4.8.3",
+    "node-sass": "^4.14.1",
     "node-watch": "^0.3.5",
     "prompt": "^0.2.14",
+    "randomstring": "^1.1.5",
     "react-addons-test-utils": "^15.1.0",
     "react-hot-loader": "^3.0.0-beta.6",
-    "redux-mock-store": "^1.4.0",
+    "redux-mock-store": "^1.5.3",
     "sass-loader": "^3.1.2",
     "source-map-loader": "^0.1.5",
     "style-loader": "^0.13.1",
     "automock": false,
     "moduleNameMapper": {
       "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/fileMock.js",
-      "\\.(css|scss)$": "<rootDir>/test/styleMock.js"
+      "\\.(css|scss)$": "<rootDir>/test/styleMock.js",
+      "resources/(.*)": "<rootDir>/resources/$1"
     },
     "testURL": "http://localhost",
     "moduleFileExtensions": [
       "!**/webpack.config.js",
       "!**/webpack.devConfig.js",
       "!**/coverage/**",
-      "!**/tools/**"
+      "!**/tools/**",
+      "!src/app/main.app.jsx",
+      "!src/app/configurableViews/index.js",
+      "!src/app/extensibility/index.js"
     ]
   },
   "engines": {