|
20 | 20 | ], |
21 | 21 | "homepage": "https://github.com/ParsePlatform/parse-dashboard", |
22 | 22 | "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues", |
23 | | - "version": "1.1.1", |
| 23 | + "version": "1.1.2", |
24 | 24 | "repository": { |
25 | 25 | "type": "git", |
26 | 26 | "url": "https://github.com/ParsePlatform/parse-dashboard" |
|
41 | 41 | "csurf": "^1.9.0", |
42 | 42 | "express": "^4.13.4", |
43 | 43 | "json-file-plus": "^3.2.0", |
44 | | - "package-json": "^4.0.1", |
| 44 | + "package-json": "^2.3.1", |
45 | 45 | "passport": "^0.3.2", |
46 | 46 | "passport-local": "^1.0.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "babel-core": "~6.24.1", |
| 49 | + "babel-core": "~5.8.12", |
50 | 50 | "babel-eslint": "^7.2.3", |
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", |
| 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", |
59 | 56 | "eslint": "^3.8.1", |
60 | 57 | "eslint-plugin-jest": "^20.0.3", |
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", |
| 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", |
66 | 63 | "immutable-devtools": "~0.0.4", |
67 | | - "jest-cli": "^20.0.3", |
68 | | - "js-beautify": "~1.6.14", |
| 64 | + "jest-cli": "^12.0.2", |
| 65 | + "js-beautify": "~1.5.0", |
69 | 66 | "marked": "^0.3.5", |
70 | | - "node-sass": "^4.5.3", |
71 | | - "parse": "1.9.2", |
72 | | - "prismjs": "~1.6.0", |
| 67 | + "node-sass": "^3.7.0", |
| 68 | + "parse": "1.9.1", |
| 69 | + "prismjs": "~1.2.0", |
73 | 70 | "react": "^15.0.1", |
74 | 71 | "react-addons-test-utils": "^15.0.1", |
75 | | - "react-dnd": "~2.4.0", |
76 | | - "react-dnd-html5-backend": "~2.4.1", |
| 72 | + "react-dnd": "~2.1.4", |
| 73 | + "react-dnd-html5-backend": "~2.0.0", |
77 | 74 | "react-dom": "^15.0.1", |
78 | | - "react-router": "^4.1.1", |
| 75 | + "react-router": "^2.6.0", |
79 | 76 | "request-promise": "^4.1.1", |
80 | | - "sass-loader": "~6.0.5", |
81 | | - "style-loader": "~0.18.0", |
| 77 | + "sass-loader": "~3.1.2", |
| 78 | + "style-loader": "~0.12.3", |
82 | 79 | "svg-prep": "~1.0.0", |
83 | 80 | "transform-jest-deps": "^2.1.0", |
84 | | - "webpack": "~2.5.1" |
| 81 | + "webpack": "~1.12.0" |
85 | 82 | }, |
86 | 83 | "scripts": { |
87 | 84 | "dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch", |
|
103 | 100 | }, |
104 | 101 | "main": "Parse-Dashboard/app.js", |
105 | 102 | "jest": { |
106 | | - "roots": [ |
| 103 | + "testPathDirs": [ |
107 | 104 | "src/lib" |
108 | 105 | ], |
109 | | - "transform": {".*": "<rootDir>/testing/preprocessor.js"}, |
| 106 | + "scriptPreprocessor": "<rootDir>/testing/preprocessor.js", |
| 107 | + "testDirectoryName": "tests", |
| 108 | + "testFileExtensions": [ |
| 109 | + "test.js" |
| 110 | + ], |
110 | 111 | "unmockedModulePathPatterns": [ |
111 | 112 | "react", |
112 | 113 | "react-dom", |
|
0 commit comments