Upgrade react-spectrum packages
parent
5d1321cfdd
commit
29f2648036
|
@ -52,28 +52,28 @@
|
|||
"@atomik-color/component": "^1.0.17",
|
||||
"@atomik-color/core": "^1.0.13",
|
||||
"@axe-core/react": "^4.5.2",
|
||||
"@internationalized/number": "^3.1.1",
|
||||
"@internationalized/number": "^3.2.0",
|
||||
"@leeoniya/ufuzzy": "^1.0.2",
|
||||
"@publicodes/api": "^1.0.0-beta.66",
|
||||
"@react-aria/accordion": "^3.0.0-alpha.13",
|
||||
"@react-aria/button": "^3.6.3",
|
||||
"@react-aria/checkbox": "^3.7.0",
|
||||
"@react-aria/dialog": "^3.4.1",
|
||||
"@react-aria/i18n": "^3.6.2",
|
||||
"@react-aria/numberfield": "^3.3.3",
|
||||
"@react-aria/overlays": "^3.12.0",
|
||||
"@react-aria/progress": "^3.3.3",
|
||||
"@react-aria/radio": "^3.4.1",
|
||||
"@react-aria/searchfield": "^3.4.3",
|
||||
"@react-aria/select": "^3.8.3",
|
||||
"@react-aria/ssr": "^3.4.0",
|
||||
"@react-aria/switch": "^3.3.0",
|
||||
"@react-aria/textfield": "^3.8.0",
|
||||
"@react-aria/accordion": "^3.0.0-alpha.15",
|
||||
"@react-aria/button": "^3.7.0",
|
||||
"@react-aria/checkbox": "^3.8.0",
|
||||
"@react-aria/dialog": "^3.5.0",
|
||||
"@react-aria/i18n": "^3.7.0",
|
||||
"@react-aria/numberfield": "^3.4.0",
|
||||
"@react-aria/overlays": "^3.13.0",
|
||||
"@react-aria/progress": "^3.4.0",
|
||||
"@react-aria/radio": "^3.5.0",
|
||||
"@react-aria/searchfield": "^3.5.0",
|
||||
"@react-aria/select": "^3.9.0",
|
||||
"@react-aria/ssr": "^3.5.0",
|
||||
"@react-aria/switch": "^3.4.0",
|
||||
"@react-aria/textfield": "^3.9.0",
|
||||
"@react-pdf/renderer": "^3.1.6",
|
||||
"@react-stately/radio": "^3.6.1",
|
||||
"@react-stately/searchfield": "^3.3.3",
|
||||
"@react-stately/toggle": "^3.4.3",
|
||||
"@react-stately/tree": "^3.4.0",
|
||||
"@react-stately/radio": "^3.7.0",
|
||||
"@react-stately/searchfield": "^3.4.0",
|
||||
"@react-stately/toggle": "^3.5.0",
|
||||
"@react-stately/tree": "^3.5.0",
|
||||
"@sentry/integrations": "^7.22.0",
|
||||
"@sentry/react": "^7.22.0",
|
||||
"@sentry/tracing": "^7.22.0",
|
||||
|
@ -88,7 +88,6 @@
|
|||
"publicodes": "^1.0.0-beta.66",
|
||||
"publicodes-react": "^1.0.0-beta.66",
|
||||
"react": "^18.2.0",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-easy-emoji": "^1.8.1",
|
||||
"react-helmet-async": "^1.3.0",
|
||||
|
@ -110,8 +109,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@react-types/accordion": "^3.0.0-alpha.11",
|
||||
"@react-types/numberfield": "^3.3.5",
|
||||
"@react-types/searchfield": "^3.3.5",
|
||||
"@react-types/numberfield": "^3.4.0",
|
||||
"@react-types/searchfield": "^3.4.0",
|
||||
"@redux-devtools/extension": "^3.2.3",
|
||||
"@rollup/plugin-replace": "^5.0.2",
|
||||
"@rollup/plugin-yaml": "^4.0.1",
|
||||
|
@ -127,7 +126,6 @@
|
|||
"@swc/plugin-styled-components": "^1.5.43",
|
||||
"@types/history": "^5.0.0",
|
||||
"@types/react": "^18.0.25",
|
||||
"@types/react-color": "^3.0.6",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"@types/react-instantsearch-dom": "^6.12.3",
|
||||
"@types/react-redux": "^7.1.24",
|
||||
|
|
|
@ -132,15 +132,13 @@ export default defineConfig(({ command, mode }) => ({
|
|||
/**
|
||||
* Prevent listed dependencies from being externalized for SSR build cause some
|
||||
* packages are not esm ready or package.json setup seems wrong, wait this pr to be merge:
|
||||
* react-spectrum: https://github.com/adobe/react-spectrum/pull/3630
|
||||
* markdown-to-jsx: https://github.com/probablyup/markdown-to-jsx/pull/414
|
||||
* styled-components: https://github.com/styled-components/styled-components/issues/3601
|
||||
* styled-components: https://github.com/styled-components/styled-components/issues/3601 (wait v6 release)
|
||||
*/
|
||||
noExternal: [
|
||||
/react-aria|react-stately|internationalized/,
|
||||
/markdown-to-jsx/,
|
||||
/styled-components|emotion/,
|
||||
/publicodes-react/, // TODO remove this after publicodes-react upgrade
|
||||
/publicodes-react/, // use styled-components
|
||||
],
|
||||
},
|
||||
}))
|
||||
|
|
Loading…
Reference in New Issue