Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit c52098b

Browse files
Upgrade react types dep
1 parent 0770791 commit c52098b

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/jest": "^19.2.3",
1717
"@types/node": "^7.0.21",
18-
"@types/react": "^15.0.24",
18+
"@types/react": "^15.0.34",
1919
"@types/react-dom": "^15.5.0",
2020
"eslint": "3.19.0",
2121
"husky": "^0.13.2",

packages/react-scripts/package.json

+62-62
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11
{
2-
"name": "react-scripts-ts",
3-
"version": "2.3.2",
4-
"description": "Configuration and scripts for Create React App.",
5-
"repository": "wmonk/create-react-app",
6-
"license": "BSD-3-Clause",
7-
"engines": {
8-
"node": ">=6"
9-
},
10-
"bugs": {
11-
"url": "https://github.com/wmonk/create-react-app/issues"
12-
},
13-
"files": [
14-
"bin",
15-
"config",
16-
"bin",
17-
"scripts",
18-
"template",
19-
"utils"
20-
],
21-
"bin": {
22-
"react-scripts-ts": "./bin/react-scripts-ts.js"
23-
},
24-
"dependencies": {
25-
"autoprefixer": "7.1.0",
26-
"app-root-path": "^2.0.1",
27-
"case-sensitive-paths-webpack-plugin": "2.0.0",
28-
"chalk": "1.1.3",
29-
"cli-highlight": "1.1.4",
30-
"css-loader": "0.28.1",
31-
"dotenv": "4.0.0",
32-
"extract-text-webpack-plugin": "2.1.0",
33-
"file-loader": "0.11.1",
34-
"fs-extra": "3.0.1",
35-
"html-webpack-plugin": "2.28.0",
36-
"jest": "20.0.3",
37-
"object-assign": "4.1.1",
38-
"postcss-flexbugs-fixes": "3.0.0",
39-
"postcss-loader": "2.0.5",
40-
"promise": "7.1.1",
41-
"react-dev-utils": "^2.0.1",
42-
"react-error-overlay": "^1.0.6",
43-
"style-loader": "0.17.0",
44-
"ts-loader": "^2.2.1",
45-
"tslint": "^5.2.0",
46-
"tslint-loader": "^3.5.3",
47-
"tslint-react": "^3.0.0",
48-
"typescript": "~2.4.0",
49-
"source-map-loader": "^0.2.1",
50-
"sw-precache-webpack-plugin": "0.9.1",
51-
"url-loader": "0.5.8",
52-
"webpack": "2.6.0",
53-
"webpack-dev-server": "2.4.5",
54-
"webpack-manifest-plugin": "1.1.0",
55-
"whatwg-fetch": "2.0.3"
56-
},
57-
"devDependencies": {
58-
"react": "^15.5.4",
59-
"react-dom": "^15.5.4"
60-
},
61-
"optionalDependencies": {
62-
"fsevents": "1.0.17"
63-
}
2+
"name": "react-scripts-ts",
3+
"version": "2.3.2",
4+
"description": "Configuration and scripts for Create React App.",
5+
"repository": "wmonk/create-react-app",
6+
"license": "BSD-3-Clause",
7+
"engines": {
8+
"node": ">=6"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/wmonk/create-react-app/issues"
12+
},
13+
"files": [
14+
"bin",
15+
"config",
16+
"bin",
17+
"scripts",
18+
"template",
19+
"utils"
20+
],
21+
"bin": {
22+
"react-scripts-ts": "./bin/react-scripts-ts.js"
23+
},
24+
"dependencies": {
25+
"autoprefixer": "7.1.0",
26+
"app-root-path": "^2.0.1",
27+
"case-sensitive-paths-webpack-plugin": "2.0.0",
28+
"chalk": "1.1.3",
29+
"cli-highlight": "1.1.4",
30+
"css-loader": "0.28.1",
31+
"dotenv": "4.0.0",
32+
"extract-text-webpack-plugin": "2.1.0",
33+
"file-loader": "0.11.1",
34+
"fs-extra": "3.0.1",
35+
"html-webpack-plugin": "2.28.0",
36+
"jest": "20.0.3",
37+
"object-assign": "4.1.1",
38+
"postcss-flexbugs-fixes": "3.0.0",
39+
"postcss-loader": "2.0.5",
40+
"promise": "7.1.1",
41+
"react-dev-utils": "^2.0.1",
42+
"react-error-overlay": "^1.0.6",
43+
"style-loader": "0.17.0",
44+
"ts-loader": "^2.2.1",
45+
"tslint": "^5.2.0",
46+
"tslint-loader": "^3.5.3",
47+
"tslint-react": "^3.0.0",
48+
"typescript": "~2.4.0",
49+
"source-map-loader": "^0.2.1",
50+
"sw-precache-webpack-plugin": "0.9.1",
51+
"url-loader": "0.5.8",
52+
"webpack": "2.6.0",
53+
"webpack-dev-server": "2.4.5",
54+
"webpack-manifest-plugin": "1.1.0",
55+
"whatwg-fetch": "2.0.3"
56+
},
57+
"devDependencies": {
58+
"react": "^15.5.4",
59+
"react-dom": "^15.5.4"
60+
},
61+
"optionalDependencies": {
62+
"fsevents": "1.0.17"
63+
}
6464
}

0 commit comments

Comments
 (0)