Skip to content

Commit

Permalink
fix embroider-optimized scenario 2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Feb 5, 2024
1 parent ec5c182 commit 7a6f528
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ember-cli": "~5.0.0",
"ember-cli-clean-css": "^2.0.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-fastboot": "^4.1.1",
"ember-cli-fastboot": "^4.1.2",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4373,10 +4373,10 @@ ember-cli-dependency-checker@^3.3.1:
resolve "^1.22.0"
semver "^5.7.1"

ember-cli-fastboot@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/ember-cli-fastboot/-/ember-cli-fastboot-4.1.1.tgz#a16db66c7dce32c5450d7a4c34e3e96792c3ae31"
integrity sha512-9B/qJUfDVqRmZlXxP23V2AZ3hiez99DKT2cPJ0MWkjwRom/kmVJHvv5X4fxvT7MCokjOVFvzas79D5toV4GLIA==
ember-cli-fastboot@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/ember-cli-fastboot/-/ember-cli-fastboot-4.1.2.tgz#8ab783f07f71b2c963e8069a1379e58e3df36150"
integrity sha512-cC2ET8AbRTssA4sg9qF9KLX9N/Xnwa7kS0PKZADMMOUXtuBF4jmgnXsjzlvIE+lgWcwK4tc6udgwpMeNMkOg7w==
dependencies:
broccoli-concat "^4.2.5"
broccoli-file-creator "^2.1.1"
Expand All @@ -4388,8 +4388,8 @@ ember-cli-fastboot@^4.1.1:
ember-cli-lodash-subset "^2.0.1"
ember-cli-preprocess-registry "^3.3.0"
ember-cli-version-checker "^5.1.2"
fastboot "4.1.1"
fastboot-express-middleware "4.1.1"
fastboot "4.1.2"
fastboot-express-middleware "4.1.2"
fastboot-transform "^0.1.3"
fs-extra "^10.0.0"
json-stable-stringify "^1.0.1"
Expand Down Expand Up @@ -5550,13 +5550,13 @@ fast-xml-parser@^4.2.4:
dependencies:
strnum "^1.0.5"

[email protected].1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/fastboot-express-middleware/-/fastboot-express-middleware-4.1.1.tgz#44e7bfd04887f92a9491816ea36b7b3ae2d341bf"
integrity sha512-RzobJdJXtFLOp+QtQlRSEm4RjepprLDITyYxPzd7M8LTH9jo2COhG0NFz2LFcv9Jtqlp8IzKh/0w2+hOt7JZow==
[email protected].2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/fastboot-express-middleware/-/fastboot-express-middleware-4.1.2.tgz#6a383c282fdc07ee3f90039701bb0dab11129179"
integrity sha512-vnzEBV7gZ3lSoGiqG/7+006nHNA3z+ZnU/5u9jPHtKpjH28yEbvZq6PnAeTu24UR98jZVR0pnFbfX0co+O9PeA==
dependencies:
chalk "^4.1.2"
fastboot "4.1.1"
fastboot "4.1.2"

fastboot-transform@^0.1.3:
version "0.1.3"
Expand All @@ -5566,10 +5566,10 @@ fastboot-transform@^0.1.3:
broccoli-stew "^1.5.0"
convert-source-map "^1.5.1"

[email protected].1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-4.1.1.tgz#b686dc522ef805557ff76ded23328c486991cbaa"
integrity sha512-XG7YprsAuAGZrUDhmJ0NFuEP0gpWg9LZwGWSS1I5+f0ETHKPWqb4x59sN2rU1nvCEETBK70z68tLsWsl9daomg==
[email protected].2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-4.1.2.tgz#65627882d03962818f0f5331ca052d2da209ba98"
integrity sha512-VJLmF0xdCNwIIuA7DQtN1KTAKfEGsbZGJ0cfKh64h6DeMh3Fhr2FCCxkPh8zYqGoqzjXFdFbtk60WS3f6HKqBg==
dependencies:
chalk "^4.1.2"
cookie "^0.4.1"
Expand Down

0 comments on commit 7a6f528

Please sign in to comment.