Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lennybakkalian committed Oct 21, 2024
1 parent 9ba7148 commit 6ff600f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 72 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "angular-trpc",
"version": "0.0.0",
"homepage": "",
"license": "MIT",
"scripts": {
"serve:demo": "ng serve",
"serve:demo:trpc": "bun run --watch projects/example/src/trpc/main.ts",
Expand Down Expand Up @@ -69,8 +71,8 @@
[
"@semantic-release/git",
{
"assets": ["dist/ngx-trpc/package.json"],
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
"assets": ["dist/ngx-trpc/package.json", "README.md"],
"message": "chore(release): ${nextRelease.version} \uD83C\uDF89 \n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
Expand Down
63 changes: 0 additions & 63 deletions projects/ngx-trpc/README.md

This file was deleted.

15 changes: 8 additions & 7 deletions projects/ngx-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"Trpc"
],
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/ssr": "^19.0.0",
"@trpc/client": "^11.0.0",
"@trpc/server": "^11.0.0",
"rxjs": "^7.8.1"
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0",
"@angular/ssr": ">=19.0.0",
"rxjs": ">=7.8.0"
},
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.3.0",
"superjson": "^2.2.1",
"@trpc/client": "^11.0.0-rc.586",
"@trpc/server": "^11.0.0-rc.586"
},
"sideEffects": false,
"publishConfig": {
Expand Down

0 comments on commit 6ff600f

Please sign in to comment.