Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grab cffdrs_ts from git at specified hash #3867

Merged
merged 3 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
Loading