Skip to content

Commit

Permalink
angular: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 10, 2024
1 parent 2e6c340 commit 10fb455
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/angular",
"version": "0.1.3",
"version": "0.1.4",
"description": "Primate Angular frontend",
"homepage": "https://primatejs.com/modules/angular",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -15,10 +15,10 @@
"directory": "packages/angular"
},
"dependencies": {
"@angular/compiler": "^18.1.14",
"@angular/platform-browser": "^18.1.14",
"@angular/platform-server": "^18.1.14",
"@angular/ssr": "^18.1.14",
"@angular/compiler": "^18.1.4",
"@angular/platform-browser": "^18.1.4",
"@angular/platform-server": "^18.1.4",
"@angular/ssr": "^18.1.4",
"@primate/frontend": "workspace:^",
"@rcompat/build": "^0.4.0",
"@rcompat/object": "^0.5.0",
Expand Down

0 comments on commit 10fb455

Please sign in to comment.