Update again.

This commit is contained in:
XhmikosR 2018-05-22 15:47:40 +03:00
parent f2aab5ea99
commit c3da2c8f31
4 changed files with 2414 additions and 2632 deletions

View File

@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.8.1'
gem 'jekyll', '~> 3.8.2'
gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.6.0'

View File

@ -8,15 +8,15 @@ GEM
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.6)
eventmachine (1.2.6-x64-mingw32)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.9.23)
ffi (1.9.23-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.1)
jekyll (3.8.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -71,10 +71,10 @@ PLATFORMS
x64-mingw32
DEPENDENCIES
jekyll (~> 3.8.1)
jekyll (~> 3.8.2)
jekyll-redirect-from (~> 0.13.0)
jekyll-sitemap (~> 1.2.0)
jekyll-toc (~> 0.6.0)
BUNDLED WITH
1.16.1
1.16.2

5012
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -91,13 +91,13 @@
"@babel/cli": "7.0.0-beta.44",
"@babel/core": "7.0.0-beta.44",
"@babel/preset-env": "7.0.0-beta.44",
"autoprefixer": "^8.4.1",
"autoprefixer": "^8.5.0",
"babel-eslint": "^8.2.3",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.15.3",
"clean-css-cli": "^4.1.11",
"cross-env": "^5.1.4",
"cross-env": "^5.1.5",
"eslint": "^4.19.1",
"eslint-plugin-compat": "^2.2.0",
"glob": "^7.1.2",
@ -105,30 +105,30 @@
"jsunitsaucelabs": "^1.3.2",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-coverage-istanbul-reporter": "^2.0.0",
"karma-detect-browsers": "^2.3.2",
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^2.0.2",
"karma-qunit": "^2.1.0",
"karma-sinon": "^1.0.5",
"node-sass": "^4.9.0",
"nodemon": "^1.17.4",
"npm-run-all": "^4.1.2",
"npm-run-all": "^4.1.3",
"popper.js": "^1.14.3",
"postcss-cli": "^5.0.0",
"qunit": "^2.6.0",
"rollup": "^0.58.2",
"qunit": "^2.6.1",
"rollup": "^0.59.2",
"rollup-plugin-babel": "4.0.0-beta.4",
"rollup-plugin-node-resolve": "^3.3.0",
"shelljs": "^0.8.1",
"shelljs": "^0.8.2",
"shx": "^0.2.2",
"sinon": "^5.0.4",
"sinon": "^5.0.7",
"sri-toolbox": "^0.2.0",
"stylelint": "^9.2.0",
"stylelint": "^9.2.1",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.0",
"uglify-js": "^3.3.23",
"uglify-js": "^3.3.26",
"vnu-jar": "^18.3.0",
"workbox-build": "^3.2.0"
},