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

fix: cloud run action #72

Merged
merged 3 commits into from
Nov 10, 2022
Merged

fix: cloud run action #72

merged 3 commits into from
Nov 10, 2022

Conversation

sirily11
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Nov 10, 2022

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

Name Status Preview Updated
etdstats 🔄 Building (Inspect) Nov 10, 2022 at 9:07AM (UTC)
etdstats-docs ✅ Ready (Inspect) Visit Preview Nov 10, 2022 at 9:07AM (UTC)
1 Ignored Deployment
Name Status Preview Updated
etdstats-testnet ⬜️ Ignored (Inspect) Nov 10, 2022 at 9:07AM (UTC)

@github-actions github-actions bot added the bug Something isn't working label Nov 10, 2022
@github-actions
Copy link

github-actions bot commented Nov 10, 2022

Update dependencies for pull request #72

For commit [8d64849]

Package Package Path Current Version New Version
webpack package.json ^5.74.0 ^5.75.0
@mui/material apps/docs/package.json 5.10.12 5.10.13
webpack apps/docs/package.json ^5.74.0 ^5.75.0
@mui/lab apps/etdstats/package.json 5.0.0-alpha.106 5.0.0-alpha.107
@mui/material apps/etdstats/package.json 5.10.12 5.10.13
@mui/system apps/etdstats/package.json 5.10.12 5.10.13
jest apps/etdstats/package.json 29.2.2 29.3.1
jest-environment-jsdom apps/etdstats/package.json ^29.2.2 ^29.3.1

Suggested updates

package.json

{
  "name": "etdstats",
  "version": "1.14.0",
  "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.6.3"
  },
  "devDependencies": {
    "ts-node": "^10.9.1",
    "@types/node": "^18.11.9",
    "webpack": "^5.75.0",
    "typescript": "^4.8.4",
    "glob": "^8.0.3",
    "@types/glob": "latest",
    "release-it": "^15.5.0",
    "@release-it/conventional-changelog": "^5.1.1",
    "@release-it/bumper": "^4.0.0",
    "prettier": "^2.7.1",
    "@playwright/test": "1.27.1",
    "wait-on": "6.0.1",
    "firebase-admin": "11.2.0"
  },
  "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",
    "e2e": "npx playwright test"
  }
}

apps/docs/package.json

{
  "name": "docs",
  "version": "1.14.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start --port 3000",
    "lint": "next lint"
  },
  "dependencies": {
    "@emotion/react": "11.10.5",
    "@emotion/styled": "11.10.5",
    "@mui/icons-material": "5.10.9",
    "@mui/material": "5.10.13",
    "mobx": "^6.6.2",
    "next": "13.0.2",
    "openapi_specs": "workspace:*",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "redoc": "2.0.0",
    "styled-components": "^5.3.6",
    "babel-core": "^6.26.3",
    "core-js": "^3.26.0",
    "react-is": "^18.2.0",
    "webpack": "^5.75.0",
    "@babel/core": "^7.20.2"
  },
  "devDependencies": {
    "@types/node": "18.11.9",
    "@types/react": "18.0.25",
    "@types/react-dom": "18.0.8",
    "eslint": "8.27.0",
    "eslint-config-next": "13.0.2",
    "typescript": "4.8.4"
  }
}

apps/etdstats/package.json

{
  "name": "etdstats",
  "version": "1.14.0",
  "private": true,
  "scripts": {
    "dev": "next dev --port 3001",
    "build": "next build",
    "start": "next start --port 3001",
    "lint": "next lint",
    "test": "jest"
  },
  "dependencies": {
    "@babel/core": "^7.20.2",
    "@emotion/react": "11.10.5",
    "@emotion/styled": "11.10.5",
    "@monaco-editor/react": "^4.4.6",
    "@mui/icons-material": "5.10.9",
    "@mui/lab": "5.0.0-alpha.107",
    "@mui/material": "5.10.13",
    "@mui/system": "5.10.13",
    "@mui/x-data-grid": "5.17.10",
    "@types/react-highlight-words": "0.16.4",
    "axios": "1.1.3",
    "cbor": "^8.1.0",
    "dayjs": "^1.11.6",
    "dexie": "3.2.2",
    "dexie-react-hooks": "1.1.1",
    "ethers": "5.7.2",
    "firebase": "9.13.0",
    "formik": "2.2.9",
    "friendly-numbers": "1.0.1",
    "material-ui-popup-state": "4.1.0",
    "meilisearch": "0.29.1",
    "metamask-react": "2.4.0",
    "monaco-editor": "^0.34.1",
    "next": "13.0.2",
    "next-transpile-modules": "10.0.0",
    "notistack": "^2.0.8",
    "openapi_client": "workspace:*",
    "prop-types": "15.8.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-highlight-words": "0.18.0",
    "react-json-tree": "^0.17.0",
    "react-query": "3.39.2",
    "react-syntax-highlighter": "^15.5.0",
    "recharts": "2.1.16",
    "ui": "workspace:*"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "13.4.0",
    "@types/jest": "29.2.2",
    "@types/node": "18.11.9",
    "@types/react": "18.0.25",
    "@types/react-dom": "18.0.8",
    "eslint": "8.27.0",
    "eslint-config-next": "13.0.2",
    "jest": "29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "ts-jest": "29.0.3",
    "typescript": "4.8.4"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant