Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent bf78df6 commit dfb578d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"license": "Apache-2.0",
"type": "module",
"devDependencies": {
"@multiformats/multiaddr": "^12.1.7",
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"jest-serial-runner": "^1.2.1",
"prettier": "^3.0.3",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"@multiformats/multiaddr": "12.1.7",
"@tsconfig/node18-strictest-esm": "1.0.1",
"@types/jest": "29.5.5",
"jest": "29.7.0",
"jest-serial-runner": "1.2.1",
"prettier": "3.0.3",
"tree-kill": "1.2.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit dfb578d

Please sign in to comment.