Merge branch 'master' of github.com:2martens/2martens.de
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-28 10:46:37 +02:00
3 changed files with 382 additions and 369 deletions

View File

@ -77,11 +77,11 @@ GEM
html-pipeline (2.13.0)
activesupport (>= 2)
nokogiri (>= 1.4)
html-proofer (3.19.3)
html-proofer (3.19.4)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogiri (~> 1.12)
parallel (~> 1.3)
nokogiri (~> 1.13)
parallel (~> 1.10)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
@ -119,7 +119,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-github-metadata (2.14.0)
jekyll-github-metadata (2.15.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-optional-front-matter (0.3.2)
@ -192,7 +192,7 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.0)
rack (2.2.3)
rack (2.2.3.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
@ -214,16 +214,16 @@ GEM
regexp_parser (2.4.0)
rexml (3.2.5)
rouge (3.28.0)
rubocop (1.29.1)
rubocop (1.30.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.17.0, < 2.0)
rubocop-ast (>= 1.18.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
rubocop-ast (1.18.0)
parser (>= 3.1.1.0)
ruby-enum (0.8.0)
i18n

View File

@ -10,13 +10,13 @@
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"autoprefixer": "^9.8.8",
"braces": "^3.0.2",
"browser-sync": "^2.27.9",
"browser-sync": "^2.27.10",
"child_process": "^1.0.2",
"core-js": "^3.22.5",
"core-js": "^3.22.7",
"del": "^6.0.0",
"fancy-log": "^2.0.0",
"fstream": "^1.0.12",
@ -39,7 +39,7 @@
"mixin-deep": "^2.0.1",
"node-sass": "^7.0.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.51.0",
"sass": "^1.52.1",
"set-value": "^4.1.0"
},
"resolutions": {

725
yarn.lock

File diff suppressed because it is too large Load Diff