Skip to content

Commit 29867a0

Browse files
author
William Monk
committed
Update dependencies to match upstream
1 parent 990e6bc commit 29867a0

File tree

1 file changed

+23
-29
lines changed

1 file changed

+23
-29
lines changed

package.json

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,54 +10,48 @@
1010
"bugs": {
1111
"url": "https://github.com/wmonk/create-react-app/issues"
1212
},
13-
"files": [
14-
"bin",
15-
"config",
16-
"scripts",
17-
"template",
18-
"utils"
19-
],
13+
"files": ["bin", "config", "scripts", "template", "utils"],
2014
"bin": {
2115
"react-scripts-ts": "./bin/react-scripts-ts.js"
2216
},
2317
"dependencies": {
24-
"autoprefixer": "7.1.6",
25-
"babel-jest": "^22.1.0",
26-
"babel-loader": "^7.1.2",
18+
"autoprefixer": "8.5.0",
19+
"babel-jest": "22.4.3",
20+
"babel-loader": "8.0.0-beta.4",
2721
"babel-preset-react-app": "^3.1.1",
28-
"case-sensitive-paths-webpack-plugin": "2.1.1",
29-
"chalk": "1.1.3",
30-
"css-loader": "0.28.7",
31-
"dotenv": "4.0.0",
22+
"case-sensitive-paths-webpack-plugin": "2.1.2",
23+
"chalk": "2.4.1",
24+
"css-loader": "0.28.11",
25+
"dotenv": "5.0.1",
3226
"dotenv-expand": "4.2.0",
3327
"extract-text-webpack-plugin": "3.0.2",
34-
"file-loader": "0.11.2",
28+
"file-loader": "1.1.11",
3529
"fork-ts-checker-webpack-plugin": "^0.2.8",
36-
"fs-extra": "3.0.1",
37-
"html-webpack-plugin": "2.29.0",
38-
"jest": "22.4.2",
30+
"fs-extra": "5.0.0",
31+
"html-webpack-plugin": "3.2.0",
32+
"jest": "22.4.3",
3933
"object-assign": "4.1.1",
40-
"postcss-flexbugs-fixes": "3.2.0",
41-
"postcss-loader": "2.0.8",
34+
"postcss-flexbugs-fixes": "3.3.1",
35+
"postcss-loader": "2.1.5",
4236
"promise": "8.0.1",
4337
"raf": "3.4.0",
4438
"source-map-loader": "^0.2.1",
45-
"react-dev-utils": "^5.0.1",
39+
"react-dev-utils": "^5.0.0",
4640
"resolve": "1.6.0",
47-
"style-loader": "0.19.0",
48-
"sw-precache-webpack-plugin": "0.11.4",
41+
"style-loader": "0.21.0",
42+
"sw-precache-webpack-plugin": "0.11.5",
4943
"ts-jest": "22.0.1",
5044
"ts-loader": "^2.3.7",
5145
"tsconfig-paths-webpack-plugin": "^2.0.0",
5246
"tslint": "^5.7.0",
5347
"tslint-config-prettier": "^1.10.0",
5448
"tslint-react": "^3.2.0",
55-
"uglifyjs-webpack-plugin": "^1.1.8",
56-
"url-loader": "0.6.2",
57-
"webpack": "3.8.1",
58-
"webpack-dev-server": "2.9.4",
59-
"webpack-manifest-plugin": "1.3.2",
60-
"whatwg-fetch": "2.0.3"
49+
"uglifyjs-webpack-plugin": "1.2.5",
50+
"url-loader": "1.0.1",
51+
"webpack": "4.8.3",
52+
"webpack-dev-server": "3.1.5",
53+
"webpack-manifest-plugin": "2.0.3",
54+
"whatwg-fetch": "2.0.4"
6155
},
6256
"devDependencies": {
6357
"react": "^15.5.4",

0 commit comments

Comments
 (0)