Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Apr 1, 2021
1 parent 9741fc8 commit 30ba2e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"rxjs": "^6.x"
},
"dependencies": {
"pubsub-to-rpc-api": "^6.0.0-beta1",
"pubsub-to-rpc-api": "^6.0.0",
"pure-uuid": "^1.6.2",
"tslib": "^2.1.0"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/sinon": "^9.0.11",
"@vladimiry/import-sort-style": "^0.1.1",
"@vladimiry/import-sort-style": "^0.1.3",
"ava": "^3.15.0",
"cross-env": "^7.0.3",
"husky": "^6.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.2.tgz#3a84cf5ec3249439015e14049bd3161419bf9eae"
integrity sha512-dIPoZ3g5gcx9zZEszaxLSVTvMReD3xxyyDnQUjA6IYDG9Ba2AV0otMPs+77sG9ojB4Qr2N2Vk5RnKeuA0X/0bg==

"@vladimiry/import-sort-style@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@vladimiry/import-sort-style/-/import-sort-style-0.1.1.tgz#6ab4c03bf29f30db0f476d1b3f9737e4fb4a5da2"
integrity sha512-2dvvbesobix5Iqz551sjlxJWvZqTeiV69jbrsZRPVJJ1HXmH9igbmicuDPhIY+Tn4YrKPM/qdoEA1DezPJ796A==
"@vladimiry/import-sort-style@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@vladimiry/import-sort-style/-/import-sort-style-0.1.3.tgz#3678afc25ce99330635410d607b34597e4a97b64"
integrity sha512-1kl7YiowGlT1Ur9zHt42b2LhZ/B5jLH1nyGNHoN8Vii+YOIqw8dJY08cgQrLoPgi5VV0Br5AhHu5JZ3jgCuuQQ==

acorn-jsx@^5.0.0:
version "5.3.1"
Expand Down Expand Up @@ -3707,10 +3707,10 @@ public-encrypt@^4.0.0:
randombytes "^2.0.1"
safe-buffer "^5.1.2"

pubsub-to-rpc-api@^6.0.0-beta1:
version "6.0.0-beta1"
resolved "https://registry.yarnpkg.com/pubsub-to-rpc-api/-/pubsub-to-rpc-api-6.0.0-beta1.tgz#b890b6218a0fc76f5889170c32385a3a8d7c94e6"
integrity sha512-aorV4LRfjm0CxrB9Ie3w6G3J9siTTHJvd8KE3sEjn/mhCD29ejVV9p4ppVay9rc2dgOGkvI98GVdcXAkcGNfQA==
pubsub-to-rpc-api@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/pubsub-to-rpc-api/-/pubsub-to-rpc-api-6.0.0.tgz#afa063229937a081d4aa1db76430439f1b654ba0"
integrity sha512-McAZVSAbMlPlD9oo9MDqgUmTJecE94jdd7M3UQkLIsrC/ldEGX9OghqWwsYw7j0ruwmM/KkCoRAnP34gbUWkfA==
dependencies:
jsan "^3.1.13"
pure-uuid "^1.6.2"
Expand Down

0 comments on commit 30ba2e3

Please sign in to comment.