Skip to content

Commit 7aadd20

Browse files
committedApr 16, 2020
fix(deps): update dependencies
1 parent 048baab commit 7aadd20

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed
 

‎package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,36 @@
2020
"dependencies": {
2121
"@zeit/next-css": "^1.0.1",
2222
"dotenv": "8.2.0",
23-
"immutability-helper": "3.0.1",
24-
"next": "9.3.2",
25-
"next-redux-wrapper": "4.0.1",
23+
"immutability-helper": "3.0.2",
24+
"next": "9.3.5",
25+
"next-redux-wrapper": "5.0.0",
2626
"prop-types": "15.7.2",
27-
"react": "16.12.0",
28-
"react-dom": "16.12.0",
29-
"react-icons": "3.8.0",
30-
"react-redux": "7.1.3",
27+
"react": "16.13.1",
28+
"react-dom": "16.13.1",
29+
"react-icons": "3.9.0",
30+
"react-redux": "7.2.0",
3131
"redux": "4.0.5",
3232
"redux-actions": "2.6.5",
3333
"redux-logger": "3.0.6",
3434
"redux-observable": "1.2.0",
35-
"rxjs": "6.5.4",
36-
"styled-components": "4.4.1",
37-
"universal-rxjs-ajax": "2.0.3"
35+
"rxjs": "6.5.5",
36+
"styled-components": "5.1.0",
37+
"universal-rxjs-ajax": "2.0.4"
3838
},
3939
"devDependencies": {
40-
"@commitlint/cli": "8.2.0",
41-
"@commitlint/config-angular": "8.2.0",
42-
"babel-eslint": "10.0.3",
43-
"babel-plugin-styled-components": "1.10.6",
40+
"@commitlint/cli": "8.3.5",
41+
"@commitlint/config-angular": "8.3.4",
42+
"babel-eslint": "10.1.0",
43+
"babel-plugin-styled-components": "1.10.7",
4444
"enzyme": "3.11.0",
4545
"enzyme-adapter-react-16": "1.15.2",
46-
"eslint-plugin-json": "2.0.1",
47-
"husky": "3.1.0",
48-
"jest": "24.9.0",
49-
"lint-staged": "9.5.0",
50-
"prettier": "1.19.1",
51-
"standard": "14.3.1",
52-
"standard-version": "7.0.1"
46+
"eslint-plugin-json": "2.1.1",
47+
"husky": "4.2.5",
48+
"jest": "25.3.0",
49+
"lint-staged": "10.1.3",
50+
"prettier": "2.0.4",
51+
"standard": "14.3.3",
52+
"standard-version": "7.1.0"
5353
},
5454
"husky": {
5555
"hooks": {

0 commit comments

Comments
 (0)
Please sign in to comment.