Skip to content

Commit

Permalink
Tidy up devDependencies in package.json
Browse files Browse the repository at this point in the history
Freeze version of source-map-support and remove some now unused packages
  • Loading branch information
pineapplemachine committed Oct 28, 2023
1 parent c1c1f97 commit 0b22558
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -36,12 +36,10 @@
}
],
"devDependencies": {
"@types/node": "^20.8.9",
"array.prototype.flat": "1.2.1",
"array.prototype.flatmap": "1.2.1",
"@types/node": "20.8.9",
"canary-test": "1.1.2",
"nyc": "15.1.0",
"source-map-support": "^0.5.21",
"source-map-support": "0.5.21",
"typedoc": "0.25.2",
"typescript": "5.2.2"
},
Expand Down

0 comments on commit 0b22558

Please sign in to comment.