diff --git a/wormhole-connect/package-lock.json b/wormhole-connect/package-lock.json index eb7595c10..2a2af2d05 100644 --- a/wormhole-connect/package-lock.json +++ b/wormhole-connect/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "devDependencies": { - "@wormhole-foundation/wormhole-connect": "^0.0.13-beta.3-development", + "@wormhole-foundation/wormhole-connect": "0.1.3-beta.0-development", "rimraf": "5.0.1" } }, @@ -399,9 +399,9 @@ "dev": true }, "node_modules/@wormhole-foundation/wormhole-connect": { - "version": "0.0.13-beta.3-development", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/wormhole-connect/-/wormhole-connect-0.0.13-beta.3-development.tgz", - "integrity": "sha512-DhpXt9zMfkgUiE20fioJ2QIHMGBqb3u/Qinqm3gCigQO2A3dzGgFRl+x0ZIQG8wlRkA89DJNcH4tvNVlXPzJNA==", + "version": "0.1.3-beta.0-development", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/wormhole-connect/-/wormhole-connect-0.1.3-beta.0-development.tgz", + "integrity": "sha512-zRadE1LEmm6El29o9XkPlaJBtDysbyeu+xppjvIpOwK4y2A+XuN5nZW1VAzpb24qEzYfdLyJIikrHBlG7swZkA==", "dev": true, "dependencies": { "@mui/material": "^5.12.1" diff --git a/wormhole-connect/package.json b/wormhole-connect/package.json index 84304dd46..143a7626b 100644 --- a/wormhole-connect/package.json +++ b/wormhole-connect/package.json @@ -9,7 +9,7 @@ "author": "xLabs Inc", "license": "ISC", "devDependencies": { - "@wormhole-foundation/wormhole-connect": "^0.0.13-beta.3-development", + "@wormhole-foundation/wormhole-connect": "0.1.3-beta.0-development", "rimraf": "5.0.1" } }