diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index e7376fde9..a2bff2911 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.51.0", + "auspice": "github:nextstrain/auspice#f77acbfe1ec66aa97dce62cd89eda5cd9e872620", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.51.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.51.0.tgz", - "integrity": "sha512-mj5M8eVENE46LHdO68d759ucWFzNni55hrjn6Ft9tBwQG/4KTS6H1stKh836uOCGyI79t5C95Gt4SHgT/UacVQ==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#f77acbfe1ec66aa97dce62cd89eda5cd9e872620", + "integrity": "sha512-Y8XNsORs8Ug+3EKLLAP+zrSE8up5YCfaWZuY+DaG5Hu3iVgRhDyCsfshypxnq2N+kR+a7X+jESOuFhug9EHpDQ==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -2517,6 +2518,7 @@ "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", "marked": "^0.7.0", + "moment": "^2.29.4", "mousetrap": "^1.6.2", "null-loader": "^4.0.0", "outer-product": "0.0.4", @@ -2531,6 +2533,7 @@ "react-hot-loader": "^4.8.4", "react-i18next": "^11.15.6", "react-icons": "^3.9.0", + "react-moment": "^1.1.3", "react-redux": "^7.2.6", "react-select": "^5.2.2", "react-tooltip": "^4.2.10", @@ -5384,6 +5387,14 @@ "mkdirp": "bin/cmd.js" } }, + "node_modules/moment": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "engines": { + "node": "*" + } + }, "node_modules/mousetrap": { "version": "1.6.5", "resolved": "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.5.tgz", @@ -6173,6 +6184,16 @@ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, + "node_modules/react-moment": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/react-moment/-/react-moment-1.1.3.tgz", + "integrity": "sha512-8EPvlUL8u6EknPp1ISF5MQ3wx2OHJVXIP/iZc4wRh3iV3XozftZERDv9ANZeAtMlhNNQHdFoqcZHFUkBSTONfA==", + "peerDependencies": { + "moment": "^2.29.0", + "prop-types": "^15.7.0", + "react": "^16.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/react-redux": { "version": "7.2.9", "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", @@ -9374,9 +9395,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.51.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.51.0.tgz", - "integrity": "sha512-mj5M8eVENE46LHdO68d759ucWFzNni55hrjn6Ft9tBwQG/4KTS6H1stKh836uOCGyI79t5C95Gt4SHgT/UacVQ==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#f77acbfe1ec66aa97dce62cd89eda5cd9e872620", + "integrity": "sha512-Y8XNsORs8Ug+3EKLLAP+zrSE8up5YCfaWZuY+DaG5Hu3iVgRhDyCsfshypxnq2N+kR+a7X+jESOuFhug9EHpDQ==", + "from": "auspice@nextstrain/auspice#f77acbfe1ec66aa97dce62cd89eda5cd9e872620", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9429,6 +9450,7 @@ "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", "marked": "^0.7.0", + "moment": "^2.29.4", "mousetrap": "^1.6.2", "null-loader": "^4.0.0", "outer-product": "0.0.4", @@ -9443,6 +9465,7 @@ "react-hot-loader": "^4.8.4", "react-i18next": "^11.15.6", "react-icons": "^3.9.0", + "react-moment": "^1.1.3", "react-redux": "^7.2.6", "react-select": "^5.2.2", "react-tooltip": "^4.2.10", @@ -11579,6 +11602,11 @@ "minimist": "^1.2.6" } }, + "moment": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" + }, "mousetrap": { "version": "1.6.5", "resolved": "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.5.tgz", @@ -12152,6 +12180,12 @@ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, + "react-moment": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/react-moment/-/react-moment-1.1.3.tgz", + "integrity": "sha512-8EPvlUL8u6EknPp1ISF5MQ3wx2OHJVXIP/iZc4wRh3iV3XozftZERDv9ANZeAtMlhNNQHdFoqcZHFUkBSTONfA==", + "requires": {} + }, "react-redux": { "version": "7.2.9", "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", diff --git a/auspice-client/package.json b/auspice-client/package.json index f5a774127..6c4466880 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.51.0", + "auspice": "github:nextstrain/auspice#f77acbfe1ec66aa97dce62cd89eda5cd9e872620", "iso-639-1": "^2.1.15" } }