Skip to content

Commit

Permalink
housekeeping: Update typescript to v4 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2021
1 parent fb103a6 commit d8ac77b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"react-scripts": "^4.0.1",
"sort-package-json": "^1.44.0",
"styled-components": "^5.1.1",
"typescript": "^3.8.0",
"typescript": "^4.1.3",
"webpack": "4.44.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions frontend/packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/enzyme": "^3.10.5",
"@types/jest": "^26.0.0",
"@types/mocha": "^8.0.1",
"@types/node": "^14.0.13",
"@types/node": "^14.14.21",
"@types/react": "^16.9.20",
"@types/react-dom": "^16.9.5",
"@types/styled-components": "^5.1.1",
Expand Down Expand Up @@ -52,6 +52,6 @@
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-scripts": "^4.0.1",
"typescript": "^3.8.0"
"typescript": "^4.1.3"
}
}
15 changes: 10 additions & 5 deletions frontend/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8ac77b

Please sign in to comment.