Skip to content

Commit 69246c5

Browse files
committed
Another fix of CircleCI config + few dependencies updated
1 parent e3a134a commit 69246c5

File tree

3 files changed

+14
-36
lines changed

3 files changed

+14
-36
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
paths:
1717
- node_modules
1818
- run: npm test
19-
- run: npm build
19+
- run: npm run build
2020
- persist_to_workspace:
2121
root: .
2222
paths:

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"description": "Topcoder collection of generic ReactJS components and utils",
4444
"devDependencies": {
45-
"autoprefixer": "^8.5.2",
45+
"autoprefixer": "^8.6.0",
4646
"babel-cli": "^6.26.0",
4747
"babel-eslint": "^8.2.3",
4848
"babel-loader": "^7.1.4",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-jest": "^21.17.0",
6666
"eslint-plugin-jsx-a11y": "^6.0.3",
6767
"eslint-plugin-react": "^7.8.2",
68-
"extract-css-chunks-webpack-plugin": "^2.0.18",
68+
"extract-css-chunks-webpack-plugin": "^2.0.19",
6969
"file-loader": "^1.1.11",
7070
"identity-obj-proxy": "^3.0.0",
7171
"jest": "^23.1.0",
@@ -81,7 +81,7 @@
8181
"react-test-renderer": "^16.4.0",
8282
"resolve-url-loader": "^2.3.0",
8383
"rimraf": "^2.6.2",
84-
"sass-loader": "^7.0.1",
84+
"sass-loader": "^7.0.2",
8585
"style-loader": "^0.21.0",
8686
"stylelint": "^9.2.1",
8787
"stylelint-config-standard": "^18.2.0",

0 commit comments

Comments
 (0)