Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d94d8e8

Browse files
committedJun 1, 2018
Merge branch 'alt-develop' into develop
2 parents 4ebc482 + b43cb4a commit d94d8e8

File tree

2 files changed

+6664
-4975
lines changed

2 files changed

+6664
-4975
lines changed
 

‎package-lock.json

Lines changed: 6653 additions & 4966 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
2828
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
2929
"test": "npm run lint && npm run jest"
3030
},
31-
"version": "0.1.0",
31+
"version": "0.1.1",
3232
"dependencies": {
3333
"isomorphic-fetch": "^2.2.1",
3434
"le_node": "^1.7.0",
35-
"lodash": "^4.17.5",
35+
"lodash": "^4.17.10",
3636
"moment": "^2.22.2",
3737
"moment-duration-format": "^2.2.2",
3838
"moment-timezone": "^0.5.17",
39-
"qs": "^6.5.2",
39+
"qs": "^6.5.1",
4040
"react": "^16.4.0",
4141
"react-dom": "^16.4.0",
42-
"redux": "^3.6.0",
42+
"redux": "^3.7.2",
4343
"redux-actions": "^2.4.0",
4444
"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"
4646
},
4747
"devDependencies": {
4848
"autoprefixer": "^8.5.2",
@@ -61,15 +61,17 @@
6161
"babel-preset-env": "^1.7.0",
6262
"babel-preset-react": "^6.24.1",
6363
"babel-preset-stage-2": "^6.24.1",
64+
"command-line-args": "^5.0.2",
65+
"command-line-usage": "^5.0.5",
6466
"css-loader": "^0.28.11",
6567
"eslint": "^4.19.1",
6668
"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",
6870
"eslint-plugin-import": "^2.12.0",
6971
"eslint-plugin-jest": "^21.17.0",
7072
"eslint-plugin-jsx-a11y": "^6.0.3",
7173
"eslint-plugin-react": "^7.8.2",
72-
"extract-css-chunks-webpack-plugin": "^2.0.19",
74+
"extract-css-chunks-webpack-plugin": "^2.0.18",
7375
"file-loader": "^1.1.11",
7476
"identity-obj-proxy": "^3.0.0",
7577
"jest": "^23.1.0",
@@ -89,9 +91,9 @@
8991
"style-loader": "^0.21.0",
9092
"stylelint": "^9.2.1",
9193
"stylelint-config-standard": "^18.2.0",
92-
"webpack": "^3.12.0",
94+
"webpack": "^3.11.0",
9395
"webpack-dev-middleware": "^2.0.6",
94-
"webpack-hot-middleware": "^2.22.2",
96+
"webpack-hot-middleware": "^2.21.2",
9597
"webpack-merge": "^4.1.2"
9698
}
9799
}

0 commit comments

Comments
 (0)
Please sign in to comment.