Skip to content

Commit

Permalink
Updates dependencies to the lastest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
linlin-s committed Nov 24, 2023
1 parent c215e5c commit f123d1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"homepage": "https://github.com/amazon-ion/ion-hash-js#readme",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-ts": "^4.0.1",
"grunt-typedoc": "^0.2.3",
"intern": "^4.2.4",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-typedoc": "^0.2.4",
"intern": "^4.10.1",
"ion-js": "^5.2.0",
"typedoc": "^0.23.28",
"typedoc": "^0.25.3",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"peerDependencies": {
"ion-js": "^5.2.0"
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"sourceMap": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"verbose": true
"verbose": true,
// TODO: Temporarily skipping the type checking of all declaration files in the node_modules directory. More investigations required to resolve the compiling error when setting this option as false
"skipLibCheck": true
}
}

0 comments on commit f123d1e

Please sign in to comment.