Skip to content

Commit

Permalink
use lookbook 1.5.2 (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored Feb 15, 2023
1 parent ab76d2e commit c0545a6
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-peaches-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

use lookbook 1.5.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem "webpacker", "~> 5.0"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", require: false

gem "lookbook", "~> 1.5.1" unless rails_version.to_f < 7
gem "lookbook", "~> 1.5.2" unless rails_version.to_f < 7
gem "view_component", path: ENV["VIEW_COMPONENT_PATH"] if ENV["VIEW_COMPONENT_PATH"]

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lookbook (1.5.1)
lookbook (1.5.2)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -164,7 +164,7 @@ GEM
redcarpet (3.6.0)
regexp_parser (2.6.2)
rexml (3.2.5)
rouge (4.0.1)
rouge (4.1.0)
rubocop (1.13.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down Expand Up @@ -255,7 +255,7 @@ DEPENDENCIES
erb_lint
erblint-github (= 0.1.0)
listen (~> 3.0)
lookbook (~> 1.5.1)
lookbook (~> 1.5.2)
matrix (~> 0.4.2)
minitest (~> 5.0)
mocha
Expand Down
20 changes: 12 additions & 8 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.1",
"@github/browserslist-config": "^1.0.0",
"@github/prettier-config": "0.0.4",
"@github/markdownlint-github": "^0.2.2",
"@github/prettier-config": "0.0.4",
"@playwright/test": "^1.27.1",
"@primer/css": "20.4.7",
"@primer/primitives": "^7.9.0",
Expand Down

0 comments on commit c0545a6

Please sign in to comment.