Skip to content

Commit

Permalink
Update package.json (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mddifilippo89 committed Jun 17, 2024
1 parent 39e8bb0 commit 6757a7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions editor-templates/Angular/main-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "^18.0.2",
"@angular/common": "^18.0.2",
"@angular/compiler": "^18.0.2",
"@angular/core": "^18.0.2",
"@angular/forms": "^18.0.2",
"@angular/platform-browser": "^18.0.2",
"@angular/platform-browser-dynamic": "^18.0.2",
"@angular/animations": "18.0.2",
"@angular/common": "18.0.2",
"@angular/compiler": "18.0.2",
"@angular/core": "18.0.2",
"@angular/forms": "18.0.2",
"@angular/platform-browser": "18.0.2",
"@angular/platform-browser-dynamic": "18.0.2",
"@types/hammerjs": "2.0.39",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
Expand Down

0 comments on commit 6757a7b

Please sign in to comment.