Skip to content

Commit

Permalink
[Update] Packages and noImplicitAny
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Apr 14, 2021
1 parent 809f9c9 commit 1463536
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 90 deletions.
176 changes: 91 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"all-contributors-cli": "^6.20.0",
"chokidar": "^3.5.1",
"cordova": "^10.0.0",
"cordova-android": "^9.0.0",
"cordova-android": "^9.1.0",
"cordova-cli": "^1.0.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-whitelist": "^1.3.4",
Expand All @@ -94,7 +94,7 @@
"postcss-load-config": "^3.0.1",
"prettier": "^2.2.1",
"replace-in-file": "^6.2.0",
"rollup": "^2.45.1",
"rollup": "^2.45.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"resolveJsonModule": true,
"moduleResolution": "node",
"esModuleInterop": true,
"noImplicitAny": false,
"noImplicitAny": true,
"noImplicitThis": false,
"declaration": false,
"strict": false,
Expand Down

0 comments on commit 1463536

Please sign in to comment.