Skip to content

Commit

Permalink
clen-898 fix: upgrade dependency (#102)
Browse files Browse the repository at this point in the history
* fix: upgrade `ts-invariant` to solve resolve issue

* PubNub SDK v3.0.2 release.

Co-authored-by: Client Engineering Bot <[email protected]>
  • Loading branch information
mohitpubnub and client-engineering-bot authored Nov 28, 2022
1 parent 1093558 commit 06d1be7
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 31 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
changelog:
- date: 2022-11-28
version: v3.0.2
changes:
- type: bug
text: "Fixes issue of having lower version of `ts-invariant`."
- date: 2022-06-28
version: v3.0.1
changes:
Expand Down Expand Up @@ -34,7 +39,7 @@ files:
name: pubnub-react
schema: 1
scm: github.com/pubnub/react
version: '3.0.1'
version: '3.0.2'
sdks:
-
full-name: PubNub React SDK
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.0.2
November 28 2022

#### Fixed
- Fixes issue of having lower version of `ts-invariant`.

## v3.0.1
June 28 2022

Expand Down
58 changes: 30 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pubnub-react",
"version": "3.0.1",
"version": "3.0.2",
"description": "Publish & Subscribe Real-time Messaging with PubNub",
"author": "PubNub <[email protected]>",
"main": "dist/index.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"typescript": "^3.8.0"
},
"dependencies": {
"ts-invariant": "^0.4.4"
"ts-invariant": "^0.10.3"
},
"overrides": {
"jest": "^26.0.0",
Expand Down

0 comments on commit 06d1be7

Please sign in to comment.