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",