Pin dependencies #4
2 changed files with 4 additions and 4 deletions
4
bun.lock
4
bun.lock
|
@ -7,13 +7,13 @@
|
|||
"@types/semver": "^7.5.8",
|
||||
"semver": "^7.7.1",
|
||||
"toml": "^3.0.0",
|
||||
"typedoc": "^0.27.6",
|
||||
"typedoc-plugin-markdown": "^4.4.1",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"eslint": "9.20.0",
|
||||
"eslint-config-standard": "17.1.0",
|
||||
"typedoc": "0.27.6",
|
||||
"typedoc-plugin-markdown": "4.4.1",
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0",
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"@types/bun": "latest",
|
||||
"eslint": "9.20.0",
|
||||
"eslint-config-standard": "17.1.0",
|
||||
"typedoc": "^0.27.6",
|
||||
"typedoc-plugin-markdown": "^4.4.1"
|
||||
"typedoc": "0.27.6",
|
||||
"typedoc-plugin-markdown": "4.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue