Upgrade typescript

This commit is contained in:
Aria Minaei 2021-08-08 10:12:23 +02:00
parent a074f184ab
commit 1916747e8b
11 changed files with 24 additions and 158 deletions

View file

@ -34,7 +34,7 @@
"esbuild": "^0.12.15",
"esbuild-register": "^2.5.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
},
"dependencies": {
"@theatre/dataverse": "workspace:*",

View file

@ -32,7 +32,7 @@
"esbuild": "^0.12.15",
"esbuild-register": "^2.5.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
},
"dependencies": {
"lodash-es": "^4.17.21"

View file

@ -18,7 +18,7 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
},
"dependencies": {
"lodash-es": "^4.17.21"

View file

@ -25,6 +25,6 @@
"esbuild": "^0.12.15",
"esbuild-register": "^2.5.0",
"three": "^0.130.1",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
}
}

View file

@ -40,7 +40,7 @@
"@types/react": "^17.0.9",
"@types/styled-components": "^5.1.9",
"npm-run-all": "^4.1.5",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
},
"dependencies": {
"@theatre/dataverse-react": "workspace:*",