|
41 | 41 | "express-manifest-helpers": "^0.6.0", |
42 | 42 | "glob": "^7.1.6", |
43 | 43 | "history": "^4.10.1", |
44 | | - "i18next": "^19.3.2", |
| 44 | + "i18next": "^19.3.3", |
45 | 45 | "i18next-xhr-backend": "^3.2.2", |
46 | | - "immer": "^6.0.0", |
| 46 | + "immer": "^6.0.2", |
47 | 47 | "mkdirp": "^1.0.3", |
48 | | - "react": "^16.13.0", |
49 | | - "react-dom": "^16.13.0", |
| 48 | + "react": "^16.13.1", |
| 49 | + "react-dom": "^16.13.1", |
50 | 50 | "react-helmet-async": "^1.0.4", |
51 | | - "react-i18next": "^11.3.3", |
| 51 | + "react-i18next": "^11.3.4", |
52 | 52 | "react-redux": "^7.2.0", |
53 | 53 | "react-router": "^5.1.2", |
54 | 54 | "react-router-dom": "^5.1.2", |
|
60 | 60 | }, |
61 | 61 | "devDependencies": { |
62 | 62 | "@babel/cli": "^7.8.4", |
63 | | - "@babel/core": "^7.8.6", |
| 63 | + "@babel/core": "^7.9.0", |
64 | 64 | "@babel/plugin-proposal-class-properties": "^7.8.3", |
65 | | - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
66 | | - "@babel/plugin-proposal-optional-chaining": "^7.8.3", |
| 65 | + "@babel/plugin-proposal-object-rest-spread": "^7.9.0", |
| 66 | + "@babel/plugin-proposal-optional-chaining": "^7.9.0", |
67 | 67 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
68 | | - "@babel/plugin-transform-modules-commonjs": "^7.8.3", |
69 | | - "@babel/plugin-transform-runtime": "^7.8.3", |
70 | | - "@babel/preset-env": "^7.8.6", |
71 | | - "@babel/preset-react": "^7.8.3", |
72 | | - "@babel/preset-typescript": "^7.8.3", |
73 | | - "@babel/register": "^7.8.6", |
74 | | - "@svgr/webpack": "^5.2.0", |
75 | | - "@testing-library/react": "^9.4.1", |
| 68 | + "@babel/plugin-transform-modules-commonjs": "^7.9.0", |
| 69 | + "@babel/plugin-transform-runtime": "^7.9.0", |
| 70 | + "@babel/preset-env": "^7.9.0", |
| 71 | + "@babel/preset-react": "^7.9.1", |
| 72 | + "@babel/preset-typescript": "^7.9.0", |
| 73 | + "@babel/register": "^7.9.0", |
| 74 | + "@svgr/webpack": "^5.3.0", |
| 75 | + "@testing-library/react": "^10.0.1", |
76 | 76 | "@types/body-parser": "^1.19.0", |
77 | 77 | "@types/case-sensitive-paths-webpack-plugin": "^2.1.4", |
78 | | - "@types/classnames": "^2.2.9", |
| 78 | + "@types/classnames": "^2.2.10", |
79 | 79 | "@types/copy-webpack-plugin": "^5.0.0", |
80 | 80 | "@types/cors": "^2.8.6", |
81 | 81 | "@types/decompress": "^4.2.3", |
82 | 82 | "@types/dotenv": "^8.2.0", |
83 | 83 | "@types/enzyme": "^3.10.5", |
84 | | - "@types/express": "4.17.2", |
85 | | - "@types/jest": "^25.1.3", |
| 84 | + "@types/express": "^4.17.3", |
| 85 | + "@types/express-serve-static-core": "^4.17.2", |
| 86 | + "@types/jest": "^25.1.4", |
86 | 87 | "@types/mini-css-extract-plugin": "^0.9.1", |
87 | 88 | "@types/mkdirp": "^1.0.0", |
88 | 89 | "@types/nodemon": "^1.19.0", |
89 | | - "@types/react": "^16.9.23", |
| 90 | + "@types/react": "^16.9.25", |
90 | 91 | "@types/react-dev-utils": "^9.0.4", |
91 | 92 | "@types/react-dom": "^16.9.5", |
92 | 93 | "@types/react-helmet-async": "^1.0.3", |
93 | 94 | "@types/react-i18next": "^8.1.0", |
94 | 95 | "@types/react-redux": "^7.1.7", |
95 | 96 | "@types/react-router": "^5.1.4", |
96 | 97 | "@types/react-router-dom": "^5.1.3", |
97 | | - "@types/rimraf": "^2.0.3", |
| 98 | + "@types/rimraf": "^3.0.0", |
98 | 99 | "@types/terser-webpack-plugin": "^2.2.0", |
99 | | - "@types/webpack": "^4.41.7", |
| 100 | + "@types/webpack": "^4.41.8", |
100 | 101 | "@types/webpack-dev-middleware": "^3.7.0", |
101 | 102 | "@types/webpack-env": "^1.15.1", |
102 | 103 | "@types/webpack-hot-middleware": "^2.25.0", |
103 | 104 | "@types/webpack-manifest-plugin": "^2.1.0", |
104 | 105 | "@types/webpack-node-externals": "^1.7.1", |
105 | | - "@typescript-eslint/eslint-plugin": "^2.22.0", |
106 | | - "@typescript-eslint/parser": "^2.22.0", |
| 106 | + "@typescript-eslint/eslint-plugin": "^2.24.0", |
| 107 | + "@typescript-eslint/parser": "^2.24.0", |
107 | 108 | "@werkzeugkiste/eslint-config": "^1.1.0", |
108 | 109 | "@werkzeugkiste/prettier-config": "^1.1.0", |
109 | 110 | "autoprefixer": "^9.7.4", |
110 | 111 | "babel-eslint": "^10.1.0", |
111 | 112 | "babel-jest": "^25.1.0", |
112 | | - "babel-loader": "^8.0.5", |
| 113 | + "babel-loader": "^8.1.0", |
113 | 114 | "babel-plugin-macros": "^2.8.0", |
114 | 115 | "babel-plugin-named-asset-import": "^0.3.6", |
115 | 116 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", |
|
118 | 119 | "confusing-browser-globals": "1.0.9", |
119 | 120 | "copy-webpack-plugin": "^5.1.1", |
120 | 121 | "core-js": "^3.6.4", |
121 | | - "cross-env": "^7.0.1", |
| 122 | + "cross-env": "^7.0.2", |
122 | 123 | "cross-spawn": "^7.0.1", |
123 | 124 | "css-hot-loader": "^1.4.4", |
124 | 125 | "css-loader": "^3.4.2", |
125 | 126 | "depcheck": "^0.9.2", |
126 | | - "dependency-cruiser": "^8.0.0", |
| 127 | + "dependency-cruiser": "^8.0.2", |
127 | 128 | "eslint": "^6.8.0", |
128 | | - "eslint-config-prettier": "^6.10.0", |
| 129 | + "eslint-config-prettier": "^6.10.1", |
129 | 130 | "eslint-import-resolver-typescript": "2.0.0", |
130 | 131 | "eslint-plugin-babel": "5.3.0", |
131 | 132 | "eslint-plugin-import": "^2.20.1", |
132 | 133 | "eslint-plugin-prettier": "^3.1.2", |
133 | | - "eslint-plugin-react": "^7.18.3", |
134 | | - "eslint-plugin-react-hooks": "^2.5.0", |
| 134 | + "eslint-plugin-react": "^7.19.0", |
| 135 | + "eslint-plugin-react-hooks": "^2.5.1", |
135 | 136 | "eslint-plugin-security": "1.4.0", |
136 | | - "eslint-plugin-unicorn": "^16.1.1", |
137 | | - "file-loader": "^5.1.0", |
| 137 | + "eslint-plugin-unicorn": "^17.2.0", |
| 138 | + "file-loader": "^6.0.0", |
138 | 139 | "html-webpack-plugin": "^3.2.0", |
139 | 140 | "husky": "^4.2.3", |
140 | 141 | "i18next-parser": "^1.0.2", |
141 | | - "i18next-scanner": "^2.10.3", |
| 142 | + "i18next-scanner": "^2.11.0", |
142 | 143 | "install-deps-postmerge": "^1.0.5", |
143 | 144 | "jest": "^25.1.0", |
144 | 145 | "lint-staged": "^10.0.8", |
|
155 | 156 | "postcss-loader": "^3.0.0", |
156 | 157 | "postcss-nested": "^4.2.1", |
157 | 158 | "postcss-normalize": "^8.0.1", |
158 | | - "prettier": "1.19.1", |
| 159 | + "prettier": "^2.0.1", |
159 | 160 | "promise": "^8.1.0", |
160 | 161 | "puppeteer": "^2.1.1", |
161 | | - "react-dev-utils": "^10.2.0", |
| 162 | + "react-dev-utils": "^10.2.1", |
162 | 163 | "redux-mock-store": "^1.5.4", |
163 | | - "regenerator-runtime": "^0.13.2", |
| 164 | + "regenerator-runtime": "^0.13.5", |
164 | 165 | "stats-webpack-plugin": "^0.7.0", |
165 | 166 | "style-loader": "^1.1.3", |
166 | | - "stylelint": "^13.2.0", |
| 167 | + "stylelint": "^13.2.1", |
167 | 168 | "stylelint-config-prettier": "^8.0.1", |
168 | 169 | "stylelint-order": "^4.0.0", |
169 | 170 | "stylelint-prettier": "^1.1.2", |
170 | 171 | "terser-webpack-plugin": "^2.3.5", |
171 | | - "ts-node": "^8.6.2", |
| 172 | + "ts-node": "^8.8.1", |
172 | 173 | "typescript": "^3.8.3", |
173 | | - "url-loader": "^3.0.0", |
| 174 | + "url-loader": "^4.0.0", |
174 | 175 | "webpack": "^4.42.0", |
175 | | - "webpack-bundle-analyzer": "^3.6.0", |
| 176 | + "webpack-bundle-analyzer": "^3.6.1", |
176 | 177 | "webpack-cli": "^3.3.11", |
177 | 178 | "webpack-dev-middleware": "^3.7.2", |
178 | 179 | "webpack-dev-server": "^3.10.3", |
|
183 | 184 | "yarn-or-npm": "^3.0.1" |
184 | 185 | }, |
185 | 186 | "resolutions": { |
186 | | - "caniuse-lite": "^1.0.30001031" |
| 187 | + "caniuse-lite": "^1.0.30001036" |
187 | 188 | } |
188 | 189 | } |
0 commit comments