Skip to content

Commit

Permalink
Merge pull request #142 from porsche-design-system/housekeeping/compo…
Browse files Browse the repository at this point in the history
…nents-3.21.0

Housekeeping/components 3.21.0
  • Loading branch information
henrijoss authored Nov 13, 2024
2 parents d763485 + 1d764c8 commit b268ed7
Show file tree
Hide file tree
Showing 3 changed files with 1,589 additions and 285 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
"private": true,
"prettier": "@porsche-design-system/prettier-config",
"dependencies": {
"@angular/animations": "18.1.3",
"@angular/common": "18.1.3",
"@angular/compiler": "18.1.3",
"@angular/core": "18.1.3",
"@angular/forms": "18.1.3",
"@angular/platform-browser": "18.1.3",
"@angular/platform-browser-dynamic": "18.1.3",
"@angular/router": "18.1.3",
"@porsche-design-system/components-angular": "3.20.0-rc.1",
"@angular/animations": "18.2.11",
"@angular/common": "18.2.11",
"@angular/compiler": "18.2.11",
"@angular/core": "18.2.11",
"@angular/forms": "18.2.11",
"@angular/platform-browser": "18.2.11",
"@angular/platform-browser-dynamic": "18.2.11",
"@angular/router": "18.2.11",
"@porsche-design-system/components-angular": "3.21.0",
"@porsche-design-system/utilities": "5.4.1",
"@porschehn/navigation": "3.5.0",
"@porschehn/navigation": "3.6.12",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.8"
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
"@angular-devkit/build-angular": "^18.1.3",
"@angular/cli": "18.1.3",
"@angular/compiler-cli": "18.1.3",
"@angular/language-service": "18.1.3",
"@angular-devkit/build-angular": "^18.2.11",
"@angular/cli": "18.2.11",
"@angular/compiler-cli": "18.2.11",
"@angular/language-service": "18.2.11",
"@porsche-design-system/prettier-config": "^1.0.0",
"@types/jasmine": "~5.1.2",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^22.0.2",
"@types/node": "^22.9.0",
"codelyzer": "^6.0.2",
"glob": "^11.0.0",
"jasmine-core": "~5.2.0",
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
Expand All @@ -52,7 +52,7 @@
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^3.3.3",
"protractor": "~7.0.0",
"serve": "^14.2.3",
"serve": "^14.2.4",
"ts-node": "~10.9.2",
"tslint": "~6.1.3",
"typescript": "~5.5.4"
Expand Down
4 changes: 1 addition & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ platformBrowserDynamic()

bootstrapApplication(AppComponentStandalone).catch((err) => console.error(err));

applyPolyfills().then(() => {
definePorscheNavigation(window);
});
definePorscheNavigation(window);
Loading

0 comments on commit b268ed7

Please sign in to comment.