chore(data): bump dependencies (#3473)

This commit is contained in:
James George
2023-11-02 23:53:52 +05:30
committed by GitHub
parent b5307e4a89
commit 8175ec640a
2 changed files with 60 additions and 42 deletions

View File

@@ -34,16 +34,16 @@
},
"homepage": "https://github.com/hoppscotch/hoppscotch#readme",
"devDependencies": {
"@types/lodash": "^4.14.181",
"@types/lodash": "^4.14.200",
"typescript": "^5.2.2",
"vite": "^3.2.3"
"vite": "^4.5.0"
},
"dependencies": {
"fp-ts": "^2.11.10",
"io-ts": "^2.2.16",
"fp-ts": "^2.16.1",
"io-ts": "^2.2.20",
"lodash": "^4.17.21",
"parser-ts": "^0.6.16",
"parser-ts": "^0.7.0",
"verzod": "^0.1.1",
"zod": "^3.22.2"
"zod": "^3.22.4"
}
}