Compare commits
2 commits
a8c049af20
...
e732257384
Author | SHA1 | Date | |
---|---|---|---|
e732257384 | |||
412c7c0292 |
2 changed files with 6 additions and 3 deletions
|
@ -17,5 +17,8 @@
|
||||||
"@types/node": "^18.11.18",
|
"@types/node": "^18.11.18",
|
||||||
"esbuild": "^0.17.0",
|
"esbuild": "^0.17.0",
|
||||||
"typescript": "^4.9.4"
|
"typescript": "^4.9.4"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"nanoid": "^4.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
lockfileVersion: 5.4
|
lockfileVersion: 5.4
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@types/node': ^18.13.0
|
'@types/node': ^18.11.18
|
||||||
esbuild: ^0.17.7
|
esbuild: ^0.17.0
|
||||||
nanoid: ^4.0.1
|
nanoid: ^4.0.1
|
||||||
typescript: ^4.9.5
|
typescript: ^4.9.4
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 4.0.1
|
nanoid: 4.0.1
|
||||||
|
|
Loading…
Reference in a new issue