js: update yarn packages.

This commit is contained in:
evazion
2019-08-18 03:50:43 -05:00
parent 59b277ead1
commit f2937e3d27
3 changed files with 366 additions and 351 deletions

View File

@@ -3,9 +3,11 @@ import SavedSearch from './saved_searches'
let Autocomplete = {};
/* eslint-disable */
Autocomplete.METATAGS = <%= Tag::METATAGS.to_json.html_safe %>;
Autocomplete.TAG_CATEGORIES = <%= TagCategory.mapping.to_json.html_safe %>;
Autocomplete.ORDER_METATAGS = <%= Tag::ORDER_METATAGS.to_json.html_safe %>;
/* eslint-enable */
Autocomplete.TAG_PREFIXES = "-|~|" + Object.keys(Autocomplete.TAG_CATEGORIES).map(category => category + ":").join("|");
Autocomplete.TAG_PREFIXES_REGEX = new RegExp("^(" + Autocomplete.TAG_PREFIXES + ")(.*)$", "i");

View File

@@ -10,17 +10,17 @@
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2",
"qtip2": "^3.0.3",
"rails-erb-loader": "^5.4.2",
"rails-erb-loader": "^5.5.0",
"script-loader": "^0.7.2",
"spark-md5": "^3.0.0",
"stupid-table-plugin": "^1.1.3",
"webpack-cli": "^3.0.8"
"webpack-cli": "^3.3.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-loader": "^2.1.0",
"eslint": "^6.0.0",
"eslint-loader": "^2.2.0",
"eslint-plugin-ignore-erb": "^0.1.1",
"webpack-dev-server": "^3.1.11"
"webpack-dev-server": "^3.8.0"
},
"scripts": {
"lint": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts"

705
yarn.lock

File diff suppressed because it is too large Load Diff