-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade angular version and added new feature for qr code
- Loading branch information
1 parent
22ad77f
commit 64944d4
Showing
11 changed files
with
397 additions
and
206 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,56 +1,56 @@ | ||
{ | ||
"name": "@asoftwareworld/form-builder", | ||
"version": "5.0.8", | ||
"author": "Anish Sharma", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"gulp": "gulp build-assets", | ||
"build-lib": "ng build form-builder && gulp build-assets" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^15.0.4", | ||
"@angular/cdk": "~15.0.4", | ||
"@angular/common": "^15.0.4", | ||
"@angular/compiler": "^15.0.4", | ||
"@angular/core": "^15.0.4", | ||
"@angular/forms": "^15.0.4", | ||
"@angular/material": "~15.0.4", | ||
"@angular/platform-browser": "^15.0.4", | ||
"@angular/platform-browser-dynamic": "^15.0.4", | ||
"@angular/router": "^15.0.4", | ||
"@angular/google-maps": "^15.0.4", | ||
"@asoftwareworld/qrcode": "^1.2.0", | ||
"@types/fabric": "^4.2.5", | ||
"fabric": "^4.4.0", | ||
"bootstrap": "^5.1.3", | ||
"gulp": "^4.0.2", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-dart-sass": "^1.0.2", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-uglifycss": "^1.1.0", | ||
"ng-packagr": "^15.0.0", | ||
"rxjs": "~7.5.0", | ||
"tslib": "^2.3.0", | ||
"zone.js": "~0.11.4" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^15.0.5", | ||
"@angular/cli": "~15.0.5", | ||
"@angular/compiler-cli": "^15.0.4", | ||
"@types/jasmine": "~4.3.0", | ||
"jasmine-core": "~4.5.0", | ||
"karma": "~6.4.0", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.0.0", | ||
"typescript": "~4.8.2" | ||
} | ||
} | ||
"name": "@asoftwareworld/form-builder", | ||
"version": "5.1.0", | ||
"author": "Anish Sharma", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"gulp": "gulp build-assets", | ||
"build-lib": "ng build form-builder && gulp build-assets" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^15.2.3", | ||
"@angular/cdk": "~15.2.3", | ||
"@angular/common": "^15.2.3", | ||
"@angular/compiler": "^15.2.3", | ||
"@angular/core": "^15.2.3", | ||
"@angular/forms": "^15.2.3", | ||
"@angular/google-maps": "^15.0.4", | ||
"@angular/material": "~15.2.3", | ||
"@angular/platform-browser": "^15.2.3", | ||
"@angular/platform-browser-dynamic": "^15.2.3", | ||
"@angular/router": "^15.2.3", | ||
"@asoftwareworld/qrcode": "^2.0.0", | ||
"@types/fabric": "^4.2.5", | ||
"bootstrap": "^5.1.3", | ||
"fabric": "^4.4.0", | ||
"gulp": "^4.0.2", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-dart-sass": "^1.0.2", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-uglifycss": "^1.1.0", | ||
"ng-packagr": "^15.0.0", | ||
"rxjs": "~7.5.0", | ||
"tslib": "^2.3.0", | ||
"zone.js": "~0.11.4" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^15.2.4", | ||
"@angular/cli": "~15.2.4", | ||
"@angular/compiler-cli": "^15.2.3", | ||
"@types/jasmine": "~4.3.0", | ||
"jasmine-core": "~4.5.0", | ||
"karma": "~6.4.0", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.0.0", | ||
"typescript": "~4.8.2" | ||
} | ||
} |
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
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
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
Oops, something went wrong.