Update dependencies and gems

* pdfmake                     ^0.1.65  →   ^0.1.66
* @babel/core                 ^7.10.3  →   ^7.10.4
* @babel/preset-env           ^7.10.3  →   ^7.10.4
* eslint                       ^7.3.1  →    ^7.4.0
* eslint-config-xo            ^0.31.0  →   ^0.32.0
* eslint-plugin-compat         ^3.7.0  →    ^3.8.0
* rollup                      ^2.18.1  →   ^2.21.0
* vnu-jar                    ^20.5.29  →  ^20.6.30
This commit is contained in:
XhmikosR 2020-07-08 16:12:57 +03:00
parent c02ab3f0cd
commit 9c878bde3a
8 changed files with 9974 additions and 5349 deletions

View file

@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 4.1.0'
gem 'jekyll', '~> 4.1.1'
gem 'jekyll-seo-tag', '~> 2.6.1'
gem 'jekyll-sitemap', '~> 1.4.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?

View file

@ -16,7 +16,7 @@ GEM
http_parser.rb (0.6.0)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
jekyll (4.1.0)
jekyll (4.1.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -39,7 +39,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.2.1)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
@ -71,7 +71,7 @@ PLATFORMS
x64-mingw32
DEPENDENCIES
jekyll (~> 4.1.0)
jekyll (~> 4.1.1)
jekyll-seo-tag (~> 2.6.1)
jekyll-sitemap (~> 1.4.0)
wdm (~> 0.1.1)

1113
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -117,7 +117,7 @@
"jszip": "^3.5.0",
"moment": "^2.24.0",
"overlayscrollbars": "^1.12.0",
"pdfmake": "^0.1.65",
"pdfmake": "^0.1.66",
"popper.js": "^1.16.1",
"raphael": "^2.3.0",
"select2": "^4.0.13",
@ -128,16 +128,16 @@
"toastr": "^2.1.4"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-babel": "^5.0.4",
"autoprefixer": "^9.8.4",
"browser-sync": "^2.26.7",
"bundlewatch": "^0.2.7",
"clean-css-cli": "^4.3.0",
"eslint": "^7.3.1",
"eslint-config-xo": "^0.31.0",
"eslint-plugin-compat": "^3.7.0",
"eslint": "^7.4.0",
"eslint-config-xo": "^0.32.0",
"eslint-plugin-compat": "^3.8.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-unicorn": "^20.1.0",
"node-sass": "^4.14.1",
@ -145,10 +145,10 @@
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.1",
"rollup": "^2.18.1",
"rollup": "^2.21.0",
"stylelint": "^13.6.1",
"stylelint-config-twbs-bootstrap": "^2.0.3",
"terser": "^4.8.0",
"vnu-jar": "^20.5.29"
"vnu-jar": "^20.6.30"
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long