chore: pin dependencies across packages (#3876)

This commit is contained in:
James George
2024-03-07 10:07:48 -08:00
committed by GitHub
parent 6dbaf524ce
commit 439cd82c88
13 changed files with 3103 additions and 6342 deletions

View File

@@ -52,27 +52,27 @@
"license": "MIT",
"dependencies": {
"@hoppscotch/data": "workspace:^",
"@types/lodash-es": "^4.17.12",
"fp-ts": "^2.11.10",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21"
"@types/lodash-es": "4.17.12",
"fp-ts": "2.12.1",
"lodash": "4.17.21",
"lodash-es": "4.17.21"
},
"devDependencies": {
"@digitak/esrun": "^3.1.2",
"@relmify/jest-fp-ts": "^2.0.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"io-ts": "^2.2.16",
"jest": "^27.5.1",
"prettier": "^2.8.4",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3",
"vite": "^5.0.4"
"@digitak/esrun": "3.2.8",
"@relmify/jest-fp-ts": "2.0.2",
"@types/jest": "27.5.2",
"@types/lodash": "4.14.182",
"@types/node": "17.0.45",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"eslint": "8.19.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"io-ts": "2.2.16",
"jest": "27.5.1",
"prettier": "2.8.4",
"ts-jest": "27.1.5",
"typescript": "4.9.5",
"vite": "5.0.5"
}
}
}