-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #445
- Loading branch information
Showing
11 changed files
with
1,854 additions
and
2,469 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ | |
"test:schematics": "ts-node --project projects/schematics/tsconfig.json node_modules/.bin/jasmine projects/schematics/src/**/*.spec.ts", | ||
"test:demo": "ng test demo --watch=false --browsers=ChromeCI", | ||
"test:integration": "ng e2e demo", | ||
"test:integration:ssr": "ng e2e demo --configuration ssr", | ||
"test:integration:ssr": "ng e2e demo --configuration production-ssr", | ||
"lint": "ng lint", | ||
"start": "ng serve demo", | ||
"start:ssr": "ng run demo:serve-ssr", | ||
"start:ssr": "ng serve demo --configuration development-ssr", | ||
"build": "ng build angular-fontawesome", | ||
"build:watch": "ng build angular-fontawesome -c development --watch", | ||
"build:schematics": "tsc -p projects/schematics/tsconfig.json && ts-node -O '{\"module\":\"commonjs\"}' tasks/build-schematics.ts", | ||
|
@@ -27,55 +27,55 @@ | |
}, | ||
"homepage": "https://github.com/FortAwesome/angular-fontawesome", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "patch:@angular-devkit/build-angular@npm%3A17.3.7#~/.yarn/patches/@angular-devkit-build-angular-npm-17.3.7-60e65bd832.patch", | ||
"@angular-devkit/core": "^17.3.7", | ||
"@angular-devkit/schematics": "^17.3.7", | ||
"@angular-devkit/build-angular": "patch:@angular-devkit/build-angular@npm%3A18.0.1#~/.yarn/patches/@angular-devkit-build-angular-npm-18.0.1-51eee52196.patch", | ||
"@angular-devkit/core": "^18.0.1", | ||
"@angular-devkit/schematics": "^18.0.1", | ||
"@angular-eslint/builder": "^17.0.0", | ||
"@angular-eslint/eslint-plugin": "^17.0.0", | ||
"@angular-eslint/eslint-plugin-template": "^17.0.0", | ||
"@angular-eslint/schematics": "17.0.0", | ||
"@angular-eslint/template-parser": "^17.0.0", | ||
"@angular/animations": "^17.3.8", | ||
"@angular/cli": "^17.3.7", | ||
"@angular/common": "^17.3.8", | ||
"@angular/compiler": "^17.3.8", | ||
"@angular/compiler-cli": "^17.3.8", | ||
"@angular/core": "^17.3.8", | ||
"@angular/language-service": "^17.3.8", | ||
"@angular/platform-browser": "^17.3.8", | ||
"@angular/platform-browser-dynamic": "^17.3.8", | ||
"@angular/platform-server": "^17.0.0", | ||
"@angular/router": "^17.0.0", | ||
"@angular/ssr": "^17.0.0", | ||
"@angular/animations": "^18.0.0", | ||
"@angular/cli": "^18.0.1", | ||
"@angular/common": "^18.0.0", | ||
"@angular/compiler": "^18.0.0", | ||
"@angular/compiler-cli": "^18.0.0", | ||
"@angular/core": "^18.0.0", | ||
"@angular/language-service": "^18.0.0", | ||
"@angular/platform-browser": "^18.0.0", | ||
"@angular/platform-browser-dynamic": "^18.0.0", | ||
"@angular/platform-server": "^18.0.0", | ||
"@angular/router": "^18.0.0", | ||
"@angular/ssr": "^18.0.1", | ||
"@fortawesome/free-regular-svg-icons": "^6.4.2", | ||
"@fortawesome/free-solid-svg-icons": "^6.4.2", | ||
"@types/express": "^4.17.17", | ||
"@types/jasmine": "~4.3.0", | ||
"@types/node": "~20.9.0", | ||
"@types/express": "^4.17.21", | ||
"@types/jasmine": "~4.3.6", | ||
"@types/node": "~20.12.12", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"browser-sync": "^3.0.0", | ||
"browser-sync": "^3.0.2", | ||
"chromedriver": "~123.0.1", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-jsdoc": "^46.8.2", | ||
"eslint-plugin-prefer-arrow": "1.2.3", | ||
"express": "^4.18.2", | ||
"express": "^4.19.2", | ||
"jasmine-core": "~4.5.0", | ||
"jasmine-spec-reporter": "~7.0.0", | ||
"karma": "~6.4.2", | ||
"karma": "~6.4.3", | ||
"karma-chrome-launcher": "~3.2.0", | ||
"karma-coverage": "~2.2.1", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "^2.1.0", | ||
"ng-packagr": "^17.0.0", | ||
"prettier": "3.0.3", | ||
"ng-packagr": "^18.0.0", | ||
"prettier": "3.2.5", | ||
"protractor": "~7.0.0", | ||
"rxjs": "^7.8.1", | ||
"ts-node": "~10.9.1", | ||
"typescript": "~5.2.2", | ||
"zone.js": "~0.14.2" | ||
"ts-node": "~10.9.2", | ||
"typescript": "~5.4.5", | ||
"zone.js": "~0.14.6" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.5.2", | ||
|
@@ -90,7 +90,7 @@ | |
"svg" | ||
], | ||
"peerDependencies": { | ||
"@angular/core": "^17.0.0" | ||
"@angular/core": "^18.0.0" | ||
}, | ||
"schematics": "./schematics/collection.json", | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.