We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b2004 commit fe9aeacCopy full SHA for fe9aeac
scripts/buildWebsite.js
@@ -45,11 +45,14 @@ async function build() {
45
name.startsWith('@spectrum-css') ||
46
name.startsWith('postcss') ||
47
name.startsWith('@adobe') ||
48
- name === 'sharp'
+ name === 'sharp' ||
49
+ name === 'recast'
50
)
51
),
52
dependencies: {
- '@adobe/react-spectrum': 'latest'
53
+ '@adobe/react-spectrum': 'latest',
54
+ 'react-aria': 'latest',
55
+ 'react-stately': 'latest'
56
},
57
resolutions: packageJSON.resolutions,
58
browserslist: packageJSON.browserslist,
0 commit comments