chore: bump dependencies (#4444)

This commit is contained in:
James George
2024-10-23 14:55:55 -07:00
committed by GitHub
parent 7dfb06c137
commit 7aa43232cc
22 changed files with 4984 additions and 6463 deletions

View File

@@ -19,9 +19,9 @@
},
"exports": {
".": {
"type": "./dist/index.d.ts",
"import": "./dist/hoppscotch-data.js",
"require": "./dist/hoppscotch-data.cjs",
"type": "./dist/index.d.ts"
"require": "./dist/hoppscotch-data.cjs"
}
},
"repository": {
@@ -35,16 +35,16 @@
},
"homepage": "https://github.com/hoppscotch/hoppscotch#readme",
"devDependencies": {
"@types/lodash": "4.14.200",
"typescript": "5.2.2",
"vite": "4.5.0"
"@types/lodash": "4.17.10",
"typescript": "5.6.3",
"vite": "5.4.9"
},
"dependencies": {
"fp-ts": "2.16.1",
"io-ts": "2.2.20",
"fp-ts": "2.16.9",
"io-ts": "2.2.21",
"lodash": "4.17.21",
"parser-ts": "0.7.0",
"verzod": "0.2.2",
"zod": "3.22.4"
"zod": "3.23.8"
}
}