Skip to content

Commit

Permalink
new cfl package
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 3, 2024
1 parent 94be57c commit e307193
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3.8",
"codeforlife": "github:ocadotechnology/codeforlife-package-javascript#portal-frontend-6",
"crypto-js": "^4.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/homeLearning/Advanced.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Advanced: FC<AdvancedProps> = () => (
banner={{
difficulty: "Advanced",
color: "White",
bgcolor: "primary.main",
bgcolor: "teacher.main",
}}
cardProps={{
mediaProps: { title: "RR advanced image", image: RRAdvancedImage },
Expand Down
2 changes: 1 addition & 1 deletion src/pages/homeLearning/Beginner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Beginner: FC<BeginnerProps> = () => (
banner={{
difficulty: "Beginner",
color: "White",
bgcolor: "tertiary.main",
bgcolor: "student.main",
}}
cardProps={{
mediaProps: { title: "RR beginner image", image: RRBeginnerImage },
Expand Down
2 changes: 1 addition & 1 deletion src/pages/homeLearning/Intermediate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Intermediate: FC<IntermediateProps> = () => (
banner={{
difficulty: "Intermediate",
color: "Black",
bgcolor: "secondary.main",
bgcolor: "indy.main",
}}
cardProps={{
mediaProps: {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2699,9 +2699,9 @@ 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.3.8":
"codeforlife@github:ocadotechnology/codeforlife-package-javascript#portal-frontend-6":
version "2.3.8"
resolved "https://codeload.github.com/ocadotechnology/codeforlife-package-javascript/tar.gz/6729cfc43532038147710b7ba312367d5ffdc324"
resolved "https://codeload.github.com/ocadotechnology/codeforlife-package-javascript/tar.gz/76cb4d3a3ff498fc868635be88364c8ae275db57"
dependencies:
"@emotion/react" "^11.10.6"
"@emotion/styled" "^11.10.6"
Expand Down

0 comments on commit e307193

Please sign in to comment.