From 3c734bcbc0f71930376d9bfed9536104eb3516e9 Mon Sep 17 00:00:00 2001 From: cpcwood Date: Thu, 1 Jul 2021 21:26:09 +0100 Subject: [PATCH] update package version, fix package.json --- .gitignore | 3 ++- package.json | 4 ++-- yarn.lock | 12 ++++++++---- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d43e743..3b48356 100755 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules temp-files coverage -process.yml \ No newline at end of file +process.yml +*.log \ No newline at end of file diff --git a/package.json b/package.json index 30abb59..e9b3dda 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-erb-transformer", - "version": "1.2.3", + "version": "1.2.4", "description": "Jest transformer for Embedded Ruby (`.erb`) files in Ruby projects", "main": "index.js", "scripts": { @@ -40,7 +40,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "jest": "^27.0.5" + "jest": "^27.0.5", "jest-erb-transformer": "./" } } diff --git a/yarn.lock b/yarn.lock index 9d0b297..b64bee8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1405,14 +1405,14 @@ integrity sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw== dependencies: "@types/yargs-parser" "*" - + "@types/yargs@^16.0.0": version "16.0.3" resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.3.tgz#4b6d35bb8e680510a7dc2308518a80ee1ef27e01" integrity sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ== dependencies: "@types/yargs-parser" "*" - + abab@^2.0.3, abab@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a" @@ -2340,7 +2340,6 @@ eslint-scope@^5.1.1: eslint-utils@^2.0.0, eslint-utils@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== dependencies: @@ -2875,7 +2874,7 @@ https-proxy-agent@^5.0.0: dependencies: agent-base "6" debug "4" - + human-signals@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" @@ -3334,6 +3333,11 @@ jest-erb-transformer@./: "@babel/core" "^7.12.3" babel-jest "^26.6.3" +jest-get-type@^27.0.1: + version "27.0.6" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe" + integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg== + jest-haste-map@^26.6.2: version "26.6.2" resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa"