diff --git a/package-lock.json b/package-lock.json index d9e881a66..3ee75b5ad 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", @@ -391,9 +391,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", @@ -446,6 +446,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", @@ -15143,9 +15148,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", @@ -15189,6 +15194,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 48c848932..61ea26829 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,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",