chore: Upgrade dependencies
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
abab24231e
commit
d1f0f281c0
|
@ -3,7 +3,6 @@
|
|||
"rules": {
|
||||
"no-empty-source": null,
|
||||
"scss/comment-no-empty": null,
|
||||
"max-line-length": null,
|
||||
"scss/at-extend-no-missing-placeholder": null,
|
||||
"scss/dollar-variable-colon-space-after": null,
|
||||
"scss/dollar-variable-empty-line-before": null,
|
||||
|
|
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -22,17 +22,17 @@
|
|||
"bootstrap": "^5.2.3",
|
||||
"cssnano": "^6.0.1",
|
||||
"cssnano-preset-advanced": "^6.0.1",
|
||||
"esbuild": "^0.17.19",
|
||||
"esbuild": "^0.19.9",
|
||||
"eslint": "^8.40.0",
|
||||
"hugo-installer": "^4.0.1",
|
||||
"pdfjs-dist": "^3.6.172",
|
||||
"pdfjs-dist": "^4.0.269",
|
||||
"postcss": "^8.4.23",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"stylelint": "^15.6.2",
|
||||
"stylelint-config-standard-scss": "^9.0.0"
|
||||
"postcss-cli": "^11.0.0",
|
||||
"stylelint": "^16.0.2",
|
||||
"stylelint-config-standard-scss": "^12.0.0"
|
||||
},
|
||||
"otherDependencies": {
|
||||
"hugo": "0.111.3"
|
||||
"hugo": "0.121.1"
|
||||
},
|
||||
"comments": {
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue