Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add info screen design #38

Merged
merged 1 commit into from
Jun 26, 2022
Merged

feat: add info screen design #38

merged 1 commit into from
Jun 26, 2022

Conversation

sirily11
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Jun 26, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
etdstats ✅ Ready (Inspect) Visit Preview Jun 26, 2022 at 10:52AM (UTC)
etdstats-docs ✅ Ready (Inspect) Visit Preview Jun 26, 2022 at 10:52AM (UTC)

@github-actions github-actions bot added the enhancement New feature or request label Jun 26, 2022
@github-actions
Copy link

Update dependencies for pull request #38

For commit [453f97b]

Package Package Path Current Version New Version
turbo package.json ^1.3.0 ^1.3.1
core-js apps/docs/package.json ^3.23.2 ^3.23.3
@mui/x-data-grid apps/etdstats/package.json ^5.12.2 ^5.12.3

Suggested updates

package.json

{
  "name": "etdstats",
  "version": "0.17.1",
  "main": "index.js",
  "private": true,
  "repository": "https://github.com/etherdata-blockchain/etdstats.git",
  "author": "sirily11 <sirily1997@gmail.com>",
  "license": "MIT",
  "workspaces": [
    "apps",
    "services",
    "packages"
  ],
  "dependencies": {
    "turbo": "^1.3.1"
  },
  "devDependencies": {
    "ts-node": "^10.8.1",
    "@types/node": "^18.0.0",
    "webpack": "^5.73.0",
    "typescript": "^4.7.4",
    "glob": "^8.0.3",
    "@types/glob": "latest",
    "release-it": "^15.1.0",
    "@release-it/conventional-changelog": "^5.0.0",
    "@release-it/bumper": "^4.0.0",
    "prettier": "^2.7.1"
  },
  "scripts": {
    "build": "turbo run build",
    "test": "turbo run test",
    "dev": "turbo run dev",
    "start": "turbo run start",
    "release": "release-it",
    "release-dry": "release-it --dry-run",
    "lint": "prettier --check **/*/*.ts"
  }
}

apps/docs/package.json

{
  "name": "docs",
  "version": "0.17.1",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@emotion/react": "^11.9.3",
    "@emotion/styled": "^11.9.3",
    "@mui/icons-material": "^5.8.4",
    "@mui/material": "^5.8.5",
    "mobx": "^6.6.0",
    "next": "12.1.6",
    "openapi_specs": "workspace:*",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "redoc": "2.0.0-rc.72",
    "styled-components": "^5.3.5",
    "babel-core": "^6.26.3",
    "core-js": "^3.23.3",
    "react-is": "^18.2.0",
    "webpack": "^5.73.0",
    "@babel/core": "^7.18.5"
  },
  "devDependencies": {
    "@types/node": "18.0.0",
    "@types/react": "18.0.14",
    "@types/react-dom": "18.0.5",
    "eslint": "8.18.0",
    "eslint-config-next": "12.1.6",
    "typescript": "4.7.4"
  }
}

apps/etdstats/package.json

{
  "name": "etdstats",
  "version": "0.17.1",
  "private": true,
  "scripts": {
    "dev": "next dev --port 3001",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@babel/core": "^7.18.5",
    "@emotion/react": "^11.9.3",
    "@emotion/styled": "^11.9.3",
    "@mui/icons-material": "^5.8.4",
    "@mui/material": "^5.8.5",
    "axios": "0.27.2",
    "dayjs": "^1.11.3",
    "ethers": "5.6.9",
    "next": "12.1.6",
    "next-transpile-modules": "9.0.0",
    "openapi_client": "workspace:*",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "friendly-numbers": "1.0.1",
    "@mui/x-data-grid": "^5.12.3",
    "@mui/system": "5.8.5",
    "ui": "workspace:*",
    "recharts": "^2.1.11",
    "prop-types": "15.8.1",
    "metamask-react": "2.4.0"
  },
  "devDependencies": {
    "@types/node": "18.0.0",
    "@types/react": "18.0.14",
    "@types/react-dom": "18.0.5",
    "eslint": "8.18.0",
    "eslint-config-next": "12.1.6",
    "typescript": "4.7.4"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant