Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
All node modules updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Nov 29, 2020
1 parent 1dd57cf commit fb919b1
Show file tree
Hide file tree
Showing 4 changed files with 3,971 additions and 2,962 deletions.
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
20 changes: 10 additions & 10 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"@types/http-proxy-middleware": "^0.19.3",
"@types/jest": "24.0.12",
"@types/node": "11.13.8",
"@types/react": "16.8.15",
"@types/react-dom": "16.8.4",
"@types/jest": "26.0.15",
"@types/node": "14.14.10",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@types/reconnectingwebsocket": "^1.0.5",
"@uifabric/fluent-theme": "^0.16.7",
"@uifabric/fluent-theme": "^7.3.46",
"http-proxy-middleware": "^1.0.6",
"office-ui-fabric-react": "^6.174.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"office-ui-fabric-react": "^7.153.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.0.0",
"react-scripts": "4.0.1",
"reconnecting-websocket": "^4.4.0",
"typescript": "3.4.5"
"typescript": "4.1.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
3 changes: 2 additions & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve"
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true
},
"include": [
"src"
Expand Down

0 comments on commit fb919b1

Please sign in to comment.