diff --git a/package.json b/package.json index b25a328..18f0564 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/canvas": "1.0.3" + "@rive-app/canvas": "1.0.8" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0" diff --git a/tsconfig.json b/tsconfig.json index de28a91..f8db4bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "lib": ["esnext", "dom"], "module": "commonjs", "moduleResolution": "node", - "noImplicitAny": false, + "noImplicitAny": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true,