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

Commit

Permalink
Bumped testing project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Jul 20, 2020
1 parent 3406697 commit ba7a55a
Show file tree
Hide file tree
Showing 4 changed files with 3,166 additions and 2,505 deletions.
1 change: 1 addition & 0 deletions testing/project/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
12 changes: 6 additions & 6 deletions testing/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.18",
"@types/node": "12.7.5",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/jest": "26.0.5",
"@types/node": "14.0.23",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"inversify": "^5.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.2",
"react-scripts": "3.4.1",
"reflect-metadata": "^0.1.13",
"typescript": "3.6.3"
"typescript": "3.9.7"
},
"scripts": {
"start": "react-scripts start",
Expand Down
3 changes: 2 additions & 1 deletion testing/project/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"resolveJsonModule": true,
"noEmit": true,
"jsx": "preserve",
"experimentalDecorators": true
"experimentalDecorators": true,
"isolatedModules": true
},
"include": [
"src",
Expand Down
Loading

0 comments on commit ba7a55a

Please sign in to comment.