Skip to content

Commit

Permalink
chore(deps): upgrades to angular deps to 15.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Oct 23, 2022
1 parent 203decd commit b54c78c
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 437 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ and use it as shown below in each section
```
3. Then navigate to `dist` directory anf publish the library to NPM. If prompted, enter the 2fa auth code from the Authenticator app.
```shell
cd dist/libs/ngxsmart && npm publish --access public
cd dist/libs/ngxsmart && npm publish --tag latest
```

For beta releases use tag `--tag beta`

### Technologies
1. Angular 13+
Expand Down
3 changes: 2 additions & 1 deletion libs/ngxsmart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@js-smart/ngxsmart",
"version": "14.2.3",
"version": "15.0.0-rc.1",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/ngxsmart/ngxsmart.git"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0-next.6",
"@angular/animations": "^15.0.0-rc.0",
"@angular/cdk": "^15.0.0-next.5",
"@angular/common": "^15.0.0-next.6",
"@angular/compiler": "^15.0.0-next.6",
"@angular/core": "^15.0.0-next.6",
"@angular/forms": "^15.0.0-next.6",
"@angular/common": "^15.0.0-rc.0",
"@angular/compiler": "^15.0.0-rc.0",
"@angular/core": "^15.0.0-rc.0",
"@angular/forms": "^15.0.0-rc.0",
"@angular/material": "^15.0.0-next.5",
"@angular/platform-browser": "^15.0.0-next.6",
"@angular/platform-browser-dynamic": "^15.0.0-next.6",
"@angular/router": "^15.0.0-next.5",
"@angular/platform-browser": "^15.0.0-rc.0",
"@angular/platform-browser-dynamic": "^15.0.0-rc.0",
"@angular/router": "^15.0.0-rc.0",
"bootstrap": "^5.2.1",
"rxjs": "7.5.6",
"tslib": "^2.4.0",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0-next.6",
"@angular-devkit/build-angular": "^15.0.0-rc.0",
"@angular-eslint/eslint-plugin": "14.0.4",
"@angular-eslint/eslint-plugin-template": "14.0.4",
"@angular-eslint/template-parser": "14.0.4",
"@angular/cli": "^15.0.0-next.6",
"@angular/compiler-cli": "^15.0.0-next.6",
"@angular/language-service": "^15.0.0-next.6",
"@nrwl/angular": "15.0.0",
"@angular/cli": "^15.0.0-rc.0",
"@angular/compiler-cli": "^15.0.0-rc.0",
"@angular/language-service": "^15.0.0-rc.0",
"@nrwl/angular": "15.0.1",
"@nrwl/cli": "15.0.0",
"@nrwl/cypress": "15.0.0",
"@nrwl/eslint-plugin-nx": "15.0.0",
Expand All @@ -47,7 +47,7 @@
"@types/node": "^18.6.3",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"cypress": "^10.7.0",
"cypress": "^10.10.0",
"eslint": "8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.10.3",
Expand Down
Loading

0 comments on commit b54c78c

Please sign in to comment.