Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-01-10 14:48:15 +01:00
parent dba33a21f7
commit 1eb06ea9a5
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 1570 additions and 1573 deletions

View file

@ -47,7 +47,7 @@
owner = "accentor";
repo = "web";
rev = "main";
sha256 = "FynCL/jc6P2IUyPSJtSX4Qqhwc7dkHcONTR5s8U4I3E=";
sha256 = "ZJ2aZeTpYxt5aiGDg0RaGoe2CxlY6srfs0V97xk8s7M=";
};
});
};

File diff suppressed because it is too large Load diff

View file

@ -19,11 +19,11 @@
"roboto-fontface": "^0.10.0",
"vue": "^2.6.14",
"vue-global-events": "^1.2.1",
"vue-i18n": "^8.26.7",
"vue-i18n": "^8.26.8",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.3",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.1",
"vuetify": "^2.6.2",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
@ -39,7 +39,7 @@
"eslint-plugin-vue": "^8.2.0",
"eslint-plugin-vuetify": "^1.1.0",
"prettier": "^2.5.1",
"sass": "^1.45.1",
"sass": "^1.47.0",
"sass-loader": "^10.1.1",
"vue-cli-plugin-i18n": "^2.3.1",
"vue-cli-plugin-vuetify": "^2.4.5",

View file

@ -7321,10 +7321,10 @@ sass-loader@^10.1.1:
schema-utils "^3.0.0"
semver "^7.3.2"
sass@^1.45.1:
version "1.45.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.45.1.tgz#fa03951f924d1ba5762949567eaf660e608a1ab0"
integrity sha512-pwPRiq29UR0o4X3fiQyCtrESldXvUQAAE0QmcJTpsI4kuHHcLzZ54M1oNBVIXybQv8QF2zfkpFcTxp8ta97dUA==
sass@^1.47.0:
version "1.47.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.47.0.tgz#c22dd0eed2e4a991430dae0b03c8e694bc41c2b4"
integrity sha512-GtXwvwgD7/6MLUZPnlA5/8cdRgC9SzT5kAnnJMRmEZQFRE3J56Foswig4NyyyQGsnmNvg6EUM/FP0Pe9Y2zywQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
@ -8513,10 +8513,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.26.7:
version "8.26.7"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.26.7.tgz#adfd48373449fe31438c48e3b3bd43044dc3a681"
integrity sha512-7apa5PvRg1YCLoraE3lOgpCG8hJGupLCtywQWedWsgBbvF0TOgFvhitqK9xRH0PBGG1G8aiJz9oklyNDFfDxLg==
vue-i18n@^8.17.0, vue-i18n@^8.26.8:
version "8.26.8"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.26.8.tgz#afe936adbf96ff0e9808e04845b8f41cc21c666f"
integrity sha512-BN2OXolO15AKS95yNF8oOtARibaO6RxyKkAYNV4XpOmL7S4eVZYMIDtyvDv+XGZaiUmBJSH9mdNqzexvGMnK2A==
"vue-loader-v16@npm:vue-loader@^16.1.0":
version "16.2.0"
@ -8592,10 +8592,10 @@ vuetify-loader@^1.7.3:
file-loader "^6.2.0"
loader-utils "^2.0.0"
vuetify@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.1.tgz#5cdd26c51980618b0b92625a2829cd4956813eaa"
integrity sha512-WtqarqEIJlhiwl1TShtkq58xtfbHpn4BjkuQtsL7mAs2eHCo7QjA3tUm7Dx/NmDc4wa2ghUUth36jTdG+CCWRg==
vuetify@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.2.tgz#1ed4d3c9e734d55202bd566b789cce0e0013279a"
integrity sha512-nx3uZkO8MZNMshUEh1xKaQ1hQYepNwWFn3FVxKt+XBVf7ZFscd0GS/a3KZo4B3baXQmziCQAZKNIQF5IWeaIUw==
vuex-persist@^3.1.3:
version "3.1.3"

File diff suppressed because it is too large Load diff