Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-03-12 21:13:56 +01:00
parent fdf4a2e31a
commit f22253d59f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 104 additions and 104 deletions

View file

@ -28,7 +28,7 @@ gem 'will_paginate', '~> 3.3'
gem 'image_processing', '~> 1.12.2' gem 'image_processing', '~> 1.12.2'
# Reduces boot times through caching; required in config/boot.rb # Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '~> 1.10.3', require: false gem 'bootsnap', '~> 1.11.1', require: false
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors', '~> 1.1' gem 'rack-cors', '~> 1.1'
@ -44,7 +44,7 @@ end
group :development, :test do group :development, :test do
gem 'factory_bot_rails', '~> 6.2' gem 'factory_bot_rails', '~> 6.2'
gem 'faker', '~> 2.19' gem 'faker', '~> 2.20'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw] gem 'byebug', platforms: %i[mri mingw x64_mingw]

View file

@ -1,47 +1,47 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.2.2) actioncable (7.0.2.3)
actionpack (= 7.0.2.2) actionpack (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.2.2) actionmailbox (7.0.2.3)
actionpack (= 7.0.2.2) actionpack (= 7.0.2.3)
activejob (= 7.0.2.2) activejob (= 7.0.2.3)
activerecord (= 7.0.2.2) activerecord (= 7.0.2.3)
activestorage (= 7.0.2.2) activestorage (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.2.2) actionmailer (7.0.2.3)
actionpack (= 7.0.2.2) actionpack (= 7.0.2.3)
actionview (= 7.0.2.2) actionview (= 7.0.2.3)
activejob (= 7.0.2.2) activejob (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.2.2) actionpack (7.0.2.3)
actionview (= 7.0.2.2) actionview (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.2.2) actiontext (7.0.2.3)
actionpack (= 7.0.2.2) actionpack (= 7.0.2.3)
activerecord (= 7.0.2.2) activerecord (= 7.0.2.3)
activestorage (= 7.0.2.2) activestorage (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.2.2) actionview (7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
@ -51,22 +51,22 @@ GEM
activemodel (>= 4.1, < 7.1) activemodel (>= 4.1, < 7.1)
case_transform (>= 0.2) case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3) jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (7.0.2.2) activejob (7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.2.2) activemodel (7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
activerecord (7.0.2.2) activerecord (7.0.2.3)
activemodel (= 7.0.2.2) activemodel (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
activestorage (7.0.2.2) activestorage (7.0.2.3)
actionpack (= 7.0.2.2) actionpack (= 7.0.2.3)
activejob (= 7.0.2.2) activejob (= 7.0.2.3)
activerecord (= 7.0.2.2) activerecord (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.2.2) activesupport (7.0.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -76,7 +76,7 @@ GEM
rake (>= 10.4, < 14.0) rake (>= 10.4, < 14.0)
ast (2.4.2) ast (2.4.2)
bcrypt (3.1.16) bcrypt (3.1.16)
bootsnap (1.10.3) bootsnap (1.11.1)
msgpack (~> 1.2) msgpack (~> 1.2)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3) byebug (11.1.3)
@ -103,8 +103,8 @@ GEM
factory_bot_rails (6.2.0) factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0) factory_bot (~> 6.2.0)
railties (>= 5.0.0) railties (>= 5.0.0)
faker (2.19.0) faker (2.20.0)
i18n (>= 1.6, < 2) i18n (>= 1.8.11, < 2)
ffi (1.15.5) ffi (1.15.5)
fugit (1.5.2) fugit (1.5.2)
et-orbi (~> 1.1, >= 1.1.8) et-orbi (~> 1.1, >= 1.1.8)
@ -156,7 +156,7 @@ GEM
parallel (1.21.0) parallel (1.21.0)
parser (3.1.0.0) parser (3.1.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.3.3) pg (1.3.4)
puma (5.6.2) puma (5.6.2)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.2.0) pundit (2.2.0)
@ -168,28 +168,28 @@ GEM
rack (>= 2.0.0) rack (>= 2.0.0)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (7.0.2.2) rails (7.0.2.3)
actioncable (= 7.0.2.2) actioncable (= 7.0.2.3)
actionmailbox (= 7.0.2.2) actionmailbox (= 7.0.2.3)
actionmailer (= 7.0.2.2) actionmailer (= 7.0.2.3)
actionpack (= 7.0.2.2) actionpack (= 7.0.2.3)
actiontext (= 7.0.2.2) actiontext (= 7.0.2.3)
actionview (= 7.0.2.2) actionview (= 7.0.2.3)
activejob (= 7.0.2.2) activejob (= 7.0.2.3)
activemodel (= 7.0.2.2) activemodel (= 7.0.2.3)
activerecord (= 7.0.2.2) activerecord (= 7.0.2.3)
activestorage (= 7.0.2.2) activestorage (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.2.2) railties (= 7.0.2.3)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (7.0.2.2) railties (7.0.2.3)
actionpack (= 7.0.2.2) actionpack (= 7.0.2.3)
activesupport (= 7.0.2.2) activesupport (= 7.0.2.3)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@ -244,13 +244,13 @@ DEPENDENCIES
active_model_serializers (~> 0.10) active_model_serializers (~> 0.10)
annotate (~> 3.2) annotate (~> 3.2)
bcrypt (~> 3.1) bcrypt (~> 3.1)
bootsnap (~> 1.10.3) bootsnap (~> 1.11.1)
byebug byebug
codecov (~> 0.6.0) codecov (~> 0.6.0)
delayed_cron_job (~> 0.9) delayed_cron_job (~> 0.9)
delayed_job_active_record (~> 4.1) delayed_job_active_record (~> 4.1)
factory_bot_rails (~> 6.2) factory_bot_rails (~> 6.2)
faker (~> 2.19) faker (~> 2.20)
has_scope (~> 0.8) has_scope (~> 0.8)
image_processing (~> 1.12.2) image_processing (~> 1.12.2)
mocha (~> 1.13.0) mocha (~> 1.13.0)

