Update accentor
This commit is contained in:
parent
f8be85ceaa
commit
7c85b91546
8 changed files with 48 additions and 48 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -42,11 +42,11 @@
|
|||
},
|
||||
"emacs-overlay": {
|
||||
"locked": {
|
||||
"lastModified": 1628846943,
|
||||
"narHash": "sha256-0jnjXLvNBBcR+tUZnFxdFjEHKgDeFTl7YGnz7qZUqfE=",
|
||||
"lastModified": 1628905381,
|
||||
"narHash": "sha256-ux/IlfwWyizMbrFkwa9JYWCynjIECyPLjqNq492YDuw=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "a0ca2c855f2f0a21a8b3989e8ceee6f2f823027e",
|
||||
"rev": "72646d7b9b15719efaea2c8254345c28622eb1b1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -51,7 +51,7 @@ end
|
|||
|
||||
group :development do
|
||||
gem 'annotate', '~> 3.1' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
|
||||
gem 'rubocop-minitest', '~> 0.14.0'
|
||||
gem 'rubocop-minitest', '~> 0.15.0'
|
||||
gem 'rubocop-rails', '~> 2.11'
|
||||
|
||||
gem 'listen', '>= 3.1.5', '< 3.7'
|
||||
|
|
|
@ -134,7 +134,7 @@ GEM
|
|||
pg (1.2.3)
|
||||
puma (5.4.0)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.1.0)
|
||||
pundit (2.1.1)
|
||||
activesupport (>= 3.0.0)
|
||||
racc (1.5.2)
|
||||
rack (2.2.3)
|
||||
|
@ -175,18 +175,18 @@ GEM
|
|||
ffi (~> 1.0)
|
||||
regexp_parser (2.1.1)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.18.3)
|
||||
rubocop (1.19.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml
|
||||
rubocop-ast (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 1.9.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.8.0)
|
||||
rubocop-ast (1.10.0)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-minitest (0.14.0)
|
||||
rubocop-minitest (0.15.0)
|
||||
rubocop (>= 0.90, < 2.0)
|
||||
rubocop-rails (2.11.3)
|
||||
activesupport (>= 4.2.0)
|
||||
|
@ -220,7 +220,7 @@ GEM
|
|||
websocket-driver (0.7.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
will_paginate (3.3.0)
|
||||
will_paginate (3.3.1)
|
||||
zeitwerk (2.4.2)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -246,7 +246,7 @@ DEPENDENCIES
|
|||
pundit (~> 2.1)
|
||||
rack-cors (~> 1.1)
|
||||
rails (~> 6.1)
|
||||
rubocop-minitest (~> 0.14.0)
|
||||
rubocop-minitest (~> 0.15.0)
|
||||
rubocop-rails (~> 2.11)
|
||||
simplecov (~> 0.21)
|
||||
spring (~> 2.1)
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
owner = "accentor";
|
||||
repo = "api";
|
||||
rev = "main";
|
||||
sha256 = "q33YjcOM0l9ZlrmD1i7sNiWeehzLfOSzuL5qnimQ7Ik=";
|
||||
sha256 = "44G1y+bXBSqSaTdOObV/jcrOZBiynx7JYjrV3/Ae90Y=";
|
||||
};
|
||||
});
|
||||
webPackage = (pkgs.accentor-web.override {
|
||||
|
@ -43,7 +43,7 @@
|
|||
owner = "accentor";
|
||||
repo = "web";
|
||||
rev = "main";
|
||||
sha256 = "I2TlA4ENhD5sXlZmj5BNR4F9N6Nnp1K2mtmpyYRkEIM=";
|
||||
sha256 = "BQGMPymhJC5xrjiaU9oNL1eC2kgRLNqSTGluKPQkFsk=";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
|
@ -578,10 +578,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "18kwm5rkazb89yf792y3fxqihcxw2vdy7k1w542s4hg82ibfpyx3";
|
||||
sha256 = "1i3rccbzyw46xrx1ic95r11v15ia2kj8naiyi68gdvxfrisk1fxm";
|
||||
type = "gem";
|
||||
};
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
};
|
||||
racc = {
|
||||
groups = [ "default" "development" "test" ];
|
||||
|
@ -736,10 +736,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "045iralskypd95f42jdgbzp0alv2q0qlvya4qm6bkahg2rfb8s1x";
|
||||
sha256 = "05m76rnphvdba382rm3q5fljl7fi8swwsn6brx03wql10lz7p9jf";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.18.3";
|
||||
version = "1.19.0";
|
||||
};
|
||||
rubocop-ast = {
|
||||
dependencies = [ "parser" ];
|
||||
|
@ -747,10 +747,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "0dbbll8k2xqdfpirzpfl3gi4asplay25mg91510i7qb601xbjpcy";
|
||||
sha256 = "0x6za0j9wwxr14rkkkmpbnwj04lak4yjmkyrdl8c31m9acba80zw";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.8.0";
|
||||
version = "1.10.0";
|
||||
};
|
||||
rubocop-minitest = {
|
||||
dependencies = [ "rubocop" ];
|
||||
|
@ -758,10 +758,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "1sf8s0iiwzv7k7vk3gb7483anf5gxh7wp7jf7d26ga5z4lzrsfd8";
|
||||
sha256 = "0b8xb96q5qpzglnrax0yz2bcx4k2872s7yz2gvajnibwj3q1123g";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.14.0";
|
||||
version = "0.15.0";
|
||||
};
|
||||
rubocop-rails = {
|
||||
dependencies = [ "activesupport" "rack" "rubocop" ];
|
||||
|
@ -936,10 +936,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "10qk4mf3rfc0vr26j0ba6vcz7407rdjfn13ph690pkzr94rv8bay";
|
||||
sha256 = "07d7wkxnx0h7dysjny2gw4z5rygdwx1nmjmg5p1x1b9p22wais9l";
|
||||
type = "gem";
|
||||
};
|
||||
version = "3.3.0";
|
||||
version = "3.3.1";
|
||||
};
|
||||
zeitwerk = {
|
||||
groups = [ "default" "development" "test" ];
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-vue": "^7.15.1",
|
||||
"eslint-plugin-vue": "^7.16.0",
|
||||
"eslint-plugin-vuetify": "^1.0.1",
|
||||
"prettier": "^2.3.2",
|
||||
"sass": "^1.37.5",
|
||||
"sass-loader": "^10.1.1",
|
||||
"vue-cli-plugin-i18n": "^2.1.2",
|
||||
"vue-cli-plugin-i18n": "^2.1.3",
|
||||
"vue-cli-plugin-vuetify": "^2.4.2",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"vuetify-loader": "^1.7.2",
|
||||
|
|
|
@ -3479,10 +3479,10 @@ eslint-plugin-prettier@^3.4.0:
|
|||
dependencies:
|
||||
prettier-linter-helpers "^1.0.0"
|
||||
|
||||
eslint-plugin-vue@^7.0.0, eslint-plugin-vue@^7.15.1:
|
||||
version "7.15.1"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz#699c1f3ce2032ea8843b8d5d1adb863b7979965c"
|
||||
integrity sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw==
|
||||
eslint-plugin-vue@^7.0.0, eslint-plugin-vue@^7.16.0:
|
||||
version "7.16.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.16.0.tgz#7fe9fea039a190b108319c1380adf543ef57707d"
|
||||
integrity sha512-0E2dVvVC7I2Xm1HXyx+ZwPj9CNX4NJjs4K4r+GVsHWyt5Pew3JLD4fI7A91b2jeL0TXE7LlszrwLSTJU9eqehw==
|
||||
dependencies:
|
||||
eslint-utils "^2.1.0"
|
||||
natural-compare "^1.4.0"
|
||||
|
@ -8206,9 +8206,9 @@ url-loader@^2.2.0:
|
|||
schema-utils "^2.5.0"
|
||||
|
||||
url-parse@^1.4.3, url-parse@^1.5.1:
|
||||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
|
||||
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
|
||||
version "1.5.3"
|
||||
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
|
||||
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
|
||||
dependencies:
|
||||
querystringify "^2.1.1"
|
||||
requires-port "^1.0.0"
|
||||
|
@ -8315,10 +8315,10 @@ vm-browserify@^1.0.1:
|
|||
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
|
||||
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
|
||||
|
||||
vue-cli-plugin-i18n@^2.1.2:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/vue-cli-plugin-i18n/-/vue-cli-plugin-i18n-2.1.2.tgz#9b24dd0687a36bbf3dd68f1925495ff9eb2cc0e3"
|
||||
integrity sha512-g4utJuhXL8SA1bgcaPSUxlaYHCJsD/n5Z7qN57Bfv1hyZSuHjCnUAhLCGxdGUN7HrX0XmkUd8gx31uX3c1s6KA==
|
||||
vue-cli-plugin-i18n@^2.1.3:
|
||||
version "2.1.3"
|
||||
resolved "https://registry.yarnpkg.com/vue-cli-plugin-i18n/-/vue-cli-plugin-i18n-2.1.3.tgz#7b05a71bb1aec9e9cdc6966c55881be49797b2e0"
|
||||
integrity sha512-PLTWbZHrMhKjET8yfl5XTFsbV+AVBrWJ6p2CQBB+zcDgEfkNlPqyrqSE/1ZtdXt4OzySHHZkt4W/ASg8BRoezQ==
|
||||
dependencies:
|
||||
debug "^4.3.0"
|
||||
deepmerge "^4.2.0"
|
||||
|
|
|
@ -3538,11 +3538,11 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
name = "eslint_plugin_vue___eslint_plugin_vue_7.15.1.tgz";
|
||||
name = "eslint_plugin_vue___eslint_plugin_vue_7.16.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "eslint_plugin_vue___eslint_plugin_vue_7.15.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz";
|
||||
sha1 = "699c1f3ce2032ea8843b8d5d1adb863b7979965c";
|
||||
name = "eslint_plugin_vue___eslint_plugin_vue_7.16.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.16.0.tgz";
|
||||
sha1 = "7fe9fea039a190b108319c1380adf543ef57707d";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
@ -8922,11 +8922,11 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
name = "url_parse___url_parse_1.5.1.tgz";
|
||||
name = "url_parse___url_parse_1.5.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "url_parse___url_parse_1.5.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz";
|
||||
sha1 = "d5fa9890af8a5e1f274a2c98376510f6425f6e3b";
|
||||
name = "url_parse___url_parse_1.5.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz";
|
||||
sha1 = "71c1303d38fb6639ade183c2992c8cc0686df862";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
@ -9058,11 +9058,11 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
name = "vue_cli_plugin_i18n___vue_cli_plugin_i18n_2.1.2.tgz";
|
||||
name = "vue_cli_plugin_i18n___vue_cli_plugin_i18n_2.1.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "vue_cli_plugin_i18n___vue_cli_plugin_i18n_2.1.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/vue-cli-plugin-i18n/-/vue-cli-plugin-i18n-2.1.2.tgz";
|
||||
sha1 = "9b24dd0687a36bbf3dd68f1925495ff9eb2cc0e3";
|
||||
name = "vue_cli_plugin_i18n___vue_cli_plugin_i18n_2.1.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/vue-cli-plugin-i18n/-/vue-cli-plugin-i18n-2.1.3.tgz";
|
||||
sha1 = "7b05a71bb1aec9e9cdc6966c55881be49797b2e0";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue