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

Bump json5 and next #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump json5 and next
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Removes `json5`

Updates `next` from 10.2.3 to 13.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@v10.2.3...v13.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 2, 2023
commit fc6ffa5b63a09b8112522f0acf561fa8dc7a75a6
4,605 changes: 482 additions & 4,123 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"coingecko-api": "^1.0.10",
"dayjs": "^1.10.6",
"lodash": "^4.17.21",
"next": "10.2.3",
"next": "13.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^0.5.6"