From c00e0574491650f3d3f090db01a895c97be52670 Mon Sep 17 00:00:00 2001 From: Graham Fairweather Date: Wed, 14 Aug 2019 15:30:05 +0200 Subject: [PATCH] :bookmark: v2.0.25 Auto build --- dist/has-boxed-string-x.js | 2 +- dist/has-boxed-string-x.min.js | 2 +- package-lock.json | 12 ++++++------ package.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/has-boxed-string-x.js b/dist/has-boxed-string-x.js index d650c94..98def5b 100644 --- a/dist/has-boxed-string-x.js +++ b/dist/has-boxed-string-x.js @@ -2,7 +2,7 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017-present", - "date": "2019-08-13T12:37:13.497Z", + "date": "2019-08-14T13:30:00.742Z", "describe": "", "description": "Check support of by-index access of string characters.", "file": "has-boxed-string-x.js", diff --git a/dist/has-boxed-string-x.min.js b/dist/has-boxed-string-x.min.js index 12915d7..9130a26 100644 --- a/dist/has-boxed-string-x.min.js +++ b/dist/has-boxed-string-x.min.js @@ -2,7 +2,7 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017-present", - "date": "2019-08-13T12:37:13.497Z", + "date": "2019-08-14T13:30:00.742Z", "describe": "", "description": "Check support of by-index access of string characters.", "file": "has-boxed-string-x.min.js", diff --git a/package-lock.json b/package-lock.json index 2d0fc7b..d6fa129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1780,9 +1780,9 @@ } }, "@xotic750/eslint-config-recommended": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@xotic750/eslint-config-recommended/-/eslint-config-recommended-1.1.1.tgz", - "integrity": "sha512-WXAfXCAURhegroxBp2uzg1iqZ69rYvr5AbPReeibDziNrS0yorr/zxt9Ztf8gk8Fu1X9Nfqw//dQo0e2aLxNbw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@xotic750/eslint-config-recommended/-/eslint-config-recommended-1.1.2.tgz", + "integrity": "sha512-zgPR3EFs2m1A3WIV4+bcR8LhGHCMjw3GDnldD5wZ72RdOmFh0Zq0UHCJTX3Tw+pGhIx4732YEK1FGBlxYFUKsg==", "dev": true, "requires": { "eslint-config-airbnb-base": "^14.0.0", @@ -3967,9 +3967,9 @@ } }, "eslint-plugin-jest": { - "version": "22.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.15.0.tgz", - "integrity": "sha512-hgnPbSqAIcLLS9ePb12hNHTRkXnkVaCfOwCt2pzQ8KpOKPWGA4HhLMaFN38NBa/0uvLfrZpcIRjT+6tMAfr58Q==", + "version": "22.15.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.15.1.tgz", + "integrity": "sha512-CWq/RR/3tLaKFB+FZcCJwU9hH5q/bKeO3rFP8G07+q7hcDCFNqpvdphVbEbGE6o6qo1UbciEev4ejUWv7brUhw==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^1.13.0" diff --git a/package.json b/package.json index 41d2316..1db3577 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/jest": "^24.0.17", "@types/node": "^12.7.1", "@types/webpack": "^4.32.1", - "@xotic750/eslint-config-recommended": "^1.1.1", + "@xotic750/eslint-config-recommended": "^1.1.2", "babel-core": "^7.0.0-0", "babel-eslint": "^10.0.2", "babel-loader": "^8.0.6", @@ -81,7 +81,7 @@ "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-html": "^6.0.0", "eslint-plugin-import": "^2.18.2", - "eslint-plugin-jest": "^22.15.0", + "eslint-plugin-jest": "^22.15.1", "eslint-plugin-jsdoc": "^15.8.0", "eslint-plugin-json": "^1.4.0", "eslint-plugin-lodash": "^6.0.0",