-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): update to Angular 18.2.5 (#113)
- Loading branch information
Showing
2 changed files
with
2,485 additions
and
2,860 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,82 +1,82 @@ | ||
{ | ||
"name": "ng-kit", | ||
"version": "18.5.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --watch --hmr --port=4300", | ||
"build": "ng build ng-kit --configuration=production", | ||
"build:ng-kit-demo": "ng build ng-kit-demo --configuration=production", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test", | ||
"test:store": "ng test --include='**/store/*.spec.ts'", | ||
"bundle:report": "ng build --configuration production --source-map=true && source-map-explorer dist/pres/**/*.js", | ||
"e2e": "CI=true URL=http://localhost:4300 npx playwright test", | ||
"lint": "ng lint ng-kit" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/npm", | ||
{ | ||
"pkgRoot": "dist/ng-kit" | ||
} | ||
], | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
}, | ||
"private": false, | ||
"dependencies": { | ||
"@angular/animations": "^18.0.1", | ||
"@angular/cdk": "18.0.0", | ||
"@angular/common": "^18.0.1", | ||
"@angular/compiler": "^18.0.1", | ||
"@angular/core": "^18.0.1", | ||
"@angular/forms": "^18.0.1", | ||
"@angular/material": "18.0.0", | ||
"@angular/platform-browser": "^18.0.1", | ||
"@angular/platform-browser-dynamic": "^18.0.1", | ||
"@angular/router": "^18.0.1", | ||
"bootstrap": "^5.3.3", | ||
"rxjs": "~7.8.1", | ||
"tslib": "^2.6.2", | ||
"zone.js": "~0.14.6" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.0.2", | ||
"@angular-devkit/core": "^18.0.2", | ||
"@angular-devkit/schematics": "^18.0.2", | ||
"@angular-eslint/builder": "18.0.0", | ||
"@angular-eslint/eslint-plugin": "18.0.0", | ||
"@angular-eslint/eslint-plugin-template": "18.0.0", | ||
"@angular-eslint/schematics": "18.0.0", | ||
"@angular-eslint/template-parser": "18.0.0", | ||
"@angular/cli": "^18.0.2", | ||
"@angular/compiler-cli": "^18.0.1", | ||
"@playwright/test": "^1.44.0", | ||
"@schematics/angular": "^18.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^12.0.1", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.12", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.5", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"ng-packagr": "^18.0.0", | ||
"prettier": "^3.2.5", | ||
"semantic-release": "^24.0.0", | ||
"@semantic-release/exec": "^2.3.0", | ||
"typescript": "~5.4.5" | ||
} | ||
} | ||
"name": "ng-kit", | ||
"version": "18.6.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --watch --hmr --port=4300", | ||
"build": "ng build ng-kit --configuration=production", | ||
"build:ng-kit-demo": "ng build ng-kit-demo --configuration=production", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test", | ||
"test:store": "ng test --include='**/store/*.spec.ts'", | ||
"bundle:report": "ng build --configuration production --source-map=true && source-map-explorer dist/pres/**/*.js", | ||
"e2e": "CI=true URL=http://localhost:4300 npx playwright test", | ||
"lint": "ng lint ng-kit" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/npm", | ||
{ | ||
"pkgRoot": "dist/ng-kit" | ||
} | ||
], | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
}, | ||
"private": false, | ||
"dependencies": { | ||
"@angular/animations": "^18.2.5", | ||
"@angular/cdk": "18.2.5", | ||
"@angular/common": "^18.2.5", | ||
"@angular/compiler": "^18.2.5", | ||
"@angular/core": "^18.2.5", | ||
"@angular/forms": "^18.2.5", | ||
"@angular/material": "18.2.5", | ||
"@angular/platform-browser": "^18.2.5", | ||
"@angular/platform-browser-dynamic": "^18.2.5", | ||
"@angular/router": "^18.2.5", | ||
"bootstrap": "^5.3.3", | ||
"rxjs": "~7.8.1", | ||
"tslib": "^2.7.0", | ||
"zone.js": "~0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.2.5", | ||
"@angular-devkit/core": "^18.2.5", | ||
"@angular-devkit/schematics": "^18.2.5", | ||
"@angular-eslint/builder": "18.3.1", | ||
"@angular-eslint/eslint-plugin": "18.3.1", | ||
"@angular-eslint/eslint-plugin-template": "18.3.1", | ||
"@angular-eslint/schematics": "18.3.1", | ||
"@angular-eslint/template-parser": "18.3.1", | ||
"@angular/cli": "^18.2.5", | ||
"@angular/compiler-cli": "^18.2.5", | ||
"@playwright/test": "^1.47.2", | ||
"@schematics/angular": "^18.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^12.0.1", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.12", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.5", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"ng-packagr": "^18.2.1", | ||
"prettier": "^3.3.3", | ||
"semantic-release": "^24.0.0", | ||
"@semantic-release/exec": "^2.3.0", | ||
"typescript": "~5.4.5" | ||
} | ||
} |
Oops, something went wrong.