mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix dependecies
This commit is contained in:
parent
61f553fd09
commit
08cfc6a9b3
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"dev": "concurrently \"tsc -w\" \"nodemon --watch ./build/ --exec npm run start\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/urlsafe-base64": "^1.0.0",
|
||||
"chai": "^4.3.6",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"mocha": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -9006,7 +9006,7 @@
|
|||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/urlsafe-base64@^1.0.28":
|
||||
"@types/urlsafe-base64@^1.0.0", "@types/urlsafe-base64@^1.0.28":
|
||||
version "1.0.28"
|
||||
resolved "https://registry.yarnpkg.com/@types/urlsafe-base64/-/urlsafe-base64-1.0.28.tgz#2cf2098518e98c730a7e00de79a455e0269a3f4d"
|
||||
integrity sha512-TG5dKbqx75FUTXfiARIPvLvMCImVYJbKM+Fvy9HgpxkunHnMHNAn78xpvcZxIbPITyRzf0b2Gl8fnd1Ja3p1eQ==
|
||||
|
|
|
|||
Loading…
Reference in a new issue