Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
1M4nt0 committed Feb 6, 2024
1 parent 5699174 commit 720f913
Show file tree
Hide file tree
Showing 13 changed files with 105 additions and 222 deletions.
19 changes: 7 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "web",
"version": "1.0.0",
"dependencies": {
"@chakra-ui/anatomy": "^2.2.1",
"@chakra-ui/anatomy": "2.2.1",
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/next-js": "2.1.5",
"@chakra-ui/react": "2.8.1",
"@dae/abi": "workspace:*",
"@dae/chains": "workspace:*",
Expand All @@ -24,28 +23,24 @@
"@rainbow-me/rainbowkit": "1.2.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "0.3.2",
"ethers": "5.7.2",
"formidable": "^3.5.1",
"formidable": "3.5.1",
"framer-motion": "10.16.4",
"graphql-request": "6.1.0",
"install": "0.13.0",
"next": "13.5.2",
"next-auth": "4.24.4",
"npm": "9.6.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"siwe": "2.1.4",
"swr": "2.1.5",
"viem": "1.18.9",
"wagmi": "1.4.5"
},
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"@prisma/nextjs-monorepo-workaround-plugin": "5.5.2",
"@types/formidable": "^3.4.5",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"typescript": "5.2.2"
"@prisma/nextjs-monorepo-workaround-plugin": "~5.5.2",
"@types/formidable": "~3.4.5",
"@types/node": "~20.9.0",
"@types/react": "~18.2.37",
"typescript": "~5.2.2"
},
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions config/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"typescript": "5.2.2"
"typescript": "~5.2.2"
},
"peerDependencies": {
"viem": "1.18.9"
"viem": "^1.18.9"
},
"files": [
"src"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"turbo": "1.10.12"
},
"devDependencies": {
"husky": "8.0.3",
"lint-staged": "13.2.2",
"rome": "12.1.3",
"syncpack": "11.2.1"
"husky": "~8.0.3",
"lint-staged": "~13.2.2",
"rome": "~12.1.3",
"syncpack": "~11.2.1"
},
"engines": {
"node": ">=18.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.1",
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"eslint": "8.29.0",
"typescript": "5.2.2"
"eslint": "~8.29.0",
"typescript": "~5.2.2"
},
"files": [
"src"
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "",
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"typescript": "5.2.2"
"typescript": "~5.2.2"
},
"peerDependencies": {
"viem": "1.18.9"
"viem": "^1.18.9"
},
"files": [
"/dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.1",
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"eslint": "8.29.0",
"typescript": "5.2.2"
"eslint": "~8.29.0",
"typescript": "~5.2.2"
},
"files": [
"src"
Expand Down
10 changes: 5 additions & 5 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"@types/node": "20.9.0",
"eslint": "8.29.0",
"prisma": "5.5.2",
"tsup": "6.7.0",
"typescript": "5.2.2"
"@types/node": "~20.9.0",
"eslint": "~8.29.0",
"prisma": "~5.5.2",
"tsup": "~6.7.0",
"typescript": "~5.2.2"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"@types/react": "18.2.37",
"eslint": "8.29.0",
"typescript": "5.2.2"
"@types/react": "~18.2.37",
"eslint": "~8.29.0",
"typescript": "~5.2.2"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"files": [
"src"
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"@types/node": "20.9.0",
"typescript": "5.2.2"
"@types/node": "~20.9.0",
"typescript": "~5.2.2"
},
"files": [
"src"
Expand Down
12 changes: 6 additions & 6 deletions packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"devDependencies": {
"@dae/types": "workspace:*",
"@dae/typescript-config": "workspace:*",
"@types/react": "18.2.37",
"typescript": "5.2.2"
"@types/react": "~18.2.37",
"typescript": "~5.2.2"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "1.18.9",
"wagmi": "1.4.5"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.18.9",
"wagmi": "^1.4.5"
},
"files": [
"src"
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"devDependencies": {
"@dae/types": "workspace:*",
"@dae/typescript-config": "workspace:*",
"@types/papaparse": "5.3.11",
"@types/react": "18.2.37",
"eslint": "8.29.0",
"typescript": "5.2.2"
"@types/papaparse": "~5.3.11",
"@types/react": "~18.2.37",
"eslint": "~8.29.0",
"typescript": "~5.2.2"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "1.18.9",
"wagmi": "1.4.5"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.18.9",
"wagmi": "^1.4.5"
},
"license": "MIT",
"main": "./src/index.ts",
Expand Down
16 changes: 9 additions & 7 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@
"@dae/hooks": "workspace:*",
"@dae/ipfs": "workspace:*",
"@dae/snapshot": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "2.1.5",
"viem": "1.18.9",
"wagmi": "1.4.5"
"swr": "2.1.5"
},
"devDependencies": {
"@dae/types": "workspace:*",
"@dae/typescript-config": "workspace:*",
"@types/react": "18.2.37",
"typescript": "5.2.2"
"@types/react": "~18.2.37",
"typescript": "~5.2.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.18.9",
"wagmi": "^1.4.5"
},
"files": [
"src"
Expand Down
Loading

0 comments on commit 720f913

Please sign in to comment.