From cb7e37068099d512e388168e7ca8b07d80a47409 Mon Sep 17 00:00:00 2001 From: Nur Fikri Date: Tue, 27 Feb 2024 05:36:34 +0700 Subject: [PATCH] chore(deps): bump router sdk version --- chain-registry | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chain-registry b/chain-registry index f0d5c07e..2eaab04a 160000 --- a/chain-registry +++ b/chain-registry @@ -1 +1 @@ -Subproject commit f0d5c07ed1586443861a40570ab29306ea7c532c +Subproject commit 2eaab04a72bc0273121d71a597aca4ef31d12420 diff --git a/package-lock.json b/package-lock.json index aa07369e..d6abf7a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-tooltip": "^1.0.7", "@sentry/nextjs": "^7.99.0", - "@skip-router/core": "^1.3.3", + "@skip-router/core": "^1.3.5", "@tailwindcss/forms": "^0.5.7", "@tanstack/query-sync-storage-persister": "^5.18.1", "@tanstack/react-query": "^5.18.1", @@ -7680,9 +7680,9 @@ } }, "node_modules/@skip-router/core": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@skip-router/core/-/core-1.3.3.tgz", - "integrity": "sha512-cu4xJBl7dSO1Lh627PVHFx4vd4C5AhgtjKttxZxE3VICKtA+lUvPVRlmJcVTzlm/bMPYosAXLb0QEX1UqzN/yg==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@skip-router/core/-/core-1.3.5.tgz", + "integrity": "sha512-nkNwsBCgwnLHTzbXOS78Q77ckHHMxrp7LbT4v5oMaI1ZJuwhtCRP48LprNDLiGy91tDiYeW1aBOuhoLARQu1Pw==", "dependencies": { "@cosmjs/amino": "0.31.x", "@cosmjs/cosmwasm-stargate": "0.31.x", diff --git a/package.json b/package.json index ca51485e..ac60eb1c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-tooltip": "^1.0.7", "@sentry/nextjs": "^7.99.0", - "@skip-router/core": "^1.3.3", + "@skip-router/core": "^1.3.5", "@tailwindcss/forms": "^0.5.7", "@tanstack/query-sync-storage-persister": "^5.18.1", "@tanstack/react-query": "^5.18.1",