Unverified Commit 3a0f8d73 authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

Update devDependencies and gems. (#24940)

parent 2a121157
Showing with 483 additions and 457 deletions
+483 -457
...@@ -2,7 +2,7 @@ source 'https://rubygems.org' ...@@ -2,7 +2,7 @@ source 'https://rubygems.org'
group :development, :test do group :development, :test do
gem 'jekyll', '~> 3.6.2' gem 'jekyll', '~> 3.6.2'
gem 'jekyll-redirect-from', '~> 0.12.1' gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.1.1' gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-toc', '~> 0.4.0' gem 'jekyll-toc', '~> 0.5.0.rc'
end end
...@@ -18,21 +18,22 @@ GEM ...@@ -18,21 +18,22 @@ GEM
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 1.7, < 3) rouge (>= 1.7, < 3)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-redirect-from (0.12.1) jekyll-redirect-from (0.13.0)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-sass-converter (1.5.0) jekyll-sass-converter (1.5.1)
sass (~> 3.4) sass (~> 3.4)
jekyll-sitemap (1.1.1) jekyll-sitemap (1.1.1)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-toc (0.4.0) jekyll-toc (0.5.0.rc)
nokogiri (~> 1.6) nokogiri (~> 1.6)
jekyll-watch (1.5.0) jekyll-watch (1.5.1)
listen (~> 3.0, < 3.1) listen (~> 3.0)
kramdown (1.16.1) kramdown (1.16.2)
liquid (4.0.0) liquid (4.0.0)
listen (3.0.8) listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6) mercenary (0.3.6)
mini_portile2 (2.3.0) mini_portile2 (2.3.0)
nokogiri (1.8.1) nokogiri (1.8.1)
...@@ -46,6 +47,7 @@ GEM ...@@ -46,6 +47,7 @@ GEM
rb-inotify (0.9.10) rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2) ffi (>= 0.5.0, < 2)
rouge (2.2.1) rouge (2.2.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.5.3) sass (3.5.3)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
...@@ -59,9 +61,9 @@ PLATFORMS ...@@ -59,9 +61,9 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jekyll (~> 3.6.2) jekyll (~> 3.6.2)
jekyll-redirect-from (~> 0.12.1) jekyll-redirect-from (~> 0.13.0)
jekyll-sitemap (~> 1.1.1) jekyll-sitemap (~> 1.1.1)
jekyll-toc (~> 0.4.0) jekyll-toc (~> 0.5.0.rc)
BUNDLED WITH BUNDLED WITH
1.16.0 1.16.0
...@@ -74,3 +74,7 @@ cdn: ...@@ -74,3 +74,7 @@ cdn:
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
popper_hash: "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" popper_hash: "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
toc:
min_level: 2
max_level: 4
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bootstrap - Content moved</title> <title>Bootstrap · Content moved</title>
<link rel="canonical" href="{{ page.redirect.to }}"> <link rel="canonical" href="{{ page.redirect.to }}">
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}"> <meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
<meta name="robots" content="noindex">
<style> <style>
html { html {
display: flex; display: flex;
...@@ -30,7 +31,7 @@ ...@@ -30,7 +31,7 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Redirecting</h1> <h1>Redirecting&hellip;</h1>
<a href="{{ page.redirect.to }}">Click here if you are not redirected</a> <a href="{{ page.redirect.to }}">Click here if you are not redirected</a>
<script>window.location="{{ page.redirect.to }}";</script> <script>window.location="{{ page.redirect.to }}";</script>
</body> </body>
......
This diff is collapsed.
...@@ -84,16 +84,16 @@ ...@@ -84,16 +84,16 @@
"popper.js": "^1.12.9" "popper.js": "^1.12.9"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.0.0-beta.32", "@babel/cli": "7.0.0-beta.34",
"@babel/core": "7.0.0-beta.32", "@babel/core": "7.0.0-beta.34",
"@babel/preset-env": "7.0.0-beta.32", "@babel/preset-env": "7.0.0-beta.34",
"autoprefixer": "^7.1.6", "autoprefixer": "^7.2.1",
"babel-eslint": "^8.0.2", "babel-eslint": "^8.0.3",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1", "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.15.3", "bundlesize": "^0.15.3",
"clean-css-cli": "^4.1.10", "clean-css-cli": "^4.1.10",
"cross-env": "^5.1.1", "cross-env": "^5.1.1",
"eslint": "^4.12.0", "eslint": "^4.12.1",
"eslint-plugin-compat": "^2.1.0", "eslint-plugin-compat": "^2.1.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"htmllint-cli": "^0.0.6", "htmllint-cli": "^0.0.6",
...@@ -116,11 +116,11 @@ ...@@ -116,11 +116,11 @@
"shx": "^0.2.2", "shx": "^0.2.2",
"sri-toolbox": "^0.2.0", "sri-toolbox": "^0.2.0",
"stylelint": "^8.3.1", "stylelint": "^8.3.1",
"stylelint-config-recommended-scss": "^2.0.0", "stylelint-config-recommended-scss": "^3.0.0",
"stylelint-config-standard": "^18.0.0", "stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.7.0", "stylelint-order": "^0.7.0",
"stylelint-scss": "^2.1.0", "stylelint-scss": "^2.2.0",
"uglify-js": "^3.2.0", "uglify-js": "^3.2.1",
"vnu-jar": "^17.11.1", "vnu-jar": "^17.11.1",
"workbox-build": "^2.1.2" "workbox-build": "^2.1.2"
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment