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 bcdfb5a
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.167":
version "0.7.167"
resolved "https://registry.yarnpkg.com/@rxdi/core/-/core-0.7.167.tgz#33136af0aeb2bd8fcf2217a2d0fcb514f149166b"
integrity sha512-G9lL7cw2uBxD61lb0klnxrCf5bZPZBmOpABzhZwnmnpiKXx5iDr+8uY16mZoNN9r4l6wObARfVRTJ/vAGRPSnA==
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.167":
version "0.7.167"
resolved "https://registry.yarnpkg.com/@rxdi/graphql-client/-/graphql-client-0.7.167.tgz#02135a6c6a5dc246e69b7631edc46a6a3beb5b1e"
integrity sha512-pQqXpjkWMGSayfaizAQspsq80xSFxPKTy10mS2XEdjWCCGK8JWqF0vqSMq5NM+9AkP1c7OCOFciZogn22fdtaA==
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.167":
version "0.7.167"
resolved "https://registry.yarnpkg.com/@rxdi/lit-html/-/lit-html-0.7.167.tgz#be73ac6868969881bbe9c34436d8de9e24c39f05"
integrity sha512-ncNmUF2lRi0lPFfKo6EItXqGzPG3RAtGls2lBU1n0y3o5NmFFyZaqEHkCX9O4TRP1guEoBskqHx77rRwRfuwCA==
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 bcdfb5a

Please sign in to comment.