|
41 | 41 | "csurf": "^1.9.0", |
42 | 42 | "express": "^4.13.4", |
43 | 43 | "json-file-plus": "^3.2.0", |
44 | | - "package-json": "^2.3.1", |
| 44 | + "package-json": "^4.0.1", |
45 | 45 | "passport": "^0.3.2", |
46 | 46 | "passport-local": "^1.0.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "babel-core": "~5.8.12", |
| 49 | + "babel-core": "~6.24.1", |
50 | 50 | "babel-eslint": "^7.2.3", |
51 | | - "babel-loader": "~5.3.0", |
52 | | - "babel-plugin-remove-proptypes": "~1.0.0", |
53 | | - "babel-polyfill": "^6.7.2", |
54 | | - "babel-runtime": "~5.8.25", |
55 | | - "css-loader": "~0.18.0", |
| 51 | + "babel-loader": "~7.0.0", |
| 52 | + "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 53 | + "babel-polyfill": "^6.23.0", |
| 54 | + "babel-preset-es2015": "^6.24.1", |
| 55 | + "babel-preset-react": "^6.24.1", |
| 56 | + "babel-preset-stage-0": "^6.24.1", |
| 57 | + "babel-runtime": "~6.23.0", |
| 58 | + "css-loader": "~0.28.2", |
56 | 59 | "eslint": "^3.8.1", |
57 | 60 | "eslint-plugin-jest": "^20.0.3", |
58 | | - "eslint-plugin-react": "^6.4.1", |
59 | | - "file-loader": "^0.8.5", |
60 | | - "history": "^2.1.2", |
61 | | - "http-server": "~0.8.5", |
62 | | - "immutable": "~3.7.5", |
| 61 | + "eslint-plugin-react": "^7.0.1", |
| 62 | + "file-loader": "^0.11.1", |
| 63 | + "history": "^4.6.1", |
| 64 | + "http-server": "~0.10.0", |
| 65 | + "immutable": "~3.8.1", |
63 | 66 | "immutable-devtools": "~0.0.4", |
64 | | - "jest-cli": "^12.0.2", |
65 | | - "js-beautify": "~1.5.0", |
| 67 | + "jest-cli": "^20.0.3", |
| 68 | + "js-beautify": "~1.6.14", |
66 | 69 | "marked": "^0.3.5", |
67 | | - "node-sass": "^3.7.0", |
68 | | - "parse": "1.9.1", |
69 | | - "prismjs": "~1.2.0", |
| 70 | + "node-sass": "^4.5.3", |
| 71 | + "parse": "1.9.2", |
| 72 | + "prismjs": "~1.6.0", |
70 | 73 | "react": "^15.0.1", |
71 | 74 | "react-addons-test-utils": "^15.0.1", |
72 | | - "react-dnd": "~2.1.4", |
73 | | - "react-dnd-html5-backend": "~2.0.0", |
| 75 | + "react-dnd": "~2.4.0", |
| 76 | + "react-dnd-html5-backend": "~2.4.1", |
74 | 77 | "react-dom": "^15.0.1", |
75 | | - "react-router": "^2.6.0", |
| 78 | + "react-router": "^4.1.1", |
76 | 79 | "request-promise": "^4.1.1", |
77 | | - "sass-loader": "~3.1.2", |
78 | | - "style-loader": "~0.12.3", |
| 80 | + "sass-loader": "~6.0.5", |
| 81 | + "style-loader": "~0.18.0", |
79 | 82 | "svg-prep": "~1.0.0", |
80 | 83 | "transform-jest-deps": "^2.1.0", |
81 | | - "webpack": "~1.12.0" |
| 84 | + "webpack": "~2.5.1" |
82 | 85 | }, |
83 | 86 | "scripts": { |
84 | 87 | "dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch", |
|
100 | 103 | }, |
101 | 104 | "main": "Parse-Dashboard/app.js", |
102 | 105 | "jest": { |
103 | | - "testPathDirs": [ |
| 106 | + "roots": [ |
104 | 107 | "src/lib" |
105 | 108 | ], |
106 | | - "scriptPreprocessor": "<rootDir>/testing/preprocessor.js", |
107 | | - "testDirectoryName": "tests", |
108 | | - "testFileExtensions": [ |
109 | | - "test.js" |
110 | | - ], |
| 109 | + "transform": {".*": "<rootDir>/testing/preprocessor.js"}, |
111 | 110 | "unmockedModulePathPatterns": [ |
112 | 111 | "react", |
113 | 112 | "react-dom", |
|
0 commit comments