Skip to content

Commit

Permalink
feat: demo application UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikalthaf committed Jan 27, 2024
1 parent 7cc6a8a commit 02f6bdd
Show file tree
Hide file tree
Showing 21 changed files with 2,589 additions and 2,081 deletions.
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,32 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.2",
"@angular/common": "^17.0.2",
"@angular/compiler": "^17.0.2",
"@angular/core": "^17.0.2",
"@angular/forms": "^17.0.2",
"@angular/platform-browser": "^17.0.2",
"@angular/platform-browser-dynamic": "^17.0.2",
"@angular/router": "^17.0.2",
"@angular/animations": "^17.1.1",
"@angular/common": "^17.1.1",
"@angular/compiler": "^17.1.1",
"@angular/core": "^17.1.1",
"@angular/forms": "^17.1.1",
"@angular/platform-browser": "^17.1.1",
"@angular/platform-browser-dynamic": "^17.1.1",
"@angular/router": "^17.1.1",
"@tiptap/core": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"ngx-tiptap": "^9.1.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "^17.0.2",
"@types/jest": "^29.5.5",
"autoprefixer": "^10.4.15",
"@angular-devkit/build-angular": "^17.1.1",
"@angular/cli": "~17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@types/jest": "^29.5.11",
"autoprefixer": "^10.4.17",
"jest": "^29.7.0",
"jest-preset-angular": "^13.1.2",
"ng-packagr": "^17.0.0",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"jest-preset-angular": "^14.0.0",
"ng-packagr": "^17.1.2",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "~5.2.2"
},
"jest": {
Expand Down
Loading

0 comments on commit 02f6bdd

Please sign in to comment.