Skip to content

Commit

Permalink
FI-2182: Upgrade to TypeScript 5 (#418)
Browse files Browse the repository at this point in the history
* upgrade ts and add cra override

* update package lock

---------

Co-authored-by: Alyssa Wang <awang@mitre.org>
  • Loading branch information
AlyssaWang and Alyssa Wang committed Jan 5, 2024
1 parent ec13589 commit bea4123
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"jsdom": "^20.0.0",
"prettier": "^2.5.0",
"react-markdown": "^7.1.0",
"react-scripts": "5.0.0",
"react-scripts": "^5.0.1",
"remark-gfm": "^3.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.4.4",
"typescript": "^5.3.3",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.22.0",
"webpack": "^5.76.0",
Expand All @@ -89,6 +89,11 @@
"webpack-manifest-plugin": "^4.1.1",
"webpack-nano": "^1.1.1"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"main": "webpack.config.js",
"directories": {
"doc": "docs",
Expand Down

0 comments on commit bea4123

Please sign in to comment.