Skip to content

Commit

Permalink
Install local package blablabla
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 20, 2024
1 parent 9fe78e3 commit bd3ba61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"✅ Do add `devDependencies` below that are `peerDependencies` in the CFL package."
],
"dependencies": {
"codeforlife": "github:ocadotechnology/codeforlife-package-javascript#v2.5.0",
"codeforlife": "github:ocadotechnology/codeforlife-package-javascript#join_class_null",
"crypto-js": "^4.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/studentJoinClass/StudentJoinClass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const _StudentJoinClass: FC<SessionMetadata> = ({ user_id }) => {
onClick={() => {
void updateUser({

Check warning on line 57 in src/pages/studentJoinClass/StudentJoinClass.tsx

View check run for this annotation

Codecov / codecov/patch

src/pages/studentJoinClass/StudentJoinClass.tsx#L56-L57

Added lines #L56 - L57 were not covered by tests
id: user_id,
requesting_to_join_class: "",
requesting_to_join_class: null,
})
.unwrap()
.then(() => {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2824,9 +2824,9 @@ clsx@^2.0.0, clsx@^2.1.0, clsx@^2.1.1:
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==

"codeforlife@github:ocadotechnology/codeforlife-package-javascript#v2.5.0":
"codeforlife@github:ocadotechnology/codeforlife-package-javascript#join_class_null":
version "2.5.0"
resolved "https://codeload.github.com/ocadotechnology/codeforlife-package-javascript/tar.gz/47d9378050aead76bf8acd550744054527affaef"
resolved "https://codeload.github.com/ocadotechnology/codeforlife-package-javascript/tar.gz/d05200668132931a55e854dfc609377f19585705"
dependencies:
"@emotion/react" "^11.10.6"
"@emotion/styled" "^11.10.6"
Expand Down

0 comments on commit bd3ba61

Please sign in to comment.