-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from NullVoxPopuli/upgrade-embroider-deps
Update @embroider/* packages
- Loading branch information
Showing
5 changed files
with
71 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,10 @@ | |
"tokenRef": "GITHUB_AUTH" | ||
} | ||
}, | ||
"version": "8.0.0" | ||
"version": "8.0.0", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/vendor/experimental-render-mode-rehydrate.js b/vendor/experimental-render-mode-rehydrate.js | ||
index 721109b9a2403bab6c5d82cd24a7099567bc31b8..fcdde4b3f73846a4b382bf9e77fac2f57514745f 100644 | ||
--- a/vendor/experimental-render-mode-rehydrate.js | ||
+++ b/vendor/experimental-render-mode-rehydrate.js | ||
@@ -1,7 +1,7 @@ | ||
(function() { | ||
if (typeof FastBoot === 'undefined') { | ||
var current = document.getElementById('fastboot-body-start'); | ||
- var _Ember = require.has('ember') ? require('ember').default : Ember; | ||
+ var _Ember = require.has('ember') ? require('ember').default : globalThis.Ember; | ||
|
||
if ( | ||
current && |
Oops, something went wrong.