-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix ember-source to exact version - we can't have any higher and shouldn't be lower - remove broccoli-asset-rev - real underlying cause of the error when building rancher/ui - dep is 6 years stale and brought in a very old version of broccoli-filter that was not compatible - it's not wired up to be used, so drop it (should be adding hashes to file names)
- Loading branch information
1 parent
ed965c7
commit d7ab993
Showing
2 changed files
with
3 additions
and
43 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 |
---|---|---|
|
@@ -4638,25 +4638,6 @@ broccoli-amd-funnel@^2.0.1: | |
broccoli-plugin "^1.3.0" | ||
symlink-or-copy "^1.2.0" | ||
|
||
broccoli-asset-rev@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/broccoli-asset-rev/-/broccoli-asset-rev-3.0.0.tgz#65a28c8a062d6ee2cffd91ed2a8309e0f8253ac6" | ||
integrity sha512-gAHQZnwvtl74tGevUqGuWoyOdJUdMMv0TjGSMzbdyGImr9fZcnM6xmggDA8bUawrMto9NFi00ZtNUgA4dQiUBw== | ||
dependencies: | ||
broccoli-asset-rewrite "^2.0.0" | ||
broccoli-filter "^1.2.2" | ||
broccoli-persistent-filter "^1.4.3" | ||
json-stable-stringify "^1.0.0" | ||
minimatch "^3.0.4" | ||
rsvp "^3.0.6" | ||
|
||
broccoli-asset-rewrite@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/broccoli-asset-rewrite/-/broccoli-asset-rewrite-2.0.0.tgz#603c4a52d4c8987a2f681254436923ac0a9c94ab" | ||
integrity sha512-dqhxdQpooNi7LHe8J9Jdxp6o3YPFWl4vQmint6zrsn2sVbOo+wpyiX3erUSt0IBtjNkAxqJjuvS375o2cLBHTA== | ||
dependencies: | ||
broccoli-filter "^1.2.3" | ||
|
||
broccoli-babel-transpiler@^6.5.0: | ||
version "6.5.1" | ||
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-6.5.1.tgz#a4afc8d3b59b441518eb9a07bd44149476e30738" | ||
|
@@ -4833,21 +4814,6 @@ broccoli-file-creator@^2.1.1: | |
broccoli-plugin "^1.1.0" | ||
mkdirp "^0.5.1" | ||
|
||
broccoli-filter@^1.2.2, broccoli-filter@^1.2.3: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/broccoli-filter/-/broccoli-filter-1.3.0.tgz#71e3a8e32a17f309e12261919c5b1006d6766de6" | ||
integrity sha512-VXJXw7eBfG82CFxaBDjYmyN7V72D4In2zwLVQJd/h3mBfF3CMdRTsv2L20lmRTtCv1sAHcB+LgMso90e/KYiLw== | ||
dependencies: | ||
broccoli-kitchen-sink-helpers "^0.3.1" | ||
broccoli-plugin "^1.0.0" | ||
copy-dereference "^1.0.0" | ||
debug "^2.2.0" | ||
mkdirp "^0.5.1" | ||
promise-map-series "^0.2.1" | ||
rsvp "^3.0.18" | ||
symlink-or-copy "^1.0.1" | ||
walk-sync "^0.3.1" | ||
|
||
broccoli-funnel-reducer@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/broccoli-funnel-reducer/-/broccoli-funnel-reducer-1.0.0.tgz#11365b2a785aec9b17972a36df87eef24c5cc0ea" | ||
|
@@ -6046,11 +6012,6 @@ copy-concurrently@^1.0.0: | |
rimraf "^2.5.4" | ||
run-queue "^1.0.0" | ||
|
||
copy-dereference@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/copy-dereference/-/copy-dereference-1.0.0.tgz#6b131865420fd81b413ba994b44d3655311152b6" | ||
integrity sha1-axMYZUIP2BtBO6mUtE02VTERUrY= | ||
|
||
copy-descriptor@^0.1.0: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" | ||
|
@@ -7237,7 +7198,7 @@ ember-source-channel-url@^3.0.0: | |
dependencies: | ||
node-fetch "^2.6.0" | ||
|
||
ember-source@~3.24.7: | ||
[email protected]: | ||
version "3.24.7" | ||
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.24.7.tgz#456411e2acf3e992749af541113d4398463a2396" | ||
integrity sha512-xwftkvyigiO2wl8FkpMt3uXG0cpvq0EQ5K+gsV251sHcQyRdihf4mY3CPRPgCxLvjEpBln8F+mhMbsxpOxI7Eg== | ||
|
@@ -12646,7 +12607,7 @@ rollup@^0.57.1: | |
signal-exit "^3.0.2" | ||
sourcemap-codec "^1.4.1" | ||
|
||
rsvp@^3.0.14, rsvp@^3.0.17, rsvp@^3.0.18, rsvp@^3.0.21, rsvp@^3.0.6: | ||
rsvp@^3.0.14, rsvp@^3.0.17, rsvp@^3.0.18, rsvp@^3.0.21: | ||
version "3.6.2" | ||
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a" | ||
integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw== | ||
|