Skip to content

Commit

Permalink
Update CRA and TS to fix facebook/create-react-app#8714
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagob committed Sep 2, 2020
1 parent 76029e7 commit d6d84d6
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"subscriptions-transport-ws": "^0.9.17",
"typescript": "~3.7.2"
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/react": "^16.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"expo-yarn-workspaces": "^1.2.1",
"jest": "^26.3.0",
"jest-expo": "^38.0.2",
"typescript": "~3.8.3"
"typescript": "^4.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pg-hstore": "^2.3.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.25",
"typescript": "3.9.2"
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/jest": "^26.0.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.2",
"typescript": "~3.7.2"
"react-scripts": "3.4.3",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/react-router-dom": "^5.1.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"subscriptions-transport-ws": "^0.9.17",
"typescript": "~3.7.2"
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/react": "^16.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"expo-yarn-workspaces": "^1.2.1",
"jest": "^26.3.0",
"jest-expo": "^38.0.2",
"typescript": "~3.8.3"
"typescript": "^4.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"pg-hstore": "^2.3.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.25",
"typescript": "3.9.2"
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/jest": "^26.0.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.2",
"typescript": "~3.7.2"
"react-scripts": "3.4.3",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/react-router-dom": "^5.1.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"subscriptions-transport-ws": "^0.9.17",
"typescript": "~3.7.2"
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/react": "^16.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"expo-yarn-workspaces": "^1.2.1",
"jest": "^26.3.0",
"jest-expo": "^38.0.2",
"typescript": "~3.8.3"
"typescript": "^4.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/cfs-template-hasura-auth0/packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.2",
"typescript": "~3.7.2"
"react-scripts": "3.4.3",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/react-router-dom": "^5.1.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"subscriptions-transport-ws": "^0.9.17",
"typescript": "~3.7.2"
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/react": "^16.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"expo-yarn-workspaces": "^1.2.1",
"jest": "^26.3.0",
"jest-expo": "^38.0.2",
"typescript": "~3.8.3"
"typescript": "^4.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.2",
"typescript": "~3.7.2"
"react-scripts": "3.4.3",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/react-router-dom": "^5.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-full-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^14.0.5",
"@types/semver": "^7.3.3",
"@types/validate-npm-package-name": "^3.0.0",
"typescript": "^3.9.2"
"typescript": "^4.0.2"
},
"engines": {
"node": ">=12.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-create-full-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"eslint-plugin-unicorn": "^19.0.1",
"prettier": "^2.0.5",
"prettier-plugin-packagejson": "^2.2.4",
"typescript": "^3.9.2"
"typescript": "^4.0.2"
}
}

0 comments on commit d6d84d6

Please sign in to comment.