diff options
author | Max Magorsch <max@magorsch.de> | 2020-01-03 21:56:44 +0100 |
---|---|---|
committer | Max Magorsch <max@magorsch.de> | 2020-01-03 21:56:44 +0100 |
commit | cb899c02770e9819d6ed84fc508976520f4c0a79 (patch) | |
tree | bbee2679a14cd52fd4e068730c2f66bb6c0cb4e6 /yarn.lock | |
parent | Fix an issue in the docker-compose files (diff) | |
download | packages-5-cb899c02770e9819d6ed84fc508976520f4c0a79.tar.gz packages-5-cb899c02770e9819d6ed84fc508976520f4c0a79.tar.bz2 packages-5-cb899c02770e9819d6ed84fc508976520f4c0a79.zip |
Fix issues due to the modularity of webpack
Webpack creates multiple modules. This way, some functions aren't
accessible the way they were before. I.e. functions which are defined
in, for instance, index.js aren't accessible from index.html.erb out
of the box. That's because webpack prevents polluting the global scope.
This has been fixed in this commit.
Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2269,6 +2269,11 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= +d3@3.5.6: + version "3.5.6" + resolved "https://registry.yarnpkg.com/d3/-/d3-3.5.6.tgz#9451c651ca733fb9672c81fb7f2655164a73a42d" + integrity sha1-lFHGUcpzP7lnLIH7fyZVFkpzpC0= + d@1, d@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a" @@ -4191,6 +4196,11 @@ lru-cache@^5.1.1: dependencies: yallist "^3.0.2" +lz-string@latest: + version "1.4.4" + resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26" + integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY= + make-dir@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" |