Skip to content

Commit

Permalink
bump(deps): add all package bumps (#1872)
Browse files Browse the repository at this point in the history
* bump(deps): update @waveshq/standard to ^1.9.3

* bump(deps): update dependency @netlify/plugin-nextjs to ^4.40.1

* bump(deps): update dependency @stickyjs/jest to ^1.3.4

* bump(deps): update actions/checkout action to v3.6.0

* bump(deps): update dependency @babel/types to ^7.23.0

* bump(deps): update dependency @prismicio/client to ^7.2.0

* bump(deps): update dependency jest to ^29.7.0

* bump(deps): update dependency recharts to ^2.8.0

* bump(deps): update ghcr.io/birthdayresearch/playground-api docker tag to v3.39.1

* bump(deps): update ghcr.io/birthdayresearch/whale-api docker tag to v3.39.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
lykalabrada and renovate[bot] authored Sep 27, 2023
1 parent b79dc27 commit 67ef4f7
Show file tree
Hide file tree
Showing 6 changed files with 745 additions and 620 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
containers: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- run: corepack enable pnpm

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Lint - Typescript and ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- run: corepack enable pnpm

Expand All @@ -32,7 +32,7 @@ jobs:
name: Lint - Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- run: corepack enable pnpm

Expand All @@ -48,7 +48,7 @@ jobs:
name: Unit Tests - Jest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- run: corepack enable pnpm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oss-governance-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
Labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # tag=v1.3.0
with:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
-changiintermediateheight=19
defi-playground:
image: ghcr.io/birthdayresearch/playground-api:3.37.0
image: ghcr.io/birthdayresearch/playground-api:3.39.1
depends_on:
- defi-blockchain
ports:
Expand All @@ -71,7 +71,7 @@ services:
- "traefik.http.routers.playground.entrypoints=web"

defi-whale:
image: ghcr.io/birthdayresearch/whale-api:3.37.0
image: ghcr.io/birthdayresearch/whale-api:3.39.1
depends_on:
- defi-blockchain
ports:
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,42 @@
"test": "jest"
},
"dependencies": {
"@babel/types": "^7.22.10",
"@babel/types": "^7.23.0",
"@floating-ui/react-dom": "^1.3.0",
"@headlessui/react": "^1.7.17",
"@prismicio/client": "^7.1.1",
"@prismicio/client": "^7.2.0",
"@prismicio/types": "^0.2.8",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/line-clamp": "^0.4.4",
"@waveshq/standard-defichain-jellyfishsdk": "^1.9.0",
"@waveshq/standard-web": "^1.9.0",
"@waveshq/standard-defichain-jellyfishsdk": "^1.9.3",
"@waveshq/standard-web": "^1.9.3",
"@waveshq/walletkit-core": "^1.1.0",
"@waveshq/walletkit-ui": "^1.1.0",
"bignumber.js": "^9.1.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"install": "^0.13.0",
"jest": "^29.6.2",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"qrcode.react": "^3.1.0",
"randomcolor": "^0.6.2",
"react-number-format": "^5.3.0",
"react-redux": "^8.1.2",
"react-schemaorg": "^2.0.0",
"recharts": "^2.7.3",
"recharts": "^2.8.0",
"schema-dts": "^1.1.2",
"smart-buffer": "^4.2.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.11.0",
"@netlify/plugin-lighthouse": "^5.0.0",
"@netlify/plugin-nextjs": "^4.40.0",
"@stickyjs/jest": "^1.3.1",
"@netlify/plugin-nextjs": "^4.40.1",
"@stickyjs/jest": "^1.3.4",
"@testing-library/cypress": "^9.0.0",
"@types/lodash": "^4.14.197",
"@types/node": "^18.16.18",
"@waveshq/standard-web-linter": "^1.9.0",
"@waveshq/standard-web-linter": "^1.9.3",
"autoprefixer": "^10.4.15",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
Expand Down
Loading

0 comments on commit 67ef4f7

Please sign in to comment.