Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-07-10 16:50:42 +02:00
parent b6a215d988
commit 8e3600d0b5
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 34 additions and 33 deletions

View file

@ -7,7 +7,7 @@ let
owner = "accentor"; owner = "accentor";
repo = "web"; repo = "web";
rev = "develop"; rev = "develop";
sha256 = "0z5a3jwi93rriq5hvdqv53421jj9pg5651nam6h9krj6zhr93fs3"; sha256 = "1n0z8ld2lkk0nihfcjkz9ls5qqyl3hbbdb231ibnz0w1w73apl83";
}; };
packageJSON = ./package.json; packageJSON = ./package.json;
yarnLock = ./yarn.lock; yarnLock = ./yarn.lock;
@ -26,7 +26,7 @@ let
owner = "accentor"; owner = "accentor";
repo = "api"; repo = "api";
rev = "develop"; rev = "develop";
sha256 = "06amrzlaai7sxpyqjffpympp1fx6wzdr45jxrxcf10xd3k7g7djy"; sha256 = "0zjqwidvblfcliih39whx14kf87kirrhyhzaw3r69nnhxzai74va";
}; };
gems = pkgs.bundlerEnv { gems = pkgs.bundlerEnv {
name = "accentor-api-env"; name = "accentor-api-env";

View file

@ -31,10 +31,10 @@
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.12.1", "eslint-plugin-vue": "^7.13.0",
"eslint-plugin-vuetify": "^1.0.1", "eslint-plugin-vuetify": "^1.0.1",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"sass": "^1.35.1", "sass": "^1.35.2",
"sass-loader": "^10.1.1", "sass-loader": "^10.1.1",
"vue-cli-plugin-i18n": "^2.1.0", "vue-cli-plugin-i18n": "^2.1.0",
"vue-cli-plugin-vuetify": "^2.4.1", "vue-cli-plugin-vuetify": "^2.4.1",

View file

@ -3472,15 +3472,15 @@ eslint-plugin-prettier@^3.4.0:
dependencies: dependencies:
prettier-linter-helpers "^1.0.0" prettier-linter-helpers "^1.0.0"
eslint-plugin-vue@^7.0.0, eslint-plugin-vue@^7.12.1: eslint-plugin-vue@^7.0.0, eslint-plugin-vue@^7.13.0:
version "7.12.1" version "7.13.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.12.1.tgz#ef6499ce4fe0566659c8e12c71713f5308630a76" resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.13.0.tgz#6f3d232bf1fcd0428353b0d581ebaca1c5dbc17a"
integrity sha512-xHf/wCt88qmzqQerjaSteUFGASj7fPreglKD4ijnvoKRkoSJ3/H3kuJE8QFFtc+2wjw6hRDs834HH7vpuTJQzg== integrity sha512-u0+jL8h2MshRuMTCLslktxRsPTjlENNcNufhgHu01N982DmHVdeFniyMPoVLLRjACQOwdz3FdlsgYGBMBG+AKg==
dependencies: dependencies:
eslint-utils "^2.1.0" eslint-utils "^2.1.0"
natural-compare "^1.4.0" natural-compare "^1.4.0"
semver "^7.3.2" semver "^7.3.2"
vue-eslint-parser "^7.6.0" vue-eslint-parser "^7.8.0"
eslint-plugin-vuetify@^1.0.1: eslint-plugin-vuetify@^1.0.1:
version "1.0.1" version "1.0.1"
@ -3498,7 +3498,7 @@ eslint-scope@^4.0.3:
esrecurse "^4.1.0" esrecurse "^4.1.0"
estraverse "^4.1.1" estraverse "^4.1.1"
eslint-scope@^5.0.0: eslint-scope@^5.0.0, eslint-scope@^5.1.1:
version "5.1.1" version "5.1.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@ -5306,7 +5306,7 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.3: lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3:
version "4.17.21" version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@ -7170,10 +7170,10 @@ sass-loader@^10.1.1:
schema-utils "^3.0.0" schema-utils "^3.0.0"
semver "^7.3.2" semver "^7.3.2"
sass@^1.35.1: sass@^1.35.2:
version "1.35.1" version "1.35.2"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.1.tgz#90ecf774dfe68f07b6193077e3b42fb154b9e1cd" resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.2.tgz#b732314fcdaf7ef8d0f1698698adc378043cb821"
integrity sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ== integrity sha512-jhO5KAR+AMxCEwIH3v+4zbB2WB0z67V1X0jbapfVwQQdjHZUGUyukpnoM6+iCMfsIUC016w9OPKQ5jrNOS9uXw==
dependencies: dependencies:
chokidar ">=3.0.0 <4.0.0" chokidar ">=3.0.0 <4.0.0"
@ -8312,17 +8312,18 @@ vue-cli-plugin-vuetify@^2.4.1:
semver "^7.1.2" semver "^7.1.2"
shelljs "^0.8.3" shelljs "^0.8.3"
vue-eslint-parser@^7.6.0: vue-eslint-parser@^7.8.0:
version "7.6.0" version "7.8.0"
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561" resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.8.0.tgz#43850bf856c9a69d62c0e12769609c338423684b"
integrity sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA== integrity sha512-ehmmrLZNYLUoKayvVW8l8HyPQIfuYZHiJoQLRP3dapDlTU7bGs4tqIKVGdAEpMuXS/b4R/PImCt7Tkj4UhX1SQ==
dependencies: dependencies:
debug "^4.1.1" debug "^4.1.1"
eslint-scope "^5.0.0" eslint-scope "^5.1.1"
eslint-visitor-keys "^1.1.0" eslint-visitor-keys "^1.1.0"
espree "^6.2.1" espree "^6.2.1"
esquery "^1.4.0" esquery "^1.4.0"
lodash "^4.17.15" lodash "^4.17.21"
semver "^6.3.0"
vue-hot-reload-api@^2.3.0: vue-hot-reload-api@^2.3.0:
version "2.3.4" version "2.3.4"

View file

@ -3530,11 +3530,11 @@
}; };
} }
{ {
name = "eslint_plugin_vue___eslint_plugin_vue_7.12.1.tgz"; name = "eslint_plugin_vue___eslint_plugin_vue_7.13.0.tgz";
path = fetchurl { path = fetchurl {
name = "eslint_plugin_vue___eslint_plugin_vue_7.12.1.tgz"; name = "eslint_plugin_vue___eslint_plugin_vue_7.13.0.tgz";
url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.12.1.tgz"; url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.13.0.tgz";
sha1 = "ef6499ce4fe0566659c8e12c71713f5308630a76"; sha1 = "6f3d232bf1fcd0428353b0d581ebaca1c5dbc17a";
}; };
} }
{ {
@ -7746,11 +7746,11 @@
}; };
} }
{ {
name = "sass___sass_1.35.1.tgz"; name = "sass___sass_1.35.2.tgz";
path = fetchurl { path = fetchurl {
name = "sass___sass_1.35.1.tgz"; name = "sass___sass_1.35.2.tgz";
url = "https://registry.yarnpkg.com/sass/-/sass-1.35.1.tgz"; url = "https://registry.yarnpkg.com/sass/-/sass-1.35.2.tgz";
sha1 = "90ecf774dfe68f07b6193077e3b42fb154b9e1cd"; sha1 = "b732314fcdaf7ef8d0f1698698adc378043cb821";
}; };
} }
{ {
@ -9042,11 +9042,11 @@
}; };
} }
{ {
name = "vue_eslint_parser___vue_eslint_parser_7.6.0.tgz"; name = "vue_eslint_parser___vue_eslint_parser_7.8.0.tgz";
path = fetchurl { path = fetchurl {
name = "vue_eslint_parser___vue_eslint_parser_7.6.0.tgz"; name = "vue_eslint_parser___vue_eslint_parser_7.8.0.tgz";
url = "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz"; url = "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.8.0.tgz";
sha1 = "01ea1a2932f581ff244336565d712801f8f72561"; sha1 = "43850bf856c9a69d62c0e12769609c338423684b";
}; };
} }
{ {