From 08636f780e9a7f8dca6877c5db1fb2412758e623 Mon Sep 17 00:00:00 2001 From: Conor Brady Date: Wed, 21 Aug 2024 11:41:58 -0700 Subject: [PATCH] Grab cffdrs_ts from git at specified hash (#3867) Instead of a private artifactory package, simplify resolution of `cffdrs_ts` to it's git repo at the current main commit. --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index e9c78ec66..2628e6a57 100644 --- a/web/package.json +++ b/web/package.json @@ -19,7 +19,7 @@ "@mui/material": "5.15.20", "@mui/x-data-grid-pro": "^6.0.0", "@mui/x-date-pickers": "^7.0.0", - "@psu/cffdrs_ts": "^0.1.0", + "@psu/cffdrs_ts": "git+https://github.com/cffdrs/cffdrs_ts#b9afdabc89dd4bdf04ccf1e406a4a5d8d552ff51", "@reduxjs/toolkit": "^1.8.0", "@sentry/cli": "^2.31.2", "@sentry/react": "^8.2.1", diff --git a/web/yarn.lock b/web/yarn.lock index e01c2857f..306aa9449 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3102,10 +3102,10 @@ __metadata: languageName: node linkType: hard -"@psu/cffdrs_ts@npm:^0.1.0": +"@psu/cffdrs_ts@git+https://github.com/cffdrs/cffdrs_ts#b9afdabc89dd4bdf04ccf1e406a4a5d8d552ff51": version: 0.1.0 - resolution: "@psu/cffdrs_ts@npm:0.1.0::__archiveUrl=https%3A%2F%2Fartifacts.developer.gov.bc.ca%3A443%2Fartifactory%2Fapi%2Fnpm%2Fpe1e-psu-npm-local%2F%40psu%2Fcffdrs_ts%2F-%2F%40psu%2Fcffdrs_ts-0.1.0.tgz" - checksum: 10c0/faa141ebc0b73546f542d9253992792b5b198b5c40079e131f0d648295ee5e3641e546b3a730834306b32be9cd6062adf55b8af3952c24703847c41377cee1cd + resolution: "@psu/cffdrs_ts@https://github.com/cffdrs/cffdrs_ts.git#commit=b9afdabc89dd4bdf04ccf1e406a4a5d8d552ff51" + checksum: 10c0/add6a6b26e397823e9daa630eefcfaa9096755dffec7f5dfb35e10209d1aa88425dcd65d18c4f57c55500635dd1cc89e69a0faef49cf202dcbe01aa8be901526 languageName: node linkType: hard @@ -17438,7 +17438,7 @@ __metadata: "@mui/material": "npm:5.15.20" "@mui/x-data-grid-pro": "npm:^6.0.0" "@mui/x-date-pickers": "npm:^7.0.0" - "@psu/cffdrs_ts": "npm:^0.1.0" + "@psu/cffdrs_ts": "git+https://github.com/cffdrs/cffdrs_ts#b9afdabc89dd4bdf04ccf1e406a4a5d8d552ff51" "@reduxjs/toolkit": "npm:^1.8.0" "@sentry/cli": "npm:^2.31.2" "@sentry/react": "npm:^8.2.1"