Browse Source

Bump frontend dependencies (#205)

pull/208/head
baarkerlounger 3 years ago committed by GitHub
parent
commit
265bbadf83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      Gemfile.lock
  2. 6
      package.json
  3. 1437
      yarn.lock

20
Gemfile.lock

@ -141,7 +141,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
deep_merge (1.2.1)
deep_merge (1.2.2)
diff-lcs (1.5.0)
digest (3.1.0)
discard (1.2.1)
@ -164,14 +164,14 @@ GEM
formtastic_i18n (0.7.0)
globalid (1.0.0)
activesupport (>= 5.0)
govuk-components (2.1.5)
activemodel (>= 6.0)
railties (>= 6.0)
view_component (~> 2.39.0)
govuk_design_system_formbuilder (2.8.0)
actionview (>= 6.0)
activemodel (>= 6.0)
activesupport (>= 6.0)
govuk-components (3.0.1)
activemodel (>= 6.1)
railties (>= 6.1)
view_component (~> 2.47.0)
govuk_design_system_formbuilder (3.0.0)
actionview (>= 6.1)
activemodel (>= 6.1)
activesupport (>= 6.1)
deep_merge (~> 1.2.1)
has_scope (0.8.0)
actionpack (>= 5.2)
@ -390,7 +390,7 @@ GEM
concurrent-ruby (~> 1.0)
uk_postcode (2.1.7)
unicode-display_width (2.1.0)
view_component (2.39.0)
view_component (2.47.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
warden (1.2.9)

6
package.json

@ -8,8 +8,8 @@
"@activeadmin/activeadmin": "^2.9.0",
"@hotwired/stimulus": "^3.0.0",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo": "^7.0.0-rc.3",
"@hotwired/turbo-rails": "^7.0.0-rc.3",
"@hotwired/turbo": "^7.1.0",
"@hotwired/turbo-rails": "^7.1.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
@ -17,7 +17,7 @@
"accessible-autocomplete": "^2.0.3",
"chart.js": "^3.6.0",
"chartkick": "^4.1.0",
"govuk-frontend": "^3.14.0",
"govuk-frontend": "^4.0.0",
"stimulus": "^3.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"

1437
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save