Skip to content

Commit

Permalink
Mise à jour triviale des dépendances Node.js (#6503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen authored May 24, 2023
1 parent 1ea8d3e commit cf48c6f
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 514 deletions.
2 changes: 1 addition & 1 deletion assets/scss/base/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ h6 {
position: absolute;
top: 50%;
left: $length-16;
margin: -$length-12 0 0 -$length-12;
margin: (-$length-12) 0 0 (-$length-12);
height: 22px;
width: 22px;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/components/_content-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ $content-item-padding-vertical: $length-14;
flex-wrap: wrap;
justify-content: space-between;
min-width: 100%; // prevents some weird margin bug...
margin: 0 -$length-10;
margin: 0 (-$length-10);

@include until-desktop {
margin: 0;
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@
},
"homepage": "https://github.com/zestedesavoir/zds-site",
"dependencies": {
"autoprefixer": "10.4.13",
"autoprefixer": "10.4.14",
"chart.js": "3.9.1",
"chartjs-adapter-moment": "1.0.1",
"cssnano": "5.1.14",
"cssnano": "6.0.1",
"del": "6.1.1",
"easymde": "2.18.0",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-dart-sass": "1.0.2",
"gulp-dart-sass": "1.1.0",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-options": "1.1.1",
"gulp-postcss": "9.0.1",
"gulp-terser-js": "5.2.2",
"gulp.spritesmith": "6.13.0",
"jquery": "3.6.3",
"jquery": "3.7.0",
"moment": "2.29.4",
"normalize.css": "8.0.1",
"postcss": "8.4.21"
"postcss": "8.4.23"
},
"devDependencies": {
"david": "12.0.0",
"eslint": "8.31.0",
"eslint": "8.41.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "44.2.5",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-promise": "6.1.1"
},
"browserslist": [
Expand Down
Loading

0 comments on commit cf48c6f

Please sign in to comment.