2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Update devDependencies and gems.

Kept stylelint to v9.6.0 because v9.10.1 throws an error.
This commit is contained in:
XhmikosR
2019-03-27 16:54:08 +02:00
parent 963abd791d
commit 91c0e03425
4 changed files with 521 additions and 419 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ source 'https://rubygems.org'
group :development, :test do group :development, :test do
gem 'jekyll', '~> 3.8.5' gem 'jekyll', '~> 3.8.5'
gem 'jekyll-sitemap', '~> 1.2.0' gem 'jekyll-sitemap', '~> 1.3.1'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform? gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end end
+7 -7
View File
@@ -4,7 +4,7 @@ GEM
addressable (2.6.0) addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.1.4) concurrent-ruby (1.1.5)
em-websocket (0.5.1) em-websocket (0.5.1)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
@@ -31,12 +31,12 @@ GEM
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (1.5.2)
sass (~> 3.4) sass (~> 3.4)
jekyll-sitemap (1.2.0) jekyll-sitemap (1.3.1)
jekyll (~> 3.3) jekyll (>= 3.7, < 5.0)
jekyll-watch (2.1.2) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (1.17.0) kramdown (1.17.0)
liquid (4.0.1) liquid (4.0.3)
listen (3.1.5) 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)
@@ -50,7 +50,7 @@ GEM
ffi (~> 1.0) ffi (~> 1.0)
rouge (3.3.0) rouge (3.3.0)
ruby_dep (1.5.0) ruby_dep (1.5.0)
safe_yaml (1.0.4) safe_yaml (1.0.5)
sass (3.7.3) sass (3.7.3)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
@@ -64,7 +64,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jekyll (~> 3.8.5) jekyll (~> 3.8.5)
jekyll-sitemap (~> 1.2.0) jekyll-sitemap (~> 1.3.1)
wdm (~> 0.1.1) wdm (~> 0.1.1)
BUNDLED WITH BUNDLED WITH
+507 -405
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -34,20 +34,20 @@
"license": "MIT", "license": "MIT",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.4.7", "autoprefixer": "^9.5.0",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"glob": "^7.1.3", "glob": "^7.1.3",
"grunt": "^1.0.3", "grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0", "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1", "grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0", "grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0", "grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0", "grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0", "grunt-contrib-less": "^2.0.0",
"grunt-contrib-pug": "^2.0.0", "grunt-contrib-pug": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0", "grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0", "grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0", "grunt-exec": "^3.0.0",
"grunt-html": "^10.1.0", "grunt-html": "^10.1.0",
@@ -57,7 +57,7 @@
"grunt-stylelint": "^0.10.1", "grunt-stylelint": "^0.10.1",
"ip": "^1.1.5", "ip": "^1.1.5",
"karma": "^3.1.3", "karma": "^3.1.3",
"karma-browserstack-launcher": "^1.4.0", "karma-browserstack-launcher": "^1.5.0",
"karma-chrome-launcher": "^2.2.0", "karma-chrome-launcher": "^2.2.0",
"karma-detect-browsers": "^2.3.3", "karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^1.1.0", "karma-firefox-launcher": "^1.1.0",
@@ -65,7 +65,7 @@
"load-grunt-tasks": "^4.0.0", "load-grunt-tasks": "^4.0.0",
"markdown-it": "^8.4.2", "markdown-it": "^8.4.2",
"qunitjs": "^1.23.1", "qunitjs": "^1.23.1",
"replace-in-file": "^3.4.3", "replace-in-file": "^3.4.4",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"shx": "^0.3.2", "shx": "^0.3.2",
"stylelint": "~9.6.0", "stylelint": "~9.6.0",