|
28 | 28 | "lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
|
29 | 29 | "test": "npm run lint && npm run jest"
|
30 | 30 | },
|
31 |
| - "version": "0.1.0", |
| 31 | + "version": "0.1.1", |
32 | 32 | "dependencies": {
|
33 | 33 | "isomorphic-fetch": "^2.2.1",
|
34 | 34 | "le_node": "^1.7.0",
|
35 |
| - "lodash": "^4.17.5", |
| 35 | + "lodash": "^4.17.10", |
36 | 36 | "moment": "^2.22.2",
|
37 | 37 | "moment-duration-format": "^2.2.2",
|
38 | 38 | "moment-timezone": "^0.5.17",
|
39 |
| - "qs": "^6.5.2", |
| 39 | + "qs": "^6.5.1", |
40 | 40 | "react": "^16.4.0",
|
41 | 41 | "react-dom": "^16.4.0",
|
42 |
| - "redux": "^3.6.0", |
| 42 | + "redux": "^3.7.2", |
43 | 43 | "redux-actions": "^2.4.0",
|
44 | 44 | "tc-accounts": "https://github.com/appirio-tech/accounts-app.git#dev",
|
45 |
| - "topcoder-react-utils": "^0.4.0" |
| 45 | + "topcoder-react-utils": "^0.4.2" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 | 48 | "autoprefixer": "^8.5.2",
|
|
61 | 61 | "babel-preset-env": "^1.7.0",
|
62 | 62 | "babel-preset-react": "^6.24.1",
|
63 | 63 | "babel-preset-stage-2": "^6.24.1",
|
| 64 | + "command-line-args": "^5.0.2", |
| 65 | + "command-line-usage": "^5.0.5", |
64 | 66 | "css-loader": "^0.28.11",
|
65 | 67 | "eslint": "^4.19.1",
|
66 | 68 | "eslint-config-airbnb": "^16.1.0",
|
67 |
| - "eslint-import-resolver-babel-module": "^4.0.0", |
| 69 | + "eslint-import-resolver-babel-module": "^4.0.0-beta.3", |
68 | 70 | "eslint-plugin-import": "^2.12.0",
|
69 | 71 | "eslint-plugin-jest": "^21.17.0",
|
70 | 72 | "eslint-plugin-jsx-a11y": "^6.0.3",
|
71 | 73 | "eslint-plugin-react": "^7.8.2",
|
72 |
| - "extract-css-chunks-webpack-plugin": "^2.0.19", |
| 74 | + "extract-css-chunks-webpack-plugin": "^2.0.18", |
73 | 75 | "file-loader": "^1.1.11",
|
74 | 76 | "identity-obj-proxy": "^3.0.0",
|
75 | 77 | "jest": "^23.1.0",
|
|
89 | 91 | "style-loader": "^0.21.0",
|
90 | 92 | "stylelint": "^9.2.1",
|
91 | 93 | "stylelint-config-standard": "^18.2.0",
|
92 |
| - "webpack": "^3.12.0", |
| 94 | + "webpack": "^3.11.0", |
93 | 95 | "webpack-dev-middleware": "^2.0.6",
|
94 |
| - "webpack-hot-middleware": "^2.22.2", |
| 96 | + "webpack-hot-middleware": "^2.21.2", |
95 | 97 | "webpack-merge": "^4.1.2"
|
96 | 98 | }
|
97 | 99 | }
|
0 commit comments