|
33 | 33 | }
|
34 | 34 | },
|
35 | 35 | "dependencies": {
|
36 |
| - "@types/i18next": "^8.4.4", |
| 36 | + "@babel/cli": "^7.0.0", |
| 37 | + "@babel/core": "^7.0.0", |
| 38 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 39 | + "@babel/preset-env": "^7.0.0", |
| 40 | + "@babel/preset-react": "^7.0.0", |
| 41 | + "@types/i18next": "^8.4.5", |
37 | 42 | "@types/i18next-browser-languagedetector": "^2.0.1",
|
38 | 43 | "@types/materialize-css": "^1.0.4",
|
39 | 44 | "@types/prismjs": "^1.9.0",
|
40 |
| - "@types/react": "^16.4.11", |
| 45 | + "@types/react": "^16.4.13", |
41 | 46 | "@types/react-content-loader": "^3.1.3",
|
42 | 47 | "@types/react-dom": "^16.0.7",
|
43 | 48 | "@types/react-i18next": "^7.8.2",
|
|
46 | 51 | "@types/react-router": "^4.0.30",
|
47 | 52 | "@types/react-router-dom": "^4.3.0",
|
48 | 53 | "@types/redux-logger": "^3.0.6",
|
49 |
| - "@types/uuid": "^3.4.3", |
| 54 | + "@types/uuid": "^3.4.4", |
50 | 55 | "@types/webpack-env": "^1.13.6",
|
51 | 56 | "add-asset-html-webpack-plugin": "^2.1.3",
|
52 | 57 | "awesome-typescript-loader": "^5.2.0",
|
53 | 58 | "axios": "^0.18.0",
|
54 |
| - "babel-cli": "^6.26.0", |
55 |
| - "babel-core": "^6.26.3", |
56 |
| - "babel-loader": "^7.1.5", |
| 59 | + "babel-loader": "^8.0.2", |
57 | 60 | "babel-plugin-prismjs": "^1.0.2",
|
58 |
| - "babel-preset-env": "^1.7.0", |
59 |
| - "babel-preset-react": "^6.24.1", |
60 |
| - "babel-preset-stage-0": "^6.24.1", |
61 |
| - "babel-register": "^6.26.0", |
62 | 61 | "body-parser": "^1.18.3",
|
63 | 62 | "colors": "^1.3.2",
|
64 | 63 | "compression": "^1.7.3",
|
65 |
| - "concurrently": "^4.0.0", |
| 64 | + "concurrently": "^4.0.1", |
66 | 65 | "connect-redis": "^3.3.3",
|
67 | 66 | "connected-react-router": "^4.4.1",
|
68 | 67 | "cookie-parser": "^1.4.3",
|
|
86 | 85 | "mini-css-extract-plugin": "^0.4.2",
|
87 | 86 | "morgan": "^1.9.0",
|
88 | 87 | "node-sass": "^4.9.3",
|
89 |
| - "nodemon": "^1.18.3", |
| 88 | + "nodemon": "^1.18.4", |
90 | 89 | "offline-plugin": "^5.0.5",
|
91 | 90 | "pg": "^7.4.3",
|
92 | 91 | "postcss": "^7.0.2",
|
|
99 | 98 | "react-content-loader": "^3.1.2",
|
100 | 99 | "react-dom": "^16.4.2",
|
101 | 100 | "react-hot-loader": "^4.3.5",
|
102 |
| - "react-i18next": "^7.11.0", |
| 101 | + "react-i18next": "^7.11.1", |
103 | 102 | "react-loadable": "^5.5.0",
|
104 | 103 | "react-redux": "^5.0.7",
|
105 | 104 | "react-router": "^4.3.1",
|
|
108 | 107 | "redux-logger": "^3.0.6",
|
109 | 108 | "redux-saga": "^0.16.0",
|
110 | 109 | "sass-loader": "^7.1.0",
|
111 |
| - "style-loader": "^0.22.1", |
| 110 | + "style-loader": "^0.23.0", |
112 | 111 | "trash-cli": "^1.4.0",
|
113 |
| - "ts-loader": "^4.5.0", |
114 |
| - "typescript": "^3.0.1", |
| 112 | + "ts-loader": "^5.0.0", |
| 113 | + "typescript": "^3.0.3", |
115 | 114 | "url-loader": "^1.1.1",
|
116 | 115 | "uuid": "^3.3.2",
|
117 |
| - "webpack": "^4.17.1", |
| 116 | + "webpack": "^4.17.2", |
118 | 117 | "webpack-bundle-analyzer": "^2.13.1",
|
119 | 118 | "webpack-cli": "^3.1.0",
|
120 | 119 | "webpack-merge": "^4.1.4",
|
121 | 120 | "webpack-pwa-manifest": "^3.7.1"
|
122 | 121 | },
|
123 | 122 | "devDependencies": {
|
| 123 | + "@babel/node": "^7.0.0", |
124 | 124 | "@types/jest": "^23.3.1",
|
125 | 125 | "@types/react-test-renderer": "^16.0.2",
|
126 |
| - "commitlint": "^7.0.0", |
| 126 | + "babel-core": "^7.0.0-bridge.0", |
| 127 | + "commitlint": "^7.1.1", |
127 | 128 | "commitlint-config-armour": "^1.2.1",
|
128 | 129 | "coveralls": "^3.0.2",
|
129 |
| - "eslint": "^5.4.0", |
| 130 | + "eslint": "^5.5.0", |
130 | 131 | "eslint-config-airbnb": "^17.1.0",
|
131 | 132 | "eslint-import-resolver-webpack": "^0.10.1",
|
132 | 133 | "eslint-plugin-import": "^2.14.0",
|
|
141 | 142 | "ts-jest": "^23.1.4",
|
142 | 143 | "tslint": "^5.11.0",
|
143 | 144 | "tslint-react": "^3.6.0",
|
144 |
| - "webpack-dev-server": "^3.1.6" |
| 145 | + "webpack-dev-server": "^3.1.7" |
145 | 146 | },
|
146 | 147 | "browserslist": [
|
147 | 148 | "> 1%",
|
|
0 commit comments