View file

@ -35,7 +35,7 @@
owner = "accentor"; owner = "accentor";
repo = "api"; repo = "api";
rev = "main"; rev = "main";
sha256 = "AwMvaLUkd4oLxy+vUUoDdcvAKg7zGtZYKyJSSs3mTOg="; sha256 = "5S4AJsEu6H6Y8uz7BzzbG52tF+n/75VBdlH89r6K8nw=";
}; };
}); });
webPackage = (pkgs.accentor-web.override { webPackage = (pkgs.accentor-web.override {
@ -48,7 +48,7 @@
owner = "accentor"; owner = "accentor";
repo = "web"; repo = "web";
rev = "main"; rev = "main";
sha256 = "a+2FBZfPyiQ+Si3wn286yNpM7opbRheBIeGkrYHcZ2U="; sha256 = "JiwtV3FbOtq82W+TVQpf/j0wSmAXfGB1XVAQwDp9fRE=";
}; };
}); });
}; };

View file

@ -5,10 +5,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "09zgli2dqahs3zy7y36awpcy0xps0mgr29sf6rb44gf4pzfllmrv"; sha256 = "05abj034rvyc1hgywp1gvj8bkxgp151aryxgmivxzk6sd29saq9q";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
actionmailbox = { actionmailbox = {
dependencies = [ "actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" ]; dependencies = [ "actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" ];
@ -16,10 +16,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0a9dxirl1jglng1gnb19nlxbv711b96mxzqjc5bhpmar8fa87k85"; sha256 = "0ryx9y27m6bp6mwkk0v6sq48kpvq9i15pwhfvq2gvkph1d41vx1k";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
actionmailer = { actionmailer = {
dependencies = [ "actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing" ]; dependencies = [ "actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing" ];
@ -27,10 +27,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0wlm00w2n46ijyij1pj1ki646nyf86qh9dqj43y3a1027r8a940d"; sha256 = "0qsns7caqymk0zm5nn5dylqzgjvdjs96fp8l0ycadi5j2q93klxg";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
actionpack = { actionpack = {
dependencies = [ "actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer" ]; dependencies = [ "actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer" ];
@ -38,10 +38,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0qf8hfqrs0940jjqik4dixika3mmi808dkikqfjcbvc0d9640ipw"; sha256 = "1yb36akfg61zq210sc9y1l3a0jz10m61a81iqxiczknsfh9d76rb";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
actiontext = { actiontext = {
dependencies = [ "actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri" ]; dependencies = [ "actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri" ];
@ -49,10 +49,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "1dljxklzljj77kfymmfwpsljnmiwbknnvgpcwmrvxhb96gszkngy"; sha256 = "0bky0ixc4b1si0zhywm8cds73bvxprga86yap3z8p95irarziybq";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
actionview = { actionview = {
dependencies = [ "activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer" ]; dependencies = [ "activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer" ];
@ -60,10 +60,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0q67w0y90fia7zbipap3b49rbq5yrj36ip5ab1pgz4k0aps35sn1"; sha256 = "1nldiqlj9jlnfvqblhk6c4md77nqri24ln10ajhfbgrx9b6h140h";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
active_model_serializers = { active_model_serializers = {
dependencies = [ "actionpack" "activemodel" "case_transform" "jsonapi-renderer" ]; dependencies = [ "actionpack" "activemodel" "case_transform" "jsonapi-renderer" ];
@ -82,10 +82,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "12hfz13jnxh4j5lxn9nhfaar9qcsjmwkk3x281w96mjsxajrgsyr"; sha256 = "12ycizvhxcp7mz99g6ap9y67z5n2wy0bbbm8s5il765xsfizi76k";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
activemodel = { activemodel = {
dependencies = [ "activesupport" ]; dependencies = [ "activesupport" ];
@ -93,10 +93,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "131jaswygjchf7mn998nl61bpg6qsfgyzdp3mc48q650hf5i4chk"; sha256 = "1r2657xaa6zfvp3y04nrl4hnjpvd9m9sl7hs83q4nbnclkgzhb4w";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
activerecord = { activerecord = {
dependencies = [ "activemodel" "activesupport" ]; dependencies = [ "activemodel" "activesupport" ];
@ -104,10 +104,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0czkk2wrc2h5ghn2sqzz1p0n2f8z3xbd13vc43lxgwgzcjmcy3s7"; sha256 = "104jdjghliw33zmivlmvq70l40dyyz6gh1qsb0z82n9wyp861s18";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
activestorage = { activestorage = {
dependencies = [ "actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime" ]; dependencies = [ "actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime" ];
@ -115,10 +115,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0s6ql42xa89bc8gl6sxr23llzkg4a4716p1d6rghqbyvkwm095vr"; sha256 = "143bfqq9m1mvmvm4s7qvgqzfl8fqa46a45kz5f4v0zfbflqx6f6v";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
activesupport = { activesupport = {
dependencies = [ "concurrent-ruby" "i18n" "minitest" "tzinfo" ]; dependencies = [ "concurrent-ruby" "i18n" "minitest" "tzinfo" ];
@ -126,10 +126,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "1zdj3sc0l88jck9sl099vwxf3fc7bk5cs37f5wmq728blrp3s8y0"; sha256 = "1jpydd414j0fig3r0f6ci67mchclg6cq2qgqbq9zplrbg40pzfi8";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
annotate = { annotate = {
dependencies = [ "activerecord" "rake" ]; dependencies = [ "activerecord" "rake" ];
@ -168,10 +168,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "053hx5hz1zdcqwywlnabzf0gkrrchhzh66p1bfzvrryb075lsqm1"; sha256 = "0bjhh8pngmvnrsri2h6a753pgv0xdkbbgi1bmv6c7q137sp37jbg";
type = "gem"; type = "gem";
}; };
version = "1.10.3"; version = "1.11.1";
}; };
builder = { builder = {
groups = [ "default" "development" "test" ]; groups = [ "default" "development" "test" ];
@ -348,10 +348,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0hb9wfxyb4ss2vl2mrj1zgdk7dh4yaxghq22gbx62yxj5yb9w4zw"; sha256 = "1694ndj701a8q4c4bwxz53kx94ih1rr4pgr4gk7a6c8k4jsbjgwi";
type = "gem"; type = "gem";
}; };
version = "2.19.0"; version = "2.20.0";
}; };
ffi = { ffi = {
groups = [ "default" ]; groups = [ "default" ];
@ -631,10 +631,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0qqky1q9xhji017q1apx9w81qdlwpm6ix3amhikjy416hxxmhcj1"; sha256 = "090c3kazlmiizp25las7dgi8wlc11s29nrs2gy3qrp1z8qikgcmb";
type = "gem"; type = "gem";
}; };
version = "1.3.3"; version = "1.3.4";
}; };
puma = { puma = {
dependencies = [ "nio4r" ]; dependencies = [ "nio4r" ];
@ -716,10 +716,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0zziyr3vhxn1said316wrkymsysq7q1ici33rx10l4p2648y54rk"; sha256 = "10x2vb9rd3zpnp6f9vv60kmv9hlrcg4dxk9z5vhcdpkjbh3j8kpf";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
rails-dom-testing = { rails-dom-testing = {
dependencies = [ "activesupport" "nokogiri" ]; dependencies = [ "activesupport" "nokogiri" ];
@ -749,10 +749,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "0wsdd22xy114c14hb8hqvg5riawik6xlgk73b9b8jk23vrhwm1n7"; sha256 = "12jxqfalhac6q3v0rasm5r5c406knngrgdblhl41m753gn9hrzx4";
type = "gem"; type = "gem";
}; };
version = "7.0.2.2"; version = "7.0.2.3";
}; };
rainbow = { rainbow = {
groups = [ "default" "development" ]; groups = [ "default" "development" ];

View file

@ -23,7 +23,7 @@
"vue-meta": "^2.4.0", "vue-meta": "^2.4.0",
"vue-router": "^3.5.3", "vue-router": "^3.5.3",
"vuedraggable": "^2.24.3", "vuedraggable": "^2.24.3",
"vuetify": "^2.6.3", "vuetify": "^2.6.4",
"vuex": "^3.6.2", "vuex": "^3.6.2",
"vuex-persist": "^3.1.3" "vuex-persist": "^3.1.3"
}, },

View file

@ -6155,10 +6155,10 @@ vuetify-loader@^1.7.3:
file-loader "^6.2.0" file-loader "^6.2.0"
loader-utils "^2.0.0" loader-utils "^2.0.0"
vuetify@^2.6.3: vuetify@^2.6.4:
version "2.6.3" version "2.6.4"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.3.tgz#b33ede2da958a40c6ced0ad1f4eda737984b3967" resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.4.tgz#18052f77492d32856fea35c910755075ff32acc9"
integrity sha512-Zfiz2DZnp1DvxqGaSCGqGjv4mPNAurJJ5Xwy7bzNzIySGLlRdlO8UH6aNWnSgfaAsLP3voxadSGDm6tKM8Ys7w== integrity sha512-2wEzU/Gz39gQCxK93xoiWPKCHQUnyUKWd81wB7Q7hfYJWu5QOWQXYlF0X/BgUZzf8IOyHWKiSNEAfEe9OE3b4w==
vuex-persist@^3.1.3: vuex-persist@^3.1.3:
version "3.1.3" version "3.1.3"

View file

@ -6802,11 +6802,11 @@
}; };
} }
{ {
name = "vuetify___vuetify_2.6.3.tgz"; name = "vuetify___vuetify_2.6.4.tgz";
path = fetchurl { path = fetchurl {
name = "vuetify___vuetify_2.6.3.tgz"; name = "vuetify___vuetify_2.6.4.tgz";
url = "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.3.tgz"; url = "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.4.tgz";
sha512 = "Zfiz2DZnp1DvxqGaSCGqGjv4mPNAurJJ5Xwy7bzNzIySGLlRdlO8UH6aNWnSgfaAsLP3voxadSGDm6tKM8Ys7w=="; sha512 = "2wEzU/Gz39gQCxK93xoiWPKCHQUnyUKWd81wB7Q7hfYJWu5QOWQXYlF0X/BgUZzf8IOyHWKiSNEAfEe9OE3b4w==";
}; };
} }
{ {