Skip to content

Commit

Permalink
Merge pull request #204 from nayaabkhan/patch-1
Browse files Browse the repository at this point in the history
Remove esbuild@0.11.x from dependency list
  • Loading branch information
schickling committed May 11, 2022
2 parents 0e3afec + 36afcfb commit c60847c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@contentlayer/core/package.json
Expand Up @@ -14,7 +14,7 @@
},
"peerDependencies": {
"date-fns": "2.x",
"esbuild": "0.11.x || 0.12.x || 0.13.x",
"esbuild": "^0.12.1 || 0.13.x",
"markdown-wasm": "1.x"
},
"peerDependenciesMeta": {
Expand All @@ -33,7 +33,7 @@
"camel-case": "^4.1.2",
"comment-json": "^4.2.2",
"date-fns": "2.x",
"esbuild": "0.11.x || 0.12.x || 0.13.x || 0.14.x",
"esbuild": "^0.12.1 || 0.13.x || 0.14.x",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.0.0",
"rehype-stringify": "^9.0.3",
Expand Down

0 comments on commit c60847c

Please sign in to comment.