Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ellishg committed Jan 26, 2024
1 parent 9ddb097 commit cd7336f
Show file tree
Hide file tree
Showing 3 changed files with 7,614 additions and 8,439 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@
"@types/fuzzyset": "^1.0.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react": "^18.2.0",
"@types/react-bootstrap": "^0.32.22",
"@types/react-dom": "^16.9.0",
"@types/react-dom": "^18.2.0",
"@types/react-router-dom": "^5.1.5",
"bootstrap": "^4.5.2",
"fuzzyset": "^1.0.5",
"react": "^16.13.1",
"react": "^18.2.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"typescript": "^3.9.7",
"yaml": "^1.10.0"
},
Expand Down Expand Up @@ -56,6 +55,7 @@
"devDependencies": {
"gh-pages": "^3.1.0",
"prettier": "^2.1.1",
"react-scripts": "^5.0.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "preserve"
},
"include": [
"src"
Expand Down
Loading

0 comments on commit cd7336f

Please sign in to comment.