mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 02:28:30 -05:00
chore: set consistent dependencies among workspaces
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
"@nestjs/typeorm": "^9.0.1",
|
||||
"@semaphore-protocol/group": "^3.1.0",
|
||||
"@zk-groups/utils": "workspace:^",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.0",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
@@ -39,15 +41,11 @@
|
||||
"@nestjs/testing": "^9.0.0",
|
||||
"@types/cookie-parser": "^1.4.3",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/node": "18.11.18",
|
||||
"@types/passport": "^1.0.12",
|
||||
"@types/passport-github": "^1.1.7",
|
||||
"@types/passport-twitter": "^1.0.37",
|
||||
"@types/supertest": "^2.0.11",
|
||||
"source-map-support": "^0.5.20",
|
||||
"supertest": "^6.1.3",
|
||||
"ts-loader": "^9.2.3",
|
||||
"ts-node": "^10.0.0",
|
||||
"tsconfig-paths": "4.1.1",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^2.5.1",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@web3-react/core": "^6.1.9",
|
||||
"@web3-react/injected-connector": "^6.0.7",
|
||||
"@zk-groups/utils": "workspace:^",
|
||||
"framer-motion": "^10.0.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "^6.8.1"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Invite } from "./invite"
|
||||
import { Group } from "./group"
|
||||
|
||||
export { Invite, Group }
|
||||
export type { Invite, Group }
|
||||
|
||||
@@ -1,21 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||||
"allowJs": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||||
"allowJs": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"types": ["vite/client"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ethersproject/abi": "^5.4.7",
|
||||
"@ethersproject/bytes": "^5.4.7",
|
||||
"@ethersproject/providers": "^5.4.7",
|
||||
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
|
||||
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
|
||||
@@ -33,6 +34,7 @@
|
||||
"hardhat": "^2.11.0",
|
||||
"hardhat-dependency-compiler": "^1.1.3",
|
||||
"hardhat-gas-reporter": "^1.0.8",
|
||||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-solidity": "^1.1.2",
|
||||
"solhint": "^3.4.0",
|
||||
"solhint-plugin-prettier": "^0.0.5",
|
||||
|
||||
@@ -9,12 +9,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^2.5.1",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@rainbow-me/rainbowkit": "^0.11.0",
|
||||
"@semaphore-protocol/subgraph": "^3.1.0",
|
||||
"@web3-react/core": "^6.1.9",
|
||||
"@web3-react/injected-connector": "^6.0.7",
|
||||
"@zk-groups/utils": "workspace:^",
|
||||
"ethers": "^5.5.0",
|
||||
"ethers": "^5.4.7",
|
||||
"framer-motion": "^10.0.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-icons": "^4.7.1",
|
||||
"react-router-dom": "^6.8.1",
|
||||
"wagmi": "^0.11.7"
|
||||
},
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
"jsx": "react-jsx",
|
||||
"types": ["vite/client"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
|
||||
36
package.json
36
package.json
@@ -28,47 +28,15 @@
|
||||
"apps/contracts/contracts"
|
||||
],
|
||||
"packageManager": "yarn@3.4.1",
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^2.2.6",
|
||||
"@emotion/react": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.0",
|
||||
"@rainbow-me/rainbowkit": "^0.8.1",
|
||||
"@semaphore-protocol/group": "3.1.0",
|
||||
"@semaphore-protocol/identity": "3.1.0",
|
||||
"@semaphore-protocol/subgraph": "3.1.0",
|
||||
"@web3-react/core": "^6.1.9",
|
||||
"@web3-react/injected-connector": "^6.0.7",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.13.2",
|
||||
"core-js": "^3.6.5",
|
||||
"framer-motion": "^7.0.0",
|
||||
"pg": "^8.8.0",
|
||||
"react": "18.1.0",
|
||||
"react-cookie": "^4.1.1",
|
||||
"react-dom": "18.1.0",
|
||||
"react-icons": "^4.4.0",
|
||||
"react-router-dom": "6.3.0",
|
||||
"regenerator-runtime": "0.13.7",
|
||||
"soltypes": "^2.0.0",
|
||||
"wagmi": "^0.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.0.0",
|
||||
"@commitlint/config-conventional": "^17.4.3",
|
||||
"@semaphore-protocol/proof": "3.0.0",
|
||||
"@testing-library/react": "13.1.1",
|
||||
"@types/jest": "29.4.0",
|
||||
"@types/node": "18.11.18",
|
||||
"@types/react": "18.0.8",
|
||||
"@types/react-dom": "18.0.3",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"assert": "^2.0.0",
|
||||
"commitizen": "^4.2.4",
|
||||
"cypress": "^9.1.0",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.2.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
@@ -81,9 +49,7 @@
|
||||
"husky": "^8.0.0",
|
||||
"jest": "29.4.3",
|
||||
"lint-staged": "^12.4.2",
|
||||
"prettier": "^2.5.1",
|
||||
"process": "^0.11.10",
|
||||
"react-test-renderer": "18.1.0",
|
||||
"prettier": "^2.8.4",
|
||||
"ts-jest": "29.0.5",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^4.7.0"
|
||||
|
||||
Reference in New Issue
Block a user