diff --git a/package.json b/package.json index ae66b30..3574ae0 100644 --- a/package.json +++ b/package.json @@ -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" - } -} \ No newline at end of file + "name": "ng-kit", + "version": "18.6.1", + "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" + } +} diff --git a/projects/ng-kit/package.json b/projects/ng-kit/package.json index b9141f8..62b8e55 100644 --- a/projects/ng-kit/package.json +++ b/projects/ng-kit/package.json @@ -1,34 +1,34 @@ { - "name": "@js-smart/ng-kit", - "version": "18.5.0", - "license": "MIT", - "author": "Pavan Kumar Jadda", - "private": false, - "keywords": [ - "angular", - "angular-15", - "angular-16", - "angular-17", - "angular-18" - ], - "contributors": [ - { - "name": "Pavan Kumar Jadda" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/js-smart/ng-kit.git" - }, - "bugs": { - "url": "https://github.com/js-smart/ng-kit/issues" - }, - "peerDependencies": { - "@angular/common": ">18.2.0", - "@angular/core": ">18.2.0" - }, - "dependencies": { - "tslib": "^2.6.2" - }, - "sideEffects": false -} \ No newline at end of file + "name": "@js-smart/ng-kit", + "version": "18.6.1", + "license": "MIT", + "author": "Pavan Kumar Jadda", + "private": false, + "keywords": [ + "angular", + "angular-15", + "angular-16", + "angular-17", + "angular-18" + ], + "contributors": [ + { + "name": "Pavan Kumar Jadda" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/js-smart/ng-kit.git" + }, + "bugs": { + "url": "https://github.com/js-smart/ng-kit/issues" + }, + "peerDependencies": { + "@angular/common": ">18.2.0", + "@angular/core": ">18.2.0" + }, + "dependencies": { + "tslib": "^2.6.2" + }, + "sideEffects": false +}