Skip to content

Commit

Permalink
chore(bump): rxdi version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Mar 3, 2023
1 parent 77c0628 commit 33b4007
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@rhtml/hooks": "0.0.117",
"@rhtml/operators": "^0.0.117",
"@rhtml/renderer": "0.0.117",
"@rxdi/core": "^0.7.159",
"@rxdi/lit-html": "^0.7.159",
"@rxdi/core": "^0.7.167",
"@rxdi/lit-html": "^0.7.167",
"rxjs": "^7.8.0"
},
"browserslist": [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
"@rxdi/core": "^0.7.159",
"@rxdi/graphql-client": "^0.7.159",
"@rxdi/lit-html": "^0.7.159",
"@rxdi/core": "^0.7.167",
"@rxdi/graphql-client": "^0.7.167",
"@rxdi/lit-html": "^0.7.167",
"shades": "^2.1.0",
"rxjs": "^7.8.0",
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
"graphql-tag": "^2.12.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "[email protected]:rhtml/rhtml.git"
},
"dependencies": {
"@rxdi/lit-html": "^0.7.159",
"@rxdi/lit-html": "^0.7.167",
"@rhtml/renderer": "0.0.119"
},
"peerDependencies": {
Expand All @@ -32,4 +32,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "cp ./libs/types ../../node_modules/@apollo/client/link/core/types.d.ts && rm -rf dist && tsc"
},
"dependencies": {
"@rxdi/lit-html": "^0.7.159",
"@rxdi/lit-html": "^0.7.167",
"@rhtml/renderer": "0.0.119",
"rxjs": "^7.8.0",
"shades": "^2.1.0"
Expand All @@ -30,4 +30,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Kristiyan Tachev",
"license": "MIT",
"dependencies": {
"@rxdi/lit-html": "^0.7.159",
"@rxdi/lit-html": "^0.7.167",
"@rhtml/operators": "0.0.119"
},
"browserslist": [
Expand All @@ -29,4 +29,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
8 changes: 4 additions & 4 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"last 1 chrome versions"
],
"dependencies": {
"@rxdi/core": "^0.7.159",
"@rxdi/graphql-client": "^0.7.159",
"@rxdi/lit-html": "^0.7.159",
"@rxdi/core": "^0.7.167",
"@rxdi/graphql-client": "^0.7.167",
"@rxdi/lit-html": "^0.7.167",
"shades": "^2.1.0",
"rxjs": "^7.8.0",
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
Expand All @@ -34,4 +34,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "[email protected]:rhtml/rhtml.git"
},
"dependencies": {
"@rxdi/lit-html": "^0.7.159"
"@rxdi/lit-html": "^0.7.167"
},
"devDependencies": {},
"author": "Kristiyan Tachev",
Expand All @@ -28,4 +28,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/operators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Kristiyan Tachev",
"license": "MIT",
"dependencies": {
"@rxdi/lit-html": "^0.7.159",
"@rxdi/lit-html": "^0.7.167",
"@rhtml/renderer": "0.0.119"
},
"devDependencies": {},
Expand All @@ -29,4 +29,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "[email protected]:rhtml/rhtml.git"
},
"dependencies": {
"@rxdi/lit-html": "^0.7.159"
"@rxdi/lit-html": "^0.7.167"
},
"devDependencies": {},
"author": "Kristiyan Tachev",
Expand All @@ -30,4 +30,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,26 +525,26 @@
typeable-promisify "^2.0.1"
yarn "^1.9.4"

"@rxdi/core@^0.7.159":
version "0.7.159"
resolved "https://registry.yarnpkg.com/@rxdi/core/-/core-0.7.159.tgz#a005448e20ef4bba57b593cb170dc773fe7383a1"
integrity sha512-39FCixgvRPV2GLM7G49PkpS6B+NmhzHnAYrg5otQy+wSFNfap03FQ3T5CoahQF9Y/q/lWVRQerqHWt0T94N3vw==
"@rxdi/core@^0.7.166":
version "0.7.166"
resolved "https://registry.yarnpkg.com/@rxdi/core/-/core-0.7.166.tgz#941f4f1fd58b9a377ec62918094a34e3d24a20c7"
integrity sha512-M/AEc+ni0FLws5RXtMo6pcoM3kECRQN5hFAjhrmBVakMwVIBkUbTJRy4xjIv++elctMeMjOwKVc5GMe0uxgKDg==
dependencies:
"@abraham/reflection" "^0.8.0"
rxjs "^6.5.3"
rxjs "^7.8.0"

"@rxdi/graphql-client@^0.7.159":
version "0.7.159"
resolved "https://registry.yarnpkg.com/@rxdi/graphql-client/-/graphql-client-0.7.159.tgz#50ec323feaa3d78687595dccdf4c4d1ff3fc1230"
integrity sha512-atqfICcqqn0noVtBNLTKNobgX3wh43y5JJIRsXjODYtiQH85VQ39AJos4+vBSEE6ZtwjtFLpChXu5Ej4gZaLxg==
"@rxdi/graphql-client@^0.7.166":
version "0.7.166"
resolved "https://registry.yarnpkg.com/@rxdi/graphql-client/-/graphql-client-0.7.166.tgz#7ff681ca4532dabedf513b1e61f7edfbef9554c4"
integrity sha512-+uI0VR7jmUTb2pIXGakbo+KP3s+1jgrn8mKw1KhzAh6GtRb0C9wtYmbb4AhCw+TCawKjUc58WwXAcLIBDcEpng==
dependencies:
"@apollo/client" "^3.7.3"
subscriptions-transport-ws "^0.9.19"

"@rxdi/lit-html@^0.7.159":
version "0.7.159"
resolved "https://registry.yarnpkg.com/@rxdi/lit-html/-/lit-html-0.7.159.tgz#353ab4e91dcfd32c532bb099e99f20e12067ed7d"
integrity sha512-vwH+t+lI1NUqmuszdNGkqTnvsVbSyFXwC4Mz7EM2mR+C7Sqk8VDCJCKvHMvkobdlwcL2wnTbhRg+NhTDneOquw==
"@rxdi/lit-html@^0.7.166":
version "0.7.166"
resolved "https://registry.yarnpkg.com/@rxdi/lit-html/-/lit-html-0.7.166.tgz#a77e165be8cf4b716306e04f1dfdc2b0d79693e3"
integrity sha512-QlZQaddyvUhR1vVoucfQYgdsK4raj0yFWv5dnffnIfaPA6F/xcLudvG+jSNN7US1gRdmreb0DYqYtrDM6b8/fg==
dependencies:
lit "^2.5.0"

Expand Down Expand Up @@ -4542,7 +4542,7 @@ [email protected]:
dependencies:
tslib "^1.9.0"

rxjs@^6.1.0, rxjs@^6.5.3:
rxjs@^6.1.0:
version "6.6.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
Expand Down

0 comments on commit 33b4007

Please sign in to comment.