Skip to content

Commit

Permalink
feat: 🎸 Updated curriculum and fake data with new codes (kolplattform…
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanObrink authored Apr 13, 2021
1 parent 504503f commit 0a02ffa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions lib/fakeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1441,8 +1441,8 @@ export const timetable = (child: Skola24Child): TimetableEntry[] => {
{
id: 'YzQ2NWZlOWMtYzM3ZC0wYzBlLTQzNTQtODMyYmU3ODcxMDQ3',
code: 'MTID',
name: 'MTID',
category: 'Okänd',
name: 'Mentorstid',
category: 'Diverse',
comment: 'Arbetslagsråd 6C',
blockName: '',
dayOfWeek: 4,
Expand Down Expand Up @@ -1471,7 +1471,7 @@ export const timetable = (child: Skola24Child): TimetableEntry[] => {
id: 'ZDNlNTFhMGUtYWFlYy0wOGI0LTVlMGItOTc0MzFiZmIwODcx',
code: 'Lunch',
name: 'Lunch',
category: 'Okänd',
category: 'Diverse',
blockName: '',
dayOfWeek: 4,
location: 'Fjärr',
Expand Down Expand Up @@ -1514,7 +1514,7 @@ export const timetable = (child: Skola24Child): TimetableEntry[] => {
id: 'OGJhN2MxYTYtMDQ4NS0wNWNhLTUwZWEtZDQ5YzQyMzFhYzc5',
code: 'Lunch',
name: 'Lunch',
category: 'Okänd',
category: 'Diverse',
blockName: '',
dayOfWeek: 5,
location: 'Ö5',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@skolplattformen/curriculum": "^1.1.0",
"@skolplattformen/curriculum": "^1.2.0",
"@types/he": "^1.1.1",
"camelcase-keys": "^6.2.2",
"change-case": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@skolplattformen/curriculum@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@skolplattformen/curriculum/-/curriculum-1.1.0.tgz#06ca1e198205fcf19416e465a550ce10174aa6ef"
integrity sha512-V0LdRbtonkjHeLBT+uLG7kYlK1OgSXZvs3Ge5kfEkHRFeZbbHqW7Mvb09DtBT1xrsH4GBRPCyM5HVd7eN1koMA==
"@skolplattformen/curriculum@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@skolplattformen/curriculum/-/curriculum-1.2.0.tgz#f6975bf241c09e05bb81f3493ac7cf35aa23d6c4"
integrity sha512-26/R+ZN1P0jrH26xVrn6ue8WxDPag/TRWqEKyMckSbPWFUpuDRv7/FXRF3q4cRIIowvus6V4L63y3u4ao7Yj3A==

"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
version "7.1.12"
Expand Down

0 comments on commit 0a02ffa

Please sign in to comment.