Skip to content

Commit

Permalink
feat: material migration
Browse files Browse the repository at this point in the history
  • Loading branch information
69pmb committed Sep 28, 2024
1 parent cffdf7b commit c02fcfe
Show file tree
Hide file tree
Showing 37 changed files with 2,980 additions and 2,637 deletions.
4 changes: 1 addition & 3 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"extends": [
"stylelint-config-standard",
"stylelint-config-sass-guidelines",
"stylelint-config-prettier"
"stylelint-config-standard-scss"
],
"rules": {
"indentation": 2,
"no-empty-source": null,
"color-hex-case": "lower",
"color-hex-length": "short",
"max-nesting-depth": 2,
"selector-no-qualifying-type": null,
Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"preserveSymlinks": true,
"extractLicenses": true,
"sourceMap": true,
"namedChunks": true
Expand Down
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepare:compile": "pnpm compile",
"pretest": "pnpm compile",
"posttest": "pnpm lint",
"up": "pnpm cache clean --force && pnpm update"
"up": "pnpm store prune && pnpm update"
},
"engines": {
"pnpm": ">=8",
Expand All @@ -42,35 +42,35 @@
"@angular/platform-browser-dynamic": "~15.2.10",
"@angular/router": "~15.2.10",
"@angular/service-worker": "~15.2.10",
"@fortawesome/angular-fontawesome": "0.11.1",
"@fortawesome/fontawesome-common-types": "~6.1.0",
"@fortawesome/fontawesome-svg-core": "~6.1.0",
"@fortawesome/free-solid-svg-icons": "~6.1.0",
"@fortawesome/angular-fontawesome": "~0.12.1",
"@fortawesome/fontawesome-common-types": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "~6.1.2",
"@fortawesome/free-solid-svg-icons": "~6.1.2",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"class-transformer": "0.5.1",
"hammerjs": "2.0.8",
"jwt-decode": "3.1.2",
"luxon": "~3.3.0",
"luxon": "~3.4.4",
"ng2-nouislider": "2.0.0",
"nouislider": "15.7.1",
"reflect-metadata": "0.1.14",
"rxjs": "6.6.7",
"tslib": "2.4.1",
"zone.js": "~0.12.0"
"tslib": "~2.5.3",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~15.2.10",
"@angular-eslint/eslint-plugin": "~14.4.0",
"@angular-eslint/eslint-plugin-template": "~14.4",
"@angular-eslint/template-parser": "~14.4",
"@angular-eslint/eslint-plugin": "~15.2",
"@angular-eslint/eslint-plugin-template": "~15.2",
"@angular-eslint/template-parser": "~15.2",
"@angular/cli": "~15.2.10",
"@angular/compiler-cli": "~15.2.10",
"@types/luxon": "~3.3.8",
"@types/node": "^16.18.79",
"@types/luxon": "~3.4.2",
"@types/node": "^16.18.87",
"@typescript-eslint/eslint-plugin": "~6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
Expand All @@ -79,13 +79,12 @@
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"npm-run-all": "4.1.5",
"postcss": "^8.4.34",
"postcss": "^8.4.35",
"postcss-sass": "0.5.0",
"prettier": "^3.2.5",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-config-standard": "26.0.0",
"stylelint": "^15.11.0",
"stylelint-config-sass-guidelines": "~10.0.0",
"stylelint-config-standard": "~33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit c02fcfe

Please sign in to comment.