Skip to content

Commit

Permalink
chore: update dependencies (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
1M4nt0 authored Nov 8, 2023
1 parent 375829e commit db48fbc
Show file tree
Hide file tree
Showing 12 changed files with 776 additions and 729 deletions.
26 changes: 13 additions & 13 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,35 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/client": "5.3.1",
"@rainbow-me/rainbowkit": "1.0.11",
"@rainbow-me/rainbowkit-siwe-next-auth": "0.3.0",
"@types/formidable": "^3.4.0",
"@prisma/client": "5.5.2",
"@rainbow-me/rainbowkit": "1.2.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "0.3.2",
"@types/formidable": "^3.4.5",
"ethers": "5.7.2",
"formidable": "^3.5.0",
"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.23.1",
"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.12.2",
"wagmi": "1.4.2"
"viem": "1.18.9",
"wagmi": "1.4.5"
},
"devDependencies": {
"@dae/chains": "workspace:*",
"@dae/hooks": "workspace:*",
"@dae/types": "workspace:*",
"@dae/typescript-config": "workspace:*",
"@prisma/nextjs-monorepo-workaround-plugin": "5.3.1",
"@types/node": "20.6.5",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"typescript": "5.0.4"
"@prisma/nextjs-monorepo-workaround-plugin": "5.5.2",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"typescript": "5.2.2"
},
"private": true,
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions config/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"devDependencies": {
"@dae/chains": "workspace:*",
"@dae/typescript-config": "workspace:*",
"@types/node": "20.9.0",
"tsup": "6.7.0",
"typescript": "5.0.4",
"viem": "1.12.2"
"typescript": "5.2.2",
"viem": "1.18.9"
},
"files": [
"/dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"eslint": "8.29.0",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"files": [
"dist"
Expand Down
5 changes: 3 additions & 2 deletions packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"bugs": "https://github.com/cubiclearn/dae/issues",
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"typescript": "5.0.4",
"viem": "1.12.2"
"@types/node": "20.9.0",
"typescript": "5.2.2",
"viem": "1.18.9"
},
"files": [
"/dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"eslint": "8.29.0",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "Decentralized Autonomous Education (DAE) Database",
"version": "0.0.0",
"dependencies": {
"@prisma/client": "5.3.1"
"@prisma/client": "5.5.2"
},
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"@types/node": "20.6.5",
"@types/node": "20.9.0",
"eslint": "8.29.0",
"prisma": "5.3.1",
"prisma": "5.5.2",
"tsup": "6.7.0",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"files": [
"dist"
Expand All @@ -34,4 +34,4 @@
},
"source": "./src/index.ts",
"types": "./dist/index.d.ts"
}
}
10 changes: 5 additions & 5 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"devDependencies": {
"@dae/constants": "workspace:*",
"@dae/typescript-config": "workspace:*",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"eslint": "8.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4",
"viem": "1.12.2"
"typescript": "5.2.2",
"viem": "1.18.9"
},
"peerDependencies": {
"react": "18.2.0",
Expand All @@ -32,4 +32,4 @@
},
"source": "./src/index.ts",
"types": "./dist/index.d.ts"
}
}
6 changes: 3 additions & 3 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"bugs": "https://github.com/cubiclearn/dae/issues",
"devDependencies": {
"@dae/typescript-config": "workspace:*",
"@types/node": "20.6.5",
"typescript": "5.0.4"
"@types/node": "20.9.0",
"typescript": "5.2.2"
},
"files": [
"/dist"
Expand All @@ -26,7 +26,7 @@
"source": "src/index.ts",
"types": "dist/index.d.ts",
"dependencies": {
"axios": "1.5.0",
"axios": "1.6.0",
"form-data": "4.0.0"
}
}
18 changes: 9 additions & 9 deletions packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@snapshot-labs/snapshot.js": "0.6.2",
"@snapshot-labs/snapshot.js": "0.8.1",
"ethers": "5.7.2",
"graphql": "16.7.1",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"swr": "2.1.5",
"viem": "1.12.2"
"viem": "1.18.9"
},
"sideEffects": false,
"type": "module",
Expand All @@ -28,14 +28,14 @@
"@dae/hooks": "workspace:*",
"@dae/types": "workspace:*",
"@dae/typescript-config": "workspace:*",
"@types/node": "20.6.5",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"next": "13.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4",
"wagmi": "1.4.2"
"typescript": "5.2.2",
"wagmi": "1.4.5"
},
"files": [
"src"
Expand All @@ -58,4 +58,4 @@
},
"author": "",
"license": "MIT"
}
}
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependencies": {
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/system": "2.6.1",
"@rainbow-me/rainbowkit": "1.0.11",
"formik": "2.4.2",
"@rainbow-me/rainbowkit": "1.2.0",
"formik": "2.4.5",
"papaparse": "5.4.1",
"react-icons": "4.8.0",
"react-jazzicon": "^1.0.4",
"react-icons": "4.11.0",
"react-jazzicon": "1.0.4",
"react-markdown": "8.0.7",
"react-quill": "2.0.0",
"rehype-parse": "8.0.4",
Expand All @@ -34,19 +34,19 @@
"@dae/wagmi": "workspace:*",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@snapshot-labs/snapshot.js": "0.6.2",
"@types/papaparse": "5.3.8",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@snapshot-labs/snapshot.js": "0.8.1",
"@types/papaparse": "5.3.11",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"eslint": "8.29.0",
"ethers": "5.7.2",
"framer-motion": "10.16.4",
"next": "13.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4",
"viem": "1.12.2",
"wagmi": "1.4.2"
"typescript": "5.2.2",
"viem": "1.18.9",
"wagmi": "1.4.5"
},
"license": "MIT",
"main": "./src/index.ts",
Expand Down
16 changes: 8 additions & 8 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"swr": "2.1.5",
"viem": "1.12.2"
"viem": "1.18.9"
},
"sideEffects": false,
"type": "module",
Expand All @@ -35,19 +35,19 @@
"@dae/chains": "workspace:*",
"@dae/constants": "workspace:*",
"@dae/database": "workspace:*",
"@dae/ipfs": "workspace:*",
"@dae/hooks": "workspace:*",
"@dae/ipfs": "workspace:*",
"@dae/snapshot": "workspace:*",
"@dae/types": "workspace:*",
"@dae/typescript-config": "workspace:*",
"@types/node": "20.6.5",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"next": "13.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4",
"wagmi": "1.4.2"
"typescript": "5.2.2",
"wagmi": "1.4.5"
},
"files": [
"src"
Expand All @@ -70,4 +70,4 @@
},
"author": "",
"license": "MIT"
}
}
Loading

0 comments on commit db48fbc

Please sign in to comment.