Update webpacker to 5.0.1

This commit is contained in:
Eric Schultz 2020-04-21 17:30:53 -05:00
parent 2594f926e7
commit 89a0a7ffbc
4 changed files with 1770 additions and 1613 deletions

View file

@ -18,7 +18,7 @@ gem 'sassc', '~> 2.0', '>= 2.0.1'
gem 'stripe', '~> 1.58' # January 19, 2017 version of the Stripe API https://stripe.com/docs/api
gem 'uglifier', '~> 4.1', '>= 4.1.20'
gem 'ffi', '~> 1.11', '>= 1.11.1'
gem 'webpacker', '~> 4.2'
gem 'webpacker', '~> 5.0.1'
gem 'httparty', '~> 0.17.0' # https://github.com/jnunemaker/httparty
gem 'rack-attack', '~> 5.2' # for blocking ip addressses

View file

@ -386,6 +386,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
semantic_range (2.3.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
@ -428,10 +429,11 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webpacker (4.2.2)
activesupport (>= 4.2)
webpacker (5.0.1)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
railties (>= 5.2)
semantic_range (>= 2.3.0)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
@ -515,7 +517,7 @@ DEPENDENCIES
traceroute (~> 0.8.0)
uglifier (~> 4.1, >= 4.1.20)
webmock (~> 3.6, >= 3.6.2)
webpacker (~> 4.2)
webpacker (~> 5.0.1)
wisper (~> 2.0)
wisper-activejob (~> 1.0.0)
wisper-rspec (~> 1.1.0)

View file

@ -79,11 +79,12 @@
"typescript": "^3.7.2",
"url-loader": "^1.0.1",
"webpack": "^4.0.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@rails/webpacker": "^4.2.0",
"@rails/webpacker": "~5.0.1",
"attr-binder": "0.3.1",
"aws-sdk": "^2.402.0",
"chart.js": "2.1.4",

3368
yarn.lock

File diff suppressed because it is too large Load diff