Skip to content

Commit

Permalink
Fix the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Oct 14, 2024
1 parent 21642d2 commit 3678490
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 444 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ index 2401047d24ff79aa61c8139937623fd5531acf0f..4c232b9a417e7a18e4e985507c4bb3ba

// Resolve from project root if not in the config's dependencies.
resolveFrom = _path().default.join(options.projectRoot, 'index');
diff --git a/node_modules/@parcel/core/lib/requests/EntryRequest.js b/node_modules/@parcel/core/lib/requests/EntryRequest.js
diff --git a/lib/requests/EntryRequest.js b/lib/requests/EntryRequest.js
index 9254caf..069cd1c 100644
--- a/node_modules/@parcel/core/lib/requests/EntryRequest.js
+++ b/node_modules/@parcel/core/lib/requests/EntryRequest.js
--- a/lib/requests/EntryRequest.js
+++ b/lib/requests/EntryRequest.js
@@ -195,8 +195,8 @@ class EntryResolver {
...(0, _diagnostic().getJSONSourceLocation)(pkg.map.pointers[keyPath], 'value')
}
Expand All @@ -70,4 +70,4 @@ index 9254caf..069cd1c 100644
+ i++;
}
}

2 changes: 1 addition & 1 deletion packages/dev/parcel-transformer-mdx-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@mdx-js/mdx": "next",
"@mdx-js/react": "patch:@mdx-js/react@npm%3A2.0.0-rc.2#~/.yarn/patches/@mdx-js-react-npm-2.0.0-rc.2-c2f79f46aa.patch",
"@parcel/core": "patch:@parcel/core@npm:2.0.0-dev.1599#~/.yarn/patches/@parcel-core-npm-2.0.0-dev.1599-d62d699a7e.patch",
"@parcel/core": "patch:@parcel/core@npm%3A2.0.0-dev.1599#~/.yarn/patches/@parcel-core-npm-2.0.0-dev.1599-d62d699a7e.patch",
"@parcel/plugin": "2.0.0-dev.1601",
"dprint-node": "^1.0.7",
"js-yaml": "^3.13.1",
Expand Down
Loading

0 comments on commit 3678490

Please sign in to comment.