Update accentor
This commit is contained in:
parent
13541ac46c
commit
781f14fbf4
7 changed files with 26 additions and 26 deletions
|
@ -129,7 +129,7 @@ GEM
|
|||
mini_portile2 (~> 2.5.0)
|
||||
racc (~> 1.4)
|
||||
parallel (1.20.1)
|
||||
parser (3.0.1.1)
|
||||
parser (3.0.2.0)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.2.3)
|
||||
puma (5.3.2)
|
||||
|
@ -175,7 +175,7 @@ GEM
|
|||
ffi (~> 1.0)
|
||||
regexp_parser (2.1.1)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.18.2)
|
||||
rubocop (1.18.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
@ -184,11 +184,11 @@ GEM
|
|||
rubocop-ast (>= 1.7.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.7.0)
|
||||
rubocop-ast (1.8.0)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-minitest (0.14.0)
|
||||
rubocop (>= 0.90, < 2.0)
|
||||
rubocop-rails (2.11.2)
|
||||
rubocop-rails (2.11.3)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
|
|
|
@ -7,7 +7,7 @@ let
|
|||
owner = "accentor";
|
||||
repo = "web";
|
||||
rev = "develop";
|
||||
sha256 = "189ws92787a38p4c9bgwf1mk9sz13r0b7dclanhscd508wp7k658";
|
||||
sha256 = "0bw6f81fb15f17zm2g7xf2zd3mz8q4xl3s3fq96a3sq2yn8l4zqf";
|
||||
};
|
||||
packageJSON = ./package.json;
|
||||
yarnLock = ./yarn.lock;
|
||||
|
@ -26,7 +26,7 @@ let
|
|||
owner = "accentor";
|
||||
repo = "api";
|
||||
rev = "develop";
|
||||
sha256 = "1s2z6k8fnffinirl11v96lbklhqrqwcpf84ccnhs6rm96f6s0kjs";
|
||||
sha256 = "03vmn2x5j07cq7iqvslap05h20cq1wf5mn24pgahb8vk41k7l5sh";
|
||||
};
|
||||
gems = pkgs.bundlerEnv {
|
||||
name = "accentor-api-env";
|
||||
|
|
|
@ -546,10 +546,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "1pxsi1i5z506xfzhiyavlasf8777h55ab40phvp7pfv9npmd5pnj";
|
||||
sha256 = "06ma6w87ph8lnc9z4hi40ynmcdnjv0p8x53x0s3fjkz4q2p6sxh5";
|
||||
type = "gem";
|
||||
};
|
||||
version = "3.0.1.1";
|
||||
version = "3.0.2.0";
|
||||
};
|
||||
pg = {
|
||||
groups = [ "default" ];
|
||||
|
@ -736,10 +736,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "1hi5zxn7wk8l6x7rs2wi7iqv87b1h4dx63m1pqzgibd3fw4rhibb";
|
||||
sha256 = "045iralskypd95f42jdgbzp0alv2q0qlvya4qm6bkahg2rfb8s1x";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.18.2";
|
||||
version = "1.18.3";
|
||||
};
|
||||
rubocop-ast = {
|
||||
dependencies = [ "parser" ];
|
||||
|
@ -747,10 +747,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "1hnrfy928mwpa0ippqs4s8xwghwwp5h853naphgqxcd53l33chlv";
|
||||
sha256 = "0dbbll8k2xqdfpirzpfl3gi4asplay25mg91510i7qb601xbjpcy";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.7.0";
|
||||
version = "1.8.0";
|
||||
};
|
||||
rubocop-minitest = {
|
||||
dependencies = [ "rubocop" ];
|
||||
|
@ -769,10 +769,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "0js9g5l5i29519qvi7pslhzjvsi6x05ab8wlrx9nb82p2l14rgq7";
|
||||
sha256 = "0f2a1mmca9g1bi8qc9b2vj33z0j8fmwxqk18qjzxfxlppxf1ipmk";
|
||||
type = "gem";
|
||||
};
|
||||
version = "2.11.2";
|
||||
version = "2.11.3";
|
||||
};
|
||||
ruby-progressbar = {
|
||||
groups = [ "default" "development" ];
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"lodash.debounce": "^4.0.8",
|
||||
"roboto-fontface": "^0.10.0",
|
||||
"vue": "^2.6.14",
|
||||
"vue-i18n": "^8.24.5",
|
||||
"vue-i18n": "^8.25.0",
|
||||
"vue-meta": "^2.4.0",
|
||||
"vue-router": "^3.5.2",
|
||||
"vuedraggable": "^2.24.3",
|
||||
|
|
|
@ -8361,10 +8361,10 @@ vue-i18n-extract@1.0.2:
|
|||
is-valid-glob "^1.0.0"
|
||||
yargs "^13.2.2"
|
||||
|
||||
vue-i18n@^8.17.0, vue-i18n@^8.24.5:
|
||||
version "8.24.5"
|
||||
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.24.5.tgz#7127a666d5be2199be69be39e439a419a90ff931"
|
||||
integrity sha512-p8W5xOmniuZ8fj76VXe0vBL3bRWVU87jHuC/v8VwmhKVH2iMQsKnheB1U+umxDBqC/5g9K+NwzokepcLxnBAVQ==
|
||||
vue-i18n@^8.17.0, vue-i18n@^8.25.0:
|
||||
version "8.25.0"
|
||||
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.25.0.tgz#1037d9295fa2845a230b771de473481edb2cfc4c"
|
||||
integrity sha512-ynhcL+PmTxuuSE1T10htiSXzjBozxYIE3ffbM1RfgAkVbr/v1SP+9Mi/7/uv8ZVV1yGuKjFAYp9BXq+X7op6MQ==
|
||||
|
||||
"vue-loader-v16@npm:vue-loader@^16.1.0":
|
||||
version "16.2.0"
|
||||
|
|
|
@ -9090,11 +9090,11 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
name = "vue_i18n___vue_i18n_8.24.5.tgz";
|
||||
name = "vue_i18n___vue_i18n_8.25.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "vue_i18n___vue_i18n_8.24.5.tgz";
|
||||
url = "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.24.5.tgz";
|
||||
sha1 = "7127a666d5be2199be69be39e439a419a90ff931";
|
||||
name = "vue_i18n___vue_i18n_8.25.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.25.0.tgz";
|
||||
sha1 = "1037d9295fa2845a230b771de473481edb2cfc4c";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue