Skip to content

Commit

Permalink
feat: update wam (#651)
Browse files Browse the repository at this point in the history
* chore: commit save point

* chore: commit save point

* chore: commit save point

* chore: commit save point
  • Loading branch information
artmsilva authored Jul 12, 2024
1 parent 4edc983 commit 938399f
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build.washingtonpost.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@washingtonpost/site-favicons": "0.3.4-alpha.1",
"@washingtonpost/site-footer": "0.25.3-alpha.1",
"@washingtonpost/tachyons-css": "^1.8.0",
"@washingtonpost/wpds-assets": "2.0.0",
"@washingtonpost/wpds-assets": "^2.4.1",
"@washingtonpost/wpds-kitchen-sink": "2.4.0",
"@washingtonpost/wpds-tailwind-theme": "2.4.0",
"@washingtonpost/wpds-tokens": "2.4.0",
Expand Down
30 changes: 22 additions & 8 deletions 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 @@ -106,7 +106,7 @@
],
"dependencies": {
"@babel/standalone": "^7.17.11",
"@washingtonpost/wpds-assets": "2.0.0",
"@washingtonpost/wpds-assets": "^2.4.1",
"typescript": "4.5.5"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@react-types/combobox": "^3.11.1",
"@react-types/shared": "^3.23.1",
"@stitches/react": "1.3.1-1",
"@washingtonpost/wpds-assets": "2.0.0",
"@washingtonpost/wpds-assets": "^2.4.1",
"match-sorter": "6.3.1",
"nanoid": "^3.3.4",
"popper-max-size-modifier": "^0.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/kit/src/accordion/play.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ const Template: StoryFn<any> = (args) => {
</Accordion.Trigger>
<Accordion.Content {...args} ref={myContentRef} data-testid="content-1">
<img
data-chromatic="ignore"
loading="lazy"
src="https://i.pravatar.cc/300/300"
alt="An avatar is an atomic component that represents an individual’s identity through a circular photo."
/>
Expand Down
4 changes: 2 additions & 2 deletions packages/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"typescript": "4.5.5"
},
"peerDependencies": {
"@washingtonpost/wpds-assets": "2.0.0",
"@washingtonpost/wpds-assets": "^2.4.1",
"@washingtonpost/wpds-ui-kit": "2.1.0",
"react": "^18.2.0"
},
"dependencies": {
"@washingtonpost/wpds-assets": "2.0.0",
"@washingtonpost/wpds-assets": "^2.4.1",
"@washingtonpost/wpds-ui-kit": "2.4.0",
"nanoid": "^3.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "MIT",
"devDependencies": {
"@washingtonpost/wpds-assets": "^2.2.0",
"@washingtonpost/wpds-assets": "^2.4.1",
"@washingtonpost/wpds-ui-kit": "2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 938399f

Please sign in to comment.