Merge branch 'fix_norwegian' into feature/material-v9

This commit is contained in:
squidfunk
2022-11-27 11:03:51 +01:00
2045 changed files with 2478 additions and 2397 deletions

View File

@@ -52,7 +52,7 @@
"url-polyfill": "^1.1.12"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-free": "^6.2.1",
"@mdi/svg": "^7.0.96",
"@primer/octicons": "^17.9.0",
"@types/css-modules": "^1.0.2",
@@ -63,12 +63,12 @@
"@types/node": "^18.11.9",
"@types/resize-observer-browser": "^0.1.7",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"autoprefixer": "^10.4.13",
"chokidar": "^3.5.3",
"cssnano": "5.1.0",
"esbuild": "^0.15.13",
"esbuild": "^0.15.14",
"eslint": "^8.27.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
@@ -80,26 +80,26 @@
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^16.3.22",
"npm-check-updates": "^16.4.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.19",
"postcss-dir-pseudo-class": "^6.0.5",
"postcss-inline-svg": "^5.0.0",
"postcss-logical": "^5.0.4",
"postcss-pseudo-is": "^0.3.0",
"preact": "^10.11.2",
"preact": "^10.11.3",
"rimraf": "^3.0.2",
"sass": "^1.56.1",
"simple-icons": "^7.19.0",
"stylelint": "^14.14.1",
"stylelint": "^14.15.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"svgo": "^3.0.0",
"svgo": "3.0.0",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"engines": {
"node": ">= 16"