|
38 | 38 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
39 | 39 | "@babel/preset-env": "^7.1.0", |
40 | 40 | "@babel/preset-react": "^7.0.0", |
41 | | - "@types/i18next": "^11.9.1", |
| 41 | + "@types/i18next": "^11.9.2", |
42 | 42 | "@types/i18next-browser-languagedetector": "^2.0.1", |
43 | 43 | "@types/materialize-css": "^1.0.4", |
44 | 44 | "@types/prismjs": "^1.9.0", |
|
48 | 48 | "@types/react-i18next": "^7.8.2", |
49 | 49 | "@types/react-loadable": "^5.4.1", |
50 | 50 | "@types/react-redux": "^6.0.9", |
51 | | - "@types/react-router": "^4.0.31", |
| 51 | + "@types/react-router": "^4.0.32", |
52 | 52 | "@types/react-router-dom": "^4.3.1", |
53 | 53 | "@types/redux-logger": "^3.0.6", |
54 | 54 | "@types/uuid": "^3.4.4", |
55 | 55 | "@types/webpack-env": "^1.13.6", |
56 | | - "add-asset-html-webpack-plugin": "^3.0.1", |
| 56 | + "add-asset-html-webpack-plugin": "^3.1.1", |
57 | 57 | "awesome-typescript-loader": "^5.2.1", |
58 | 58 | "axios": "^0.18.0", |
59 | 59 | "babel-loader": "^8.0.4", |
|
65 | 65 | "connect-redis": "^3.4.0", |
66 | 66 | "connected-react-router": "^4.5.0", |
67 | 67 | "cookie-parser": "^1.4.3", |
68 | | - "copy-webpack-plugin": "^4.5.2", |
| 68 | + "copy-webpack-plugin": "^4.5.3", |
69 | 69 | "cross-env": "^5.2.0", |
70 | 70 | "css-loader": "^1.0.0", |
71 | 71 | "cssnano": "^4.1.4", |
72 | 72 | "dotenv-webpack": "^1.5.7", |
73 | 73 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
74 | | - "express": "^4.16.3", |
| 74 | + "express": "^4.16.4", |
75 | 75 | "express-session": "^1.15.6", |
76 | 76 | "file-loader": "^2.0.0", |
77 | 77 | "helmet": "^3.14.0", |
|
83 | 83 | "image-webpack-loader": "^4.3.1", |
84 | 84 | "immutable": "4.0.0-rc.10", |
85 | 85 | "materialize-css": "1.0.0", |
86 | | - "mini-css-extract-plugin": "^0.4.3", |
| 86 | + "mini-css-extract-plugin": "^0.4.4", |
87 | 87 | "morgan": "^1.9.1", |
88 | 88 | "node-sass": "^4.9.3", |
89 | 89 | "nodemon": "^1.18.4", |
|
92 | 92 | "postcss": "^7.0.5", |
93 | 93 | "postcss-import": "^12.0.0", |
94 | 94 | "postcss-loader": "^3.0.0", |
95 | | - "postcss-preset-env": "^6.0.10", |
| 95 | + "postcss-preset-env": "^6.1.1", |
96 | 96 | "prismjs": "^1.15.0", |
97 | 97 | "progress-bar-webpack-plugin": "^1.11.0", |
98 | 98 | "react": "^16.5.2", |
|
104 | 104 | "react-redux": "^5.0.7", |
105 | 105 | "react-router": "^4.3.1", |
106 | 106 | "react-router-dom": "^4.3.1", |
107 | | - "redux": "^4.0.0", |
| 107 | + "redux": "^4.0.1", |
108 | 108 | "redux-logger": "^3.0.6", |
109 | 109 | "redux-saga": "^0.16.2", |
110 | 110 | "sass-loader": "^7.1.0", |
111 | 111 | "style-loader": "^0.23.1", |
112 | 112 | "trash-cli": "^1.4.0", |
113 | | - "ts-loader": "^5.2.1", |
114 | | - "typescript": "^3.1.2", |
115 | | - "url-loader": "^1.1.1", |
| 113 | + "ts-loader": "^5.2.2", |
| 114 | + "typescript": "^3.1.3", |
| 115 | + "url-loader": "^1.1.2", |
116 | 116 | "uuid": "^3.3.2", |
117 | 117 | "webpack": "^4.20.2", |
118 | 118 | "webpack-bundle-analyzer": "^3.0.2", |
|
126 | 126 | "@types/react-test-renderer": "^16.0.3", |
127 | 127 | "babel-core": "^7.0.0-bridge.0", |
128 | 128 | "case-sensitive-paths-webpack-plugin": "^2.1.2", |
129 | | - "commitlint": "^7.2.0", |
| 129 | + "commitlint": "^7.2.1", |
130 | 130 | "commitlint-config-armour": "^1.2.1", |
131 | 131 | "coveralls": "^3.0.2", |
132 | 132 | "dotenv": "^6.1.0", |
133 | | - "eslint": "^5.6.1", |
| 133 | + "eslint": "^5.7.0", |
134 | 134 | "eslint-config-airbnb": "^17.1.0", |
135 | 135 | "eslint-import-resolver-webpack": "^0.10.1", |
136 | 136 | "eslint-plugin-import": "^2.14.0", |
137 | 137 | "eslint-plugin-jsx-a11y": "^6.1.2", |
138 | 138 | "eslint-plugin-react": "^7.11.1", |
139 | | - "husky": "1.1.1", |
| 139 | + "husky": "1.1.2", |
140 | 140 | "identity-obj-proxy": "^3.0.0", |
141 | 141 | "jest": "^23.6.0", |
142 | 142 | "react-test-renderer": "^16.5.2", |
|
0 commit comments