Skip to content

Commit

Permalink
refactor: variables rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikalthaf committed Aug 25, 2024
1 parent 66bc6f7 commit d108e29
Show file tree
Hide file tree
Showing 5 changed files with 7,868 additions and 6,144 deletions.
30 changes: 14 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,32 @@
},
"private": true,
"dependencies": {
"@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",
"@angular/animations": "^18.1.1",
"@angular/common": "^18.1.1",
"@angular/compiler": "^18.1.1",
"@angular/core": "^18.1.1",
"@angular/forms": "^18.1.1",
"@angular/platform-browser": "^18.1.1",
"@angular/platform-browser-dynamic": "^18.1.1",
"@angular/router": "^18.1.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.1",
"@angular/cli": "~17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@angular-devkit/build-angular": "^18.1.1",
"@angular/cli": "~18.1.1",
"@angular/compiler-cli": "^18.1.1",
"@types/jest": "^29.5.11",
"angular-cli-ghpages": "2.0.0-beta.2",
"autoprefixer": "^10.4.17",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.0",
"ng-packagr": "^17.1.2",
"ng-packagr": "^18.1.0",
"postcss": "^8.4.33",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "~5.2.2"
"typescript": "~5.5.4"
},
"jest": {
"preset": "jest-preset-angular",
Expand Down
Loading

0 comments on commit d108e29

Please sign in to comment.