Skip to content

Commit

Permalink
feat: bump wam to 1.24.0 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva authored Dec 12, 2023
1 parent 9d4d6f9 commit d825acc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,5 @@ build.washingtonpost.com/public/storybook/**/*
/test-results/
/playwright-report/
/playwright/.cache/

.turbo
4 changes: 2 additions & 2 deletions build.washingtonpost.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@washingtonpost/site-favicons": "^0.1.3",
"@washingtonpost/tachyons-css": "^1.8.0",
"@washingtonpost/wpds-accordion": "1.17.0",
"@washingtonpost/wpds-assets": "1.23.0",
"@washingtonpost/wpds-assets": "1.24.0",
"@washingtonpost/wpds-kitchen-sink": "1.17.0",
"@washingtonpost/wpds-tailwind-theme": "1.17.0",
"@washingtonpost/wpds-tokens": "1.17.0",
Expand Down Expand Up @@ -76,6 +76,6 @@
"overrides": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@washingtonpost/wpds-assets": "1.23.0"
"@washingtonpost/wpds-assets": "1.24.0"
}
}
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
],
"dependencies": {
"@babel/standalone": "^7.17.11",
"@washingtonpost/wpds-assets": "^1.22.0",
"@washingtonpost/wpds-assets": "^1.24.0",
"typescript": "4.5.5"
},
"scripts": {
Expand Down Expand Up @@ -135,7 +135,7 @@
"react-docgen-typescript": "^2.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@washingtonpost/wpds-assets": "^1.22.0"
"@washingtonpost/wpds-assets": "^1.24.0"
},
"packageManager": "npm@9.6.7"
}

2 comments on commit d825acc

@vercel
Copy link

@vercel vercel bot commented on d825acc Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit-git-main.preview.now.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com
build.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on d825acc Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.