Skip to content

Commit

Permalink
angular: reorganize deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 10, 2024
1 parent af690c4 commit 2e6c340
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.2",
"version": "0.1.3",
"description": "Primate Angular frontend",
"homepage": "https://primatejs.com/modules/angular",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -15,18 +15,18 @@
"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",
"@primate/frontend": "workspace:^",
"@rcompat/build": "^0.4.0",
"@rcompat/object": "^0.5.0"
"@rcompat/object": "^0.5.0",
"zone.js": "^0.14.10"
},
"peerDependencies": {
"@angular/compiler": "18",
"@angular/core": "18",
"@angular/platform-browser": "18",
"@angular/platform-server": "18",
"@angular/ssr": "18",
"primate": "workspace:^",
"zone.js": "0.14"
"primate": "workspace:^"
},
"type": "module",
"imports": {
Expand Down

0 comments on commit 2e6c340

Please sign in to comment.