Skip to content

Commit

Permalink
Freeze dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed Mar 26, 2024
1 parent ee24715 commit fa39c60
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
],
"types": "dist/index.d.ts",
"devDependencies": {
"@types/node": "^20.11.30",
"gts": "^5.3.0",
"peggy": "^4.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.3",
"vitest": "^0.34.6"
"@types/node": "20.11.30",
"gts": "5.3.0",
"peggy": "4.0.2",
"typedoc": "0.25.12",
"typescript": "5.4.3",
"vitest": "0.34.6"
},
"scripts": {
"lint": "gts lint",
Expand All @@ -49,6 +49,6 @@
"doc": "typedoc src/index.ts . --name scale-workshop-core"
},
"dependencies": {
"xen-dev-utils": "^0.2.8"
"xen-dev-utils": "0.2.8"
}
}

0 comments on commit fa39c60

Please sign in to comment.