mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
Fix CI (#7951)
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
"@types/jest": "*",
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"typescript": "3.1.3"
|
||||
"typescript": "3.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"@types/react-dom": "*",
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"typescript": "3.1.3"
|
||||
"typescript": "3.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
2
test/fixtures/typescript/package.json
vendored
2
test/fixtures/typescript/package.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"typescript": "3.1.3"
|
||||
"typescript": "3.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user