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: change url to allow request from metamask #46

Merged
merged 1 commit into from
Jun 28, 2022
Merged

feat: change url to allow request from metamask #46

merged 1 commit into from
Jun 28, 2022

Conversation

sirily11
Copy link
Contributor

No description provided.

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

vercel bot commented Jun 28, 2022

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

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

@github-actions
Copy link

Update dependencies for pull request #46

For commit [998c5a0]

Package Package Path Current Version New Version
turbo package.json ^1.3.0 ^1.3.1
@mui/material apps/docs/package.json ^5.8.5 ^5.8.6
mobx apps/docs/package.json ^6.6.0 ^6.6.1
core-js apps/docs/package.json ^3.23.2 ^3.23.3
@babel/core apps/docs/package.json ^7.18.5 ^7.18.6
@babel/core apps/etdstats/package.json ^7.18.5 ^7.18.6
@mui/material apps/etdstats/package.json ^5.8.5 ^5.8.6
@mui/x-data-grid apps/etdstats/package.json ^5.12.2 ^5.12.3
@mui/system apps/etdstats/package.json 5.8.5 5.8.6
recharts apps/etdstats/package.json ^2.1.11 ^2.1.12

Suggested updates

package.json

{
  "name": "etdstats",
  "version": "1.1.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": "1.1.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.6",
    "mobx": "^6.6.1",
    "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.6"
  },
  "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": "1.1.1",
  "private": true,
  "scripts": {
    "dev": "next dev --port 3001",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@babel/core": "^7.18.6",
    "@emotion/react": "^11.9.3",
    "@emotion/styled": "^11.9.3",
    "@mui/icons-material": "^5.8.4",
    "@mui/material": "^5.8.6",
    "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.6",
    "ui": "workspace:*",
    "recharts": "^2.1.12",
    "prop-types": "15.8.1",
    "metamask-react": "2.4.0",
    "react-query": "3.39.1",
    "dexie": "3.2.2",
    "dexie-react-hooks": "1.1.1"
  },
  "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