Skip to content

Commit

Permalink
build(deps): Bump next from 13.5.4 to 14.1.1 in /system-contract-dapp…
Browse files Browse the repository at this point in the history
…-playground (#739)

* build(deps): Bump next in /system-contract-dapp-playground

Bumps [next](https://github.com/vercel/next.js) from 13.5.4 to 14.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.5.4...v14.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: upgrade node version for dapp-playground workflow

Signed-off-by: Logan Nguyen <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Logan Nguyen <[email protected]>
  • Loading branch information
dependabot[bot] and quiet-node authored May 16, 2024
1 parent b8e79ca commit b7edb96
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 71 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dapp-playground-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

- name: Use Node.js [18.15]
- name: Use Node.js [18.17]
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 18.15
node-version: 18.17

- name: Install dependencies
run: npm install
Expand Down
119 changes: 51 additions & 68 deletions system-contract-dapp-playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system-contract-dapp-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-config-next": "13.4.12",
"ethers": "^6.7.0",
"framer-motion": "^10.15.0",
"next": "13.5.4",
"next": "14.1.1",
"node-fetch": "^3.3.2",
"postcss": "8.4.31",
"react": "18.2.0",
Expand Down

0 comments on commit b7edb96

Please sign in to comment.