Update dependency @next/mdx to v11.1.3 (#143)
continuous-integration/drone/push Build is passing Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@next/mdx](https://github.com/vercel/next.js) | dependencies | minor | [`11.0.1` -> `11.1.3`](https://renovatebot.com/diffs/npm/@next%2fmdx/11.0.1/11.1.3) |

⚠️ Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: Aditya Thakral <github@9at8.dev>
Reviewed-on: #143
Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-authored-by: Renovate Bot <no-reply@csclub.uwaterloo.ca>
Co-committed-by: Renovate Bot <no-reply@csclub.uwaterloo.ca>
This commit is contained in:
Renovate Bot 2022-01-20 01:03:24 -05:00 committed by Aditya Thakral
parent dcba1a8cd9
commit d6509b1bfa
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "11.0.1",
"@next/mdx": "11.1.3",
"@squoosh/lib": "^0.4.0",
"date-fns": "^2.11.1",
"date-fns-tz": "^1.1.6",
@ -838,9 +838,9 @@
"integrity": "sha512-yZfKh2U6R9tEYyNUrs2V3SBvCMufkJ07xMH5uWy8wqcl5gAXoEw6A/1LDqwX3j7pUutF9d1ZxpdGDA3Uag+aQQ=="
},
"node_modules/@next/mdx": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-11.0.1.tgz",
"integrity": "sha512-tp1zeoSaX/tMQaJat4oTXm9bzrJN3XugSAzamP8/5uajJdkvIrQVV3PIVoOtTbbHJSNQeoeom+HQEmJqc5FQ6A==",
"version": "11.1.3",
"resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-11.1.3.tgz",
"integrity": "sha512-srOApuwxzzOi0CPxns4jrOd324/Wqk35y6MnQPFHZu5Uc4KqzGQfBL0wpJh9yj5bjS6bXPs7enezmWxOpFFDDQ==",
"peerDependencies": {
"@mdx-js/loader": ">=0.15.0",
"@mdx-js/react": "*"
@ -8743,9 +8743,9 @@
"integrity": "sha512-yZfKh2U6R9tEYyNUrs2V3SBvCMufkJ07xMH5uWy8wqcl5gAXoEw6A/1LDqwX3j7pUutF9d1ZxpdGDA3Uag+aQQ=="
},
"@next/mdx": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-11.0.1.tgz",
"integrity": "sha512-tp1zeoSaX/tMQaJat4oTXm9bzrJN3XugSAzamP8/5uajJdkvIrQVV3PIVoOtTbbHJSNQeoeom+HQEmJqc5FQ6A==",
"version": "11.1.3",
"resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-11.1.3.tgz",
"integrity": "sha512-srOApuwxzzOi0CPxns4jrOd324/Wqk35y6MnQPFHZu5Uc4KqzGQfBL0wpJh9yj5bjS6bXPs7enezmWxOpFFDDQ==",
"requires": {}
},
"@next/polyfill-module": {

View File

@ -20,7 +20,7 @@
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "11.0.1",
"@next/mdx": "11.1.3",
"@squoosh/lib": "^0.4.0",
"date-fns": "^2.11.1",
"date-fns-tz": "^1.1.6",