Skip to content

Commit

Permalink
pin version for typescript and @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Mar 6, 2025
1 parent 3a56733 commit 0010e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prettier": "^2.8.0",
"rimraf": "^5.0.5",
"ts-mocha": "^10.0.0",
"typescript": "^5.3.3",
"typescript": "5.3.3",
"wait-on": "^7.2.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "20.11.17",
"mocha": "^10.2.0"
}
}

0 comments on commit 0010e9a

Please sign in to comment.