Skip to content

Commit

Permalink
fix(deps): update peer deps for @tao.js/ packages to *
Browse files Browse the repository at this point in the history
affects: @tao.js/koa, @tao.js/react, @tao.js/http-client, @tao.js/rest-maker, @tao.js/router,
@tao.js/socket.io, @tao.js/utils
  • Loading branch information
eudaimos committed Mar 11, 2024
1 parent b97139e commit 1ab19ae
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 47 deletions.
4 changes: 2 additions & 2 deletions packages/koa-tao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"access": "public"
},
"peerDependencies": {
"@tao.js/core": "^0.14.0",
"@tao.js/utils": "^0.14.0"
"@tao.js/core": "*",
"@tao.js/utils": "*"
},
"devDependencies": {
"@tao.js/core": "file:../tao",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"peerDependencies": {
"@tao.js/core": "^0.15.0",
"@tao.js/core": "*",
"prop-types": "*",
"react": "*",
"react-dom": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"peerDependencies": {
"@tao.js/core": "^0.14.0"
"@tao.js/core": "*"
},
"devDependencies": {
"@tao.js/core": "file:../tao"
Expand Down
39 changes: 0 additions & 39 deletions packages/tao-rest-maker/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/tao-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"peerDependencies": {
"@tao.js/core": "^0.14.0"
"@tao.js/core": "*"
},
"devDependencies": {
"@tao.js/core": "file:../tao"
Expand Down
4 changes: 2 additions & 2 deletions packages/tao-socket-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"access": "public"
},
"peerDependencies": {
"@tao.js/core": "^0.14.0",
"@tao.js/utils": "^0.14.0"
"@tao.js/core": "*",
"@tao.js/utils": "*"
},
"devDependencies": {
"@tao.js/core": "file:../tao",
Expand Down
2 changes: 1 addition & 1 deletion packages/tao-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"peerDependencies": {
"@tao.js/core": "^0.14.0"
"@tao.js/core": "*"
},
"devDependencies": {
"@tao.js/core": "file:../tao"
Expand Down

0 comments on commit 1ab19ae

Please sign in to comment.