Skip to content

Commit

Permalink
Merge pull request #304 from us3r-network/dashboard-dev
Browse files Browse the repository at this point in the history
Dashboard dev
  • Loading branch information
sin-bufan authored Mar 21, 2024
2 parents 0e96b36 + dba5f4e commit 47b9fc2
Show file tree
Hide file tree
Showing 194 changed files with 13,375 additions and 9,952 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dashboard-firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- run: |
cd packages/client/dashboard
yarn
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- run: |
cd packages/client/dashboard
yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dashboard-firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- run: |
cd packages/client/dashboard
yarn
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- run: |
cd packages/client/dashboard
yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- run: |
cd packages/client/scan
yarn
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- run: |
cd packages/client/scan
yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- run: |
cd packages/client/scan
yarn
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- run: |
cd packages/client/scan
yarn
Expand Down
25 changes: 16 additions & 9 deletions packages/client/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ceramicnetwork/common": "^2.26.0",
"@ceramicnetwork/http-client": "^2.22.0",
"@composedb/devtools": "0.5.0",
"@ceramicnetwork/common": "^3.2.0",
"@ceramicnetwork/http-client": "^3.2.0",
"@composedb/devtools": "0.6.1",
"@graphiql/plugin-explorer": "^0.1.20",
"@monaco-editor/react": "^4.5.1",
"@rjsf/core": "^5.8.2",
Expand All @@ -24,9 +24,10 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.26",
"@us3r-network/auth-with-rainbowkit": "^0.1.8",
"@us3r-network/data-model": "^0.2.1",
"@us3r-network/profile": "^0.4.11",
"@us3r-network/auth-with-rainbowkit": "^0.2.4-alpha.0",
"@us3r-network/data-model": "^0.7.0",
"@us3r-network/profile": "^0.7.0",
"axios": "^1.6.2",
"camelcase": "^7.0.1",
"dayjs": "^1.11.7",
"ejs": "^3.1.9",
Expand All @@ -40,16 +41,22 @@
"prism-react-renderer": "^2.0.6",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-aria-components": "^1.0.0-alpha.4",
"typescript": "^5.3.3",
"wagmi": "^1.4.10",
"viem": "^1.19.13",
"@rainbow-me/rainbowkit": "^1.3.0",
"react-aria-components": "^1.0.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"socket.io-client": "^4.7.2",
"styled-components": "^5.3.11",
"typescript": "^4.4.2",
"use-url-search-params": "^2.5.1",
"web-vitals": "^2.1.0"
"web-vitals": "^2.1.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 47b9fc2

Please sign in to comment.