refactor: bump js-sandbox version to 1.0.0
This commit is contained in:
parent
680937e50b
commit
de2d3361a7
3 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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/",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue