diff --git a/package-lock.json b/package-lock.json index 7fe424b8e..ae68adfff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@dcl/catalyst-peer": "^1.0.4", - "@dcl/ecs-math": "^1.0.1", + "@dcl/ecs-math": "^2.0.0", "@dcl/ecs-quests": "^1.3.1", "@dcl/feature-flags": "^1.0.1", "@dcl/hashing": "^1.1.0", @@ -387,9 +387,9 @@ } }, "node_modules/@dcl/ecs-math": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.1.tgz", - "integrity": "sha512-eTWiJzXlcTSjIHP67hJoumrzV5PUwGpqwgpJjPkvTwaini3/ZLmIricTG7Yn8OP9WEBNpYrKYY4CrImZ1b+w5Q==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-2.0.0.tgz", + "integrity": "sha512-ZUG0QeNKqu4ImL6KBJoxoqOHt60L1bxwvhP8+Lmjefjzwwu410zV4GJCSWtEspB2S/NJxrIPFuczyLUhWaCVVA==" }, "node_modules/@dcl/ecs-quests": { "version": "1.3.1", @@ -442,6 +442,11 @@ "@dcl/posix": "^1.0.4" } }, + "node_modules/@dcl/legacy-ecs/node_modules/@dcl/ecs-math": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.3.tgz", + "integrity": "sha512-RiE4LgZMCXeCiEGOQaPClq3DZbN1n7g3LmkPgEaotVckDcdO+Q4616YfQd8BnnyV8W9ZjMSMgKHxsfGF+hJBGQ==" + }, "node_modules/@dcl/posix": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@dcl/posix/-/posix-1.0.4.tgz", @@ -14688,9 +14693,9 @@ } }, "@dcl/ecs-math": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.1.tgz", - "integrity": "sha512-eTWiJzXlcTSjIHP67hJoumrzV5PUwGpqwgpJjPkvTwaini3/ZLmIricTG7Yn8OP9WEBNpYrKYY4CrImZ1b+w5Q==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-2.0.0.tgz", + "integrity": "sha512-ZUG0QeNKqu4ImL6KBJoxoqOHt60L1bxwvhP8+Lmjefjzwwu410zV4GJCSWtEspB2S/NJxrIPFuczyLUhWaCVVA==" }, "@dcl/ecs-quests": { "version": "1.3.1", @@ -14741,6 +14746,13 @@ "requires": { "@dcl/ecs-math": "^1.0.1-20211130194043.commit-c994f71", "@dcl/posix": "^1.0.4" + }, + "dependencies": { + "@dcl/ecs-math": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.3.tgz", + "integrity": "sha512-RiE4LgZMCXeCiEGOQaPClq3DZbN1n7g3LmkPgEaotVckDcdO+Q4616YfQd8BnnyV8W9ZjMSMgKHxsfGF+hJBGQ==" + } } }, "@dcl/posix": { diff --git a/package.json b/package.json index 61201215d..f00667da0 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ }, "dependencies": { "@dcl/catalyst-peer": "^1.0.4", - "@dcl/ecs-math": "^1.0.1", + "@dcl/ecs-math": "^2.0.0", "@dcl/ecs-quests": "^1.3.1", "@dcl/feature-flags": "^1.0.1", "@dcl/hashing": "^1.1.0",