Merge branch 'master' of github.com:2martens/2martens.de
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -192,7 +192,7 @@ GEM
|
||||
regexp_parser (2.1.1)
|
||||
rexml (3.2.5)
|
||||
rouge (3.26.1)
|
||||
rubocop (1.22.1)
|
||||
rubocop (1.22.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
||||
14
package.json
14
package.json
@ -4,19 +4,19 @@
|
||||
"description": "My website",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.6.0",
|
||||
"bootstrap": "^4.6.1",
|
||||
"jquery": "^3.6.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"popper.js": "^1.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/core": "^7.16.0",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"autoprefixer": "^9.8.8",
|
||||
"braces": "^3.0.2",
|
||||
"browser-sync": "^2.27.5",
|
||||
"browser-sync": "^2.27.7",
|
||||
"child_process": "^1.0.2",
|
||||
"core-js": "^3.18.2",
|
||||
"core-js": "^3.19.0",
|
||||
"del": "^6.0.0",
|
||||
"fancy-log": "^1.3.3",
|
||||
"fstream": "^1.0.12",
|
||||
@ -24,7 +24,7 @@
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-imagemin": "^7.1.0",
|
||||
"gulp-imagemin": "^8.0.0",
|
||||
"gulp-notify": "^4.0.0",
|
||||
"gulp-postcss": "^8.0.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
@ -38,7 +38,7 @@
|
||||
"micromatch": "^4.0.4",
|
||||
"mixin-deep": "^2.0.1",
|
||||
"node-sass": "^6.0.1",
|
||||
"sass": "^1.42.1",
|
||||
"sass": "^1.43.4",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"set-value": "^4.1.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user