Skip to content

Commit

Permalink
Updating primer/css in lookbook folder (#1231)
Browse files Browse the repository at this point in the history
* Updating primer/css in lookbook folder

* Updating gems also
  • Loading branch information
jonrohan authored Jul 27, 2022
1 parent cf06cad commit 5aa3b7c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions lookbook/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
primer_view_components (0.0.72)
primer_view_components (0.0.82)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons (>= 17.0.0)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
nio4r (2.5.8)
nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4)
octicons (17.0.0)
octicons (17.3.0)
public_suffix (4.0.7)
puma (5.6.4)
nio4r (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@koddsson/postcss-sass": "^5.0.1",
"@primer/css": "latest",
"@primer/css": "^20.3.0",
"autoprefixer": "^10.4.5",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
Expand Down
18 changes: 9 additions & 9 deletions lookbook/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@primer/css@latest":
version "20.0.0"
resolved "https://registry.yarnpkg.com/@primer/css/-/css-20.0.0.tgz#315075ff9c41c9cf0f09e9a2b962ac86da7e3738"
integrity sha512-bzKJEgKM68GqwwLPfXEK1g5xb1sfZ7dKpnMAAWDWl1hVAADrmL0lcQ6xm29DCCi90RTT2bFF2CgU49d0g7PlTg==
"@primer/css@^20.3.0":
version "20.3.0"
resolved "https://registry.yarnpkg.com/@primer/css/-/css-20.3.0.tgz#d6a29e12a7906e94062470616cda54e38593e582"
integrity sha512-Jmr8SQ7qGI0YmANj9dKRY7uBd6S0NHcLROdd85JZMDR9rAqNAKjvUqlwd6mwu2ByoyUrEyz75BrQuklxW9YCfw==
dependencies:
"@primer/primitives" "^7.7.0"
"@primer/primitives" "^7.9.0"

"@primer/primitives@^7.7.0":
version "7.8.1"
resolved "https://registry.npmjs.org/@primer/primitives/-/primitives-7.8.1.tgz"
integrity sha512-ELUzAylcxIFtAdNCWbgbvVTaXbeLJOHuDyzzjcfQvpDwAXXZ8K9FsYXLcZk93euhLn22wXVs0+gmU5V78vj+LA==
"@primer/primitives@^7.9.0":
version "7.9.0"
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.9.0.tgz#c8a27287488c8308b1715a7d73214629c331544a"
integrity sha512-ZHHfwB0z0z6nDJp263gyGIClYDy+rl0nwqyi4qhcv3Cxhkmtf+If2KVjr6FQqBBFfi1wQwUzaax2FBvfEMFBnw==

"@types/body-parser@*":
version "1.19.2"
Expand Down

0 comments on commit 5aa3b7c

Please sign in to comment.