Skip to content

Commit

Permalink
feat: upgrade wpds-assets to v1.18.0 in root and build.washingtonpost…
Browse files Browse the repository at this point in the history
….com [SRED-100] (#361)
  • Loading branch information
hs4man21 authored Mar 24, 2023
1 parent 3691bd2 commit 80f6414
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 53 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-third-party-scripts": "latest",
"@washingtonpost/tachyons-css": "latest",
"@washingtonpost/wpds-accordion": "1.2.0",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-kitchen-sink": "1.3.0",
"@washingtonpost/wpds-ui-kit": "1.3.0",
"fuse.js": "^6.6.2",
Expand Down
64 changes: 32 additions & 32 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 @@ -98,7 +98,7 @@
],
"dependencies": {
"@babel/standalone": "^7.17.11",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"typescript": "4.5.5"
},
"scripts": {
Expand Down Expand Up @@ -173,7 +173,7 @@
"react-docgen-typescript": "^2.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@washingtonpost/wpds-assets": "^1.17.0"
"@washingtonpost/wpds-assets": "^1.18.0"
},
"packageManager": "npm@8.11.0"
}
4 changes: 2 additions & 2 deletions ui/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
},
"peerDependencies": {
"@radix-ui/react-accordion": "latest",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@radix-ui/react-accordion": "latest",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-icon": "1.2.0",
"@washingtonpost/wpds-theme": "1.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions ui/alert-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@washingtonpost/wpds-app-bar": "*",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-button": "*",
"@washingtonpost/wpds-container": "*",
"@washingtonpost/wpds-icon": "*",
Expand All @@ -46,7 +46,7 @@
},
"dependencies": {
"@washingtonpost/wpds-app-bar": "1.2.0",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-button": "1.2.0",
"@washingtonpost/wpds-container": "1.2.0",
"@washingtonpost/wpds-icon": "1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions ui/carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "4.5.5"
},
"peerDependencies": {
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-button": "*",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-pagination-dots": "*",
Expand All @@ -46,7 +46,7 @@
"dependencies": {
"@radix-ui/react-slot": "^1.0.0",
"@radix-ui/react-use-controllable-state": "^1.0.0",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-button": "1.2.0",
"@washingtonpost/wpds-icon": "1.2.0",
"@washingtonpost/wpds-pagination-dots": "1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions ui/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@radix-ui/react-checkbox": "^1.0.0",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-input-label": "*",
"@washingtonpost/wpds-input-shared": "*",
Expand All @@ -47,7 +47,7 @@
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.0",
"@washingtonpost/wpds-assets": "^1.17.0",
"@washingtonpost/wpds-assets": "^1.18.0",
"@washingtonpost/wpds-icon": "1.2.0",
"@washingtonpost/wpds-input-label": "1.2.0",
"@washingtonpost/wpds-input-shared": "1.2.0",
Expand Down
Loading

4 comments on commit 80f6414

@vercel
Copy link

@vercel vercel bot commented on 80f6414 Mar 24, 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-vitejs-example – ./apps/vite-project

wpds-ui-kit-vitejs-example-git-main.preview.now.washingtonpost.com
wpds-ui-kit-vitejs-example.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 80f6414 Mar 24, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 80f6414 Mar 24, 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.preview.now.washingtonpost.com
build.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 80f6414 Mar 24, 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-git-main.preview.now.washingtonpost.com
wpds-ui-kit-storybook.preview.now.washingtonpost.com

Please sign in to comment.