From 6d22174c57f3c6b08cea5f06ed3e0f5f6facdd1c Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 23 Feb 2021 08:40:12 +0100 Subject: [PATCH] v0.2.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0beb99d..2aa45b0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -54,8 +54,8 @@ "superjson": "1.x" }, "dependencies": { - "@babel/types": "^7.12.17", "@babel/helper-module-imports": "^7.12.13", + "@babel/types": "^7.12.17", "hoist-non-react-statics": "^3.3.2" } }