diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index be1d3c4fa..ed34d162a 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@apollo/client": "^3.4.12", - "@hoppscotch/js-sandbox": "workspace:^0.3.1", + "@hoppscotch/js-sandbox": "workspace:^1.0.0", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/composition-api": "^0.29.0", "@nuxtjs/gtm": "^2.4.0", diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 8f62e8b60..f69d4004f 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@hoppscotch/js-sandbox", - "version": "0.3.1", + "version": "1.0.0", "description": "JavaScript sandboxes for running external scripts used by Hoppscotch clients", "main": "./lib/index.js", "types": "./lib/", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a01868e4..a3d0845dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,7 +22,7 @@ importers: '@babel/preset-env': ^7.15.6 '@commitlint/cli': ^13.1.0 '@commitlint/config-conventional': ^13.1.0 - '@hoppscotch/js-sandbox': workspace:^0.3.1 + '@hoppscotch/js-sandbox': workspace:^1.0.0 '@nuxt/types': ^2.15.8 '@nuxt/typescript-build': ^2.1.0 '@nuxtjs/axios': ^5.13.6