From dc7e39945cade0f348d3292b8aef36594d83816a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 18:24:58 +0000 Subject: [PATCH] chore(deps-dev): bump @dcl/eslint-config Bumps [@dcl/eslint-config](https://github.com/decentraland/eslint-config-decentraland) from 1.0.1-20211208155836.commit-63a2880 to 1.0.3. - [Release notes](https://github.com/decentraland/eslint-config-decentraland/releases) - [Commits](https://github.com/decentraland/eslint-config-decentraland/commits/1.0.3) --- updated-dependencies: - dependency-name: "@dcl/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9e881a66..fb87ee9bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "ws": "^7.4.6" }, "devDependencies": { - "@dcl/eslint-config": "^1.0.1-20211208155836.commit-63a2880", + "@dcl/eslint-config": "^1.0.3", "@dcl/posix": "^1.0.3", "@dcl/unity-renderer": "^1.0.34479-20220502092111.commit-844bafd", "@microsoft/api-documenter": "^7.2.2", @@ -404,9 +404,9 @@ } }, "node_modules/@dcl/eslint-config": { - "version": "1.0.1-20211208155836.commit-63a2880", - "resolved": "https://registry.npmjs.org/@dcl/eslint-config/-/eslint-config-1.0.1-20211208155836.commit-63a2880.tgz", - "integrity": "sha512-OB6fRz//3IzMawyXYUma4LuizLae3BEzmjMSx/aF0WS0yClaJNEI7WWo8S7irPosVoThsElnwI0R3LFOs9WtKA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@dcl/eslint-config/-/eslint-config-1.0.3.tgz", + "integrity": "sha512-yFYeP2ESuEhd+UCuTILMc84DvIA9raWxxOe0sFhN+9BF4nuYApV8y/AsOKYN6lvFV5c5Pkd/XWgcnNJzMarjZQ==", "dev": true, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.3.1", @@ -15156,9 +15156,9 @@ } }, "@dcl/eslint-config": { - "version": "1.0.1-20211208155836.commit-63a2880", - "resolved": "https://registry.npmjs.org/@dcl/eslint-config/-/eslint-config-1.0.1-20211208155836.commit-63a2880.tgz", - "integrity": "sha512-OB6fRz//3IzMawyXYUma4LuizLae3BEzmjMSx/aF0WS0yClaJNEI7WWo8S7irPosVoThsElnwI0R3LFOs9WtKA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@dcl/eslint-config/-/eslint-config-1.0.3.tgz", + "integrity": "sha512-yFYeP2ESuEhd+UCuTILMc84DvIA9raWxxOe0sFhN+9BF4nuYApV8y/AsOKYN6lvFV5c5Pkd/XWgcnNJzMarjZQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 48c848932..87f1d1e75 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "all": true }, "devDependencies": { - "@dcl/eslint-config": "^1.0.1-20211208155836.commit-63a2880", + "@dcl/eslint-config": "^1.0.3", "@dcl/posix": "^1.0.3", "@dcl/unity-renderer": "^1.0.34479-20220502092111.commit-844bafd", "@microsoft/api-documenter": "^7.2.2",