diff --git a/package-lock.json b/package-lock.json index 3301d81d7..52f572faf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@curvenote/blocks": "^1.3.4", "@curvenote/components": "^0.3.4", "@curvenote/connect": "^0.0.3", - "@curvenote/nbtx": "^0.1.6", + "@curvenote/nbtx": "^0.1.7", "@curvenote/runtime": "^0.2.9", "@headlessui/react": "^1.5.0", "@heroicons/react": "^1.0.6", @@ -73,7 +73,7 @@ } }, ".yalc/@curvenote/nbtx": { - "version": "0.1.3", + "version": "0.1.6", "extraneous": true, "license": "MIT", "dependencies": { @@ -281,9 +281,9 @@ } }, "node_modules/@curvenote/nbtx": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@curvenote/nbtx/-/nbtx-0.1.6.tgz", - "integrity": "sha512-DkxSve5o8hXJrOfHAXO+Zidlnxu4iAk+WNC9b0Sk5Ry74iBzkckBXXGU2N/JJkRr9W4HClPxeswc3d3O/POj2w==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@curvenote/nbtx/-/nbtx-0.1.7.tgz", + "integrity": "sha512-fzSQAqmkzUO0xjfe7trZaccFjpSpRTWDZUwswQR0iKv/F3hAS3IPhcXEdcudH6d+e9JAvc09YCkILxaOnCPe5A==", "dependencies": { "@jupyterlab/nbformat": "^3.3.2", "@typescript-eslint/eslint-plugin": "^5.16.0", @@ -10426,9 +10426,9 @@ } }, "@curvenote/nbtx": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@curvenote/nbtx/-/nbtx-0.1.6.tgz", - "integrity": "sha512-DkxSve5o8hXJrOfHAXO+Zidlnxu4iAk+WNC9b0Sk5Ry74iBzkckBXXGU2N/JJkRr9W4HClPxeswc3d3O/POj2w==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@curvenote/nbtx/-/nbtx-0.1.7.tgz", + "integrity": "sha512-fzSQAqmkzUO0xjfe7trZaccFjpSpRTWDZUwswQR0iKv/F3hAS3IPhcXEdcudH6d+e9JAvc09YCkILxaOnCPe5A==", "requires": { "@jupyterlab/nbformat": "^3.3.2", "@typescript-eslint/eslint-plugin": "^5.16.0", diff --git a/package.json b/package.json index 77bbf56e6..36ace4966 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@curvenote/blocks": "^1.3.4", "@curvenote/components": "^0.3.4", "@curvenote/connect": "^0.0.3", - "@curvenote/nbtx": "^0.1.6", + "@curvenote/nbtx": "^0.1.7", "@curvenote/runtime": "^0.2.9", "@headlessui/react": "^1.5.0", "@heroicons/react": "^1.0.6",