Skip to content

Commit

Permalink
Update ordering of keynote speakers (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert authored May 10, 2023
1 parent 07f5f9b commit bdefdbc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"postcss": "8.4.12",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-import": "14.1.0",
"postcss-load-config": "4.0.1",
"postcss-load-config": "3.1.4",
"postcss-preset-env": "7.4.3",
"sass": "1.50.1",
"sass-loader": "12.6.0",
Expand Down
15 changes: 8 additions & 7 deletions src/_data/speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
# photo_url: /images/speakers/firstname-lastname.jpg
# type: speaker | keynote
# bio: |
- id: bernard-banta
first_name: Bernard
last_name: Banta
twitter_handle: Bantab
photo_url: /images/speakers/banta.jpg
type: keynote
bio: |
- id: matz
first_name: Yukihiro "Matz"
last_name: Matsumoto
twitter_handle: matz
photo_url: /images/speakers/matz.jpg
type: keynote
bio: |
- id: bernard-banta
first_name: Bernard
last_name: Banta
twitter_handle: Bantab
photo_url: /images/speakers/banta.jpg
type: keynote
bio: |
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -915,12 +915,13 @@ postcss-lab-function@^4.1.2:
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
postcss-value-parser "^4.2.0"

[email protected]:
version "4.0.1"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.1.tgz#152383f481c2758274404e4962743191d73875bd"
[email protected]:
version "3.1.4"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz#1ab2571faf84bb078877e1d07905eabe9ebda855"
integrity sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==
dependencies:
lilconfig "^2.0.5"
yaml "^2.1.1"
yaml "^1.10.2"

postcss-logical@^5.0.4:
version "5.0.4"
Expand Down Expand Up @@ -1292,9 +1293,10 @@ y18n@^5.0.5:
version "5.0.8"
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz"

yaml@^2.1.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
yaml@^1.10.2:
version "1.10.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

yargs-parser@^21.0.0:
version "21.1.1"
Expand Down

0 comments on commit bdefdbc

Please sign in to comment.