Skip to content

Commit

Permalink
Update devDependencies and gems. (#25502)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jan 30, 2018
1 parent f76e1f6 commit e559034
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 47 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.7.0'
gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.5.1'
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ GEM
ffi (1.9.18-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.1)
i18n (0.9.3)
concurrent-ruby (~> 1.0)
jekyll (3.7.0)
jekyll (3.7.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -33,7 +33,7 @@ GEM
jekyll (~> 3.3)
jekyll-sass-converter (1.5.1)
sass (~> 3.4)
jekyll-sitemap (1.1.1)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-toc (0.5.1)
nokogiri (~> 1.6)
Expand All @@ -47,9 +47,9 @@ GEM
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.3.0)
nokogiri (1.8.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.1-x64-mingw32)
nokogiri (1.8.2-x64-mingw32)
mini_portile2 (~> 2.3.0)
pathutil (0.16.1)
forwardable-extended (~> 2.6)
Expand All @@ -73,7 +73,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 3.7.0)
jekyll-redirect-from (~> 0.13.0)
jekyll-sitemap (~> 1.1.1)
jekyll-sitemap (~> 1.2.0)
jekyll-toc (~> 0.5.1)

BUNDLED WITH
Expand Down
84 changes: 47 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"clean-css-cli": "^4.1.10",
"cross-env": "^5.1.3",
"eslint": "^4.16.0",
"eslint-plugin-compat": "^2.1.0",
"eslint-plugin-compat": "^2.2.0",
"glob": "^7.1.2",
"htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.3.0",
Expand All @@ -110,7 +110,7 @@
"popper.js": "^1.12.9",
"postcss-cli": "^4.1.1",
"qunitjs": "^2.4.1",
"rollup": "^0.54.1",
"rollup": "^0.55.1",
"rollup-plugin-babel": "4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.2",
"shelljs": "^0.8.1",
Expand All @@ -121,7 +121,7 @@
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.8.0",
"stylelint-scss": "^2.2.0",
"uglify-js": "^3.3.8",
"uglify-js": "^3.3.9",
"vnu-jar": "^17.11.1",
"workbox-build": "^2.1.2"
},
Expand Down

0 comments on commit e559034

Please sign in to comment.