|
20 | 20 | "dependencies": {
|
21 | 21 | "@zeit/next-css": "^1.0.1",
|
22 | 22 | "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", |
26 | 26 | "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", |
31 | 31 | "redux": "4.0.5",
|
32 | 32 | "redux-actions": "2.6.5",
|
33 | 33 | "redux-logger": "3.0.6",
|
34 | 34 | "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" |
38 | 38 | },
|
39 | 39 | "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", |
44 | 44 | "enzyme": "3.11.0",
|
45 | 45 | "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" |
53 | 53 | },
|
54 | 54 | "husky": {
|
55 | 55 | "hooks": {
|
|
0 commit comments