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