Skip to content

Commit

Permalink
fix expo-cli dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 10, 2021
1 parent 7999e53 commit e054fd0
Show file tree
Hide file tree
Showing 3 changed files with 1,968 additions and 2,968 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chartjs-plugin-datalabels": "^0.7.0",
"datatables.net": "^1.10.23",
"datatables.net-dt": "^1.10.23",
"expo": "~39.0.0",
"expo": "^43.0.2",
"normalizr": "^3.6.0",
"react": "~16.13.0",
"react-chartjs-2": "^2.11.1",
Expand All @@ -32,7 +32,7 @@
"@types/react-dom": "^16.9.8",
"@types/react-native": "^0.63.25",
"@types/react-router-dom": "^5.1.6",
"expo-cli": "^3.27.13",
"expo-cli": "^4.13.0",
"gh-pages": "^3.1.0",
"serve": "^11.3.2",
"typescript": "^4.0.3"
Expand Down
9 changes: 7 additions & 2 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext", "es6"],
"lib": [
"dom",
"esnext",
"es6"
],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"noImplicitAny": false,
"noImplicitThis": true,
"strictNullChecks": true
}
},
"extends": "expo/tsconfig.base"
}
Loading

0 comments on commit e054fd0

Please sign in to comment.