Skip to content

Commit

Permalink
fix: our lockfile area for build dot site was borked (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Dec 13, 2023
1 parent d825acc commit 2a66631
Show file tree
Hide file tree
Showing 4 changed files with 2,710 additions and 1,848 deletions.
11 changes: 5 additions & 6 deletions build.washingtonpost.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@babel/standalone": "^7.17.11",
"@codesandbox/sandpack-react": "^2.0.27",
"@codesandbox/sandpack-react": "^1.3.2",
"@docsearch/react": "^3.0.0",
"@octokit/core": "^4.0.5",
"@radix-ui/react-accordion": "^1.0.0",
Expand All @@ -22,9 +22,8 @@
"@radix-ui/react-toggle-group": "^1.0.1",
"@stitches/react": "1.2.8",
"@washingtonpost/site-favicons": "^0.1.3",
"@washingtonpost/tachyons-css": "^1.8.0",
"@washingtonpost/wpds-accordion": "1.17.0",
"@washingtonpost/wpds-assets": "1.24.0",
"@washingtonpost/tachyons-css": "~1.8.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 All @@ -39,8 +38,8 @@
"param-case": "^3.0.4",
"pascal-case": "^3.1.2",
"react": "^17.0.2",
"react-docgen": "^5.4.0",
"react-dom": "^17.0.2",
"react-docgen": "^5.4.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.41.0",
"react-phone-number-input": "^3.2.13",
Expand Down Expand Up @@ -76,6 +75,6 @@
"overrides": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@washingtonpost/wpds-assets": "1.24.0"
"@washingtonpost/wpds-assets": ">=1.24.0"
}
}
Loading

2 comments on commit 2a66631

@vercel
Copy link

@vercel vercel bot commented on 2a66631 Dec 13, 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

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

@vercel
Copy link

@vercel vercel bot commented on 2a66631 Dec 13, 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.