Skip to content

Commit

Permalink
Upgrade to Narik 7(Angular 13) (#18)
Browse files Browse the repository at this point in the history
* add .angular

* upgrade

* update yarn.lock
  • Loading branch information
abadakhshan authored Nov 11, 2021
1 parent 7f3f44f commit fe38d09
Show file tree
Hide file tree
Showing 3 changed files with 2,461 additions and 3,646 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ chrome-profiler-events.json
speed-measure-plugin.json

# IDEs and editors
/.angular
/.idea
.project
.classpath
Expand Down
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,72 +11,72 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/cdk": "~12.2.0",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/flex-layout": "~12.0.0-beta.34",
"@angular/forms": "~12.2.0",
"@angular/material": "~12.2.0",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@angular/animations": "~13.0.1",
"@angular/cdk": "~13.0.0",
"@angular/common": "~13.0.1",
"@angular/compiler": "~13.0.1",
"@angular/core": "~13.0.1",
"@angular/flex-layout": "~12.0.0-beta.35",
"@angular/forms": "~13.0.1",
"@angular/material": "~13.0.0",
"@angular/platform-browser": "~13.0.1",
"@angular/platform-browser-dynamic": "~13.0.1",
"@angular/router": "~13.0.1",
"@aspnet/signalr": "^1.1.4",
"@fortawesome/fontawesome-free": "^5.15.4",
"@narik/app-core": "^6.0.1",
"@narik/client-storage": "^6.0.1",
"@narik/common": "^6.0.1",
"@narik/core": "^6.0.1",
"@narik/custom-validators": "^6.0.1",
"@narik/infrastructure": "^6.0.1",
"@narik/jwt-authentication": "^6.0.1",
"@narik/ui-core": "^6.0.1",
"@narik/ui-material": "^6.0.1",
"@narik/app-core": "^7.0.0",
"@narik/client-storage": "^7.0.0",
"@narik/common": "^7.0.0",
"@narik/core": "^7.0.0",
"@narik/custom-validators": "^7.0.1",
"@narik/infrastructure": "^7.0.0",
"@narik/jwt-authentication": "^7.0.0",
"@narik/ui-core": "^7.0.0",
"@narik/ui-material": "^7.0.0",
"@nebular/eva-icons": "8.0.0",
"@nebular/theme": "8.0.0",
"@ngx-translate/core": "^13.0.0",
"@thebespokepixel/es-tinycolor": "^2.1.1",
"@ngx-translate/core": "^14.0.0",
"@thebespokepixel/es-tinycolor": "^3.0.6",
"angular2-text-mask": "^9.0.0",
"angular2-uuid": "^1.1.1",
"bootstrap": "^5.1.0",
"bootstrap": "^5.1.3",
"class-validator": "^0.13.1",
"data-adapter": "^0.2.3",
"eva-icons": "^1.1.3",
"localforage": "^1.9.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"material-community-components": "^10.0.0",
"material-community-components": "^11.0.0",
"ngforage": "^6.0.0",
"ngx-toastr": "^14.1.0",
"ngx-toastr": "^14.1.4",
"roboto-fontface": "^0.10.0",
"rxjs": "~7.3.0",
"rxjs": "~7.4.0",
"tinycolor2": "^1.4.2",
"tslib": "^2.3.0",
"tslib": "^2.3.1",
"typeface-exo": "^1.1.13",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "12.1.0",
"@angular-devkit/build-angular": "~12.2.0",
"@angular/cli": "~12.2.0",
"@angular/compiler-cli": "~12.2.0",
"@angular/language-service": "~12.2.0",
"@angular-builders/custom-webpack": "13.0.0",
"@angular-devkit/build-angular": "~13.0.2",
"@angular/cli": "~13.0.2",
"@angular/compiler-cli": "~13.0.1",
"@angular/language-service": "~13.0.1",
"@narik/webpack-tools": "4.1.0",
"@types/jasmine": "~3.8.2",
"@types/jasmine": "~3.10.2",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^16.4.12",
"@types/node": "^16.11.7",
"cheerio": "^1.0.0-rc.10",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.8.0",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.4",
"karma": "~6.3.8",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"ts-node": "~10.1.0",
"ts-node": "~10.4.0",
"tslint": "~6.1.3",
"typescript": "~4.3.5"
"typescript": "~4.4.4"
}
}
Loading

0 comments on commit fe38d09

Please sign in to comment.