diff --git a/package.json b/package.json index 658d616..ec11e56 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "blitz-postmark", - "version": "1.0.0", + "version": "1.0.1", "description": "Recipe to install and configure postmark as a mail sender", - "main": "index.js", + "main": "index.ts", "author": "Tom MacWright", "license": "MIT", "scripts": { @@ -10,11 +10,11 @@ "lint": "tsdx lint" }, "dependencies": { - "@blitzjs/installer": "^0.33.1", - "jscodeshift": "^0.11.0" + "@blitzjs/installer": "^0.44.4", + "jscodeshift": "^0.13.0" }, "devDependencies": { "tsdx": "^0.14.1", - "@types/jscodeshift": "0.7.2" + "@types/jscodeshift": "0.11.3" } }