Skip to content

Commit

Permalink
build: found issue with turbo. stopped using peerDeps how we expect (#79
Browse files Browse the repository at this point in the history
)
  • Loading branch information
artmsilva authored and atomictangerine committed Jul 21, 2022
1 parent 80211ca commit ee2e630
Show file tree
Hide file tree
Showing 11 changed files with 209 additions and 27 deletions.
180 changes: 153 additions & 27 deletions ui/build.washingtonpost.com/package-lock.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions ui/build.washingtonpost.com/ui/alert-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,14 @@
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-app-bar": "*",
"@washingtonpost/wpds-assets": "^1.2.1",
"@washingtonpost/wpds-button": "*",
"@washingtonpost/wpds-container": "*",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}
4 changes: 4 additions & 0 deletions ui/build.washingtonpost.com/ui/app-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}
4 changes: 4 additions & 0 deletions ui/build.washingtonpost.com/ui/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}
4 changes: 4 additions & 0 deletions ui/build.washingtonpost.com/ui/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}
8 changes: 8 additions & 0 deletions ui/build.washingtonpost.com/ui/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,13 @@
"@washingtonpost/wpds-visually-hidden": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@radix-ui/react-checkbox": "latest",
"@washingtonpost/wpds-assets": "^1.2.1",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-theme": "*",
"@washingtonpost/wpds-visually-hidden": "*",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}
4 changes: 4 additions & 0 deletions ui/build.washingtonpost.com/ui/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}
5 changes: 5 additions & 0 deletions ui/build.washingtonpost.com/ui/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@
"@washingtonpost/wpds-visually-hidden": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-theme": "*",
"@washingtonpost/wpds-visually-hidden": "*",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}
11 changes: 11 additions & 0 deletions ui/build.washingtonpost.com/ui/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,16 @@
"@washingtonpost/wpds-theme": "*",
"@washingtonpost/wpds-visually-hidden": "*"
},
"dependencies": {
"@washingtonpost/wpds-alert-banner": "*",
"@washingtonpost/wpds-app-bar": "*",
"@washingtonpost/wpds-box": "*",
"@washingtonpost/wpds-button": "*",
"@washingtonpost/wpds-checkbox": "*",
"@washingtonpost/wpds-container": "*",
"@washingtonpost/wpds-icon": "*",
"@washingtonpost/wpds-theme": "*",
"@washingtonpost/wpds-visually-hidden": "*"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}
3 changes: 3 additions & 0 deletions ui/build.washingtonpost.com/ui/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"peerDependencies": {
"@stitches/react": "*"
},
"dependencies": {
"@stitches/react": "*"
},
"devDependencies": {
"tsup": "^5.11.13",
"typescript": "4.5.5"
Expand Down
4 changes: 4 additions & 0 deletions ui/build.washingtonpost.com/ui/visually-hidden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"dependencies": {
"@washingtonpost/wpds-theme": "*",
"react": "^16.8.6 || ^17.0.2"
},
"gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"
}

0 comments on commit ee2e630

Please sign in to comment.