Updated dependencies

This commit is contained in:
squidfunk 2022-04-09 17:17:26 +02:00
parent 007cbf845c
commit 2c298e5f50
3 changed files with 391 additions and 368 deletions

739
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -63,16 +63,16 @@
"@types/node": "^17.0.23", "@types/node": "^17.0.23",
"@types/resize-observer-browser": "^0.1.7", "@types/resize-observer-browser": "^0.1.7",
"@types/sass": "^1.43.1", "@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.17.0", "@typescript-eslint/parser": "^5.18.0",
"autoprefixer": "^10.4.4", "autoprefixer": "^10.4.4",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"cssnano": "5.1.0", "cssnano": "5.1.0",
"esbuild": "^0.14.31", "esbuild": "^0.14.34",
"eslint": "^8.12.0", "eslint": "^8.13.0",
"eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^38.1.6", "eslint-plugin-jsdoc": "^39.0.1",
"eslint-plugin-no-null": "^1.0.2", "eslint-plugin-no-null": "^1.0.2",
"github-types": "^1.0.0", "github-types": "^1.0.0",
"gitlab": "^14.2.2", "gitlab": "^14.2.2",
@ -80,15 +80,15 @@
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"material-design-color": "^2.3.2", "material-design-color": "^2.3.2",
"material-shadows": "^3.0.1", "material-shadows": "^3.0.1",
"npm-check-updates": "^12.5.7", "npm-check-updates": "^12.5.8",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.12", "postcss": "^8.4.12",
"postcss-dir-pseudo-class": "^6.0.4", "postcss-dir-pseudo-class": "^6.0.4",
"postcss-inline-svg": "^5.0.0", "postcss-inline-svg": "^5.0.0",
"postcss-logical": "^5.0.4", "postcss-logical": "^5.0.4",
"preact": "^10.7.0", "preact": "^10.7.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.49.11", "sass": "^1.50.0",
"stylelint": "^14.6.1", "stylelint": "^14.6.1",
"stylelint-config-rational-order": "^0.1.2", "stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^7.0.0", "stylelint-config-recommended": "^7.0.0",

View File

@ -222,7 +222,7 @@ export function transformScript(
contents: css, contents: css,
loader: "text" loader: "text"
} }
}); })
} }
} }
] ]