diff --git a/package-lock.json b/package-lock.json index e0680e9..4127024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@markdoc/next.js", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@markdoc/next.js", - "version": "0.1.7-1", + "version": "0.2.1", "license": "MIT", "dependencies": { "js-yaml": "^4.1.0" @@ -24,7 +24,7 @@ "typescript": "4.6.2" }, "peerDependencies": { - "@markdoc/markdoc": "^0.1.4", + "@markdoc/markdoc": "*", "next": "*", "react": "*" } diff --git a/package.json b/package.json index 1262668..2ead63b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markdoc/next.js", - "version": "0.2.0", + "version": "0.2.1", "author": "Stripe, Inc.", "description": "Markdoc plugin for Next.js", "license": "MIT", @@ -29,7 +29,7 @@ "typescript": "4.6.2" }, "peerDependencies": { - "@markdoc/markdoc": "^0.1.4", + "@markdoc/markdoc": "*", "next": "*", "react": "*" },