-
-
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): updates angular deps to 19.0.0-rc.1
- Loading branch information
1 parent
661c94e
commit 4fc4a5f
Showing
33 changed files
with
2,833 additions
and
2,356 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.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" | ||
} | ||
"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": "^19.0.0-rc.1", | ||
"@angular/cdk": "19.0.0-rc.1", | ||
"@angular/common": "^19.0.0-rc.1", | ||
"@angular/compiler": "^19.0.0-rc.1", | ||
"@angular/core": "^19.0.0-rc.1", | ||
"@angular/forms": "^19.0.0-rc.1", | ||
"@angular/material": "19.0.0-rc.1", | ||
"@angular/platform-browser": "^19.0.0-rc.1", | ||
"@angular/platform-browser-dynamic": "^19.0.0-rc.1", | ||
"@angular/router": "^19.0.0-rc.1", | ||
"bootstrap": "^5.3.3", | ||
"rxjs": "~7.8.1", | ||
"tslib": "^2.7.0", | ||
"zone.js": "~0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^19.0.0-rc.1", | ||
"@angular-devkit/core": "^19.0.0-rc.1", | ||
"@angular-devkit/schematics": "^19.0.0-rc.1", | ||
"@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": "^19.0.0-rc.1", | ||
"@angular/compiler-cli": "^19.0.0-rc.1", | ||
"@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": "^19.0.0-rc.0", | ||
"prettier": "^3.3.3", | ||
"semantic-release": "^24.0.0", | ||
"@semantic-release/exec": "^2.3.0", | ||
"typescript": "~5.6.3" | ||
} | ||
} |
Oops, something went wrong.