From 419f6476bc58580e60ba17a3b0d70a520fc71b7a Mon Sep 17 00:00:00 2001 From: Daniel Hines Date: Mon, 7 Nov 2022 22:10:37 -0500 Subject: [PATCH] v0.1.12 --- deku-p/deku-toolkit/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deku-p/deku-toolkit/package.json b/deku-p/deku-toolkit/package.json index 7e828260f1..abb8c2db6a 100644 --- a/deku-p/deku-toolkit/package.json +++ b/deku-p/deku-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@marigold-dev/deku-toolkit", - "version": "0.1.11", + "version": "0.1.12", "description": "toolkit to interact with deku", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -20,7 +20,6 @@ "author": "contact@marigold.dev", "license": "ISC", "devDependencies": { - "typescript": "^4.7.4", "@types/bs58check": "^2.1.0", "@types/node": "^18.7.13", "@typescript-eslint/eslint-plugin": "^5.35.1", @@ -29,11 +28,12 @@ "rollup": "^2.79.1", "rollup-plugin-json": "^4.0.0", "rollup-plugin-sourcemaps": "^0.6.3", - "rollup-plugin-typescript2": "^0.34.0" + "rollup-plugin-typescript2": "^0.34.0", + "typescript": "^4.7.4" }, "dependencies": { - "@tzstamp/helpers": "^0.3.4", "@taquito/taquito": "^13.0.1", + "@tzstamp/helpers": "^0.3.4", "blakejs": "^1.2.1", "bs58check": "^2.1.2" }