mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
refactor(root): react aria packages fixed (#2944)
This commit is contained in:
parent
ec6fd12d7c
commit
73d9695994
@ -32,6 +32,7 @@
|
||||
"lint:fix": "eslint --fix -c .eslintrc.json ./packages/**/**/*.{ts,tsx}",
|
||||
"lint:docs-fix": "eslint --fix -c .eslintrc.json ./apps/docs/**/*.{ts,tsx}",
|
||||
"check:rap": "tsx scripts/check-rap-updates.ts",
|
||||
"fix:rap": "tsx scripts/fix-rap.ts",
|
||||
"format:check": "prettier --check packages/**/**/src --cache",
|
||||
"format:write": "prettier --write packages/**/**/src --cache",
|
||||
"turbo:clean": "turbo clean && rimraf ./node_modules/.cache/turbo",
|
||||
|
||||
@ -54,13 +54,13 @@
|
||||
"@nextui-org/framer-utils": "workspace:*",
|
||||
"@nextui-org/divider": "workspace:*",
|
||||
"@nextui-org/use-aria-accordion": "workspace:*",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/tree": "^3.7.6",
|
||||
"@react-aria/button": "^3.9.3",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/tree": "3.7.6",
|
||||
"@react-aria/button": "3.9.3",
|
||||
"@react-types/accordion": "3.0.0-alpha.19",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -75,4 +75,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -53,15 +53,15 @@
|
||||
"@nextui-org/use-aria-button": "workspace:*",
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
||||
"@react-aria/combobox": "^3.8.4",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/visually-hidden": "^3.8.10",
|
||||
"@react-stately/combobox": "^3.8.2",
|
||||
"@react-types/combobox": "^3.10.1",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/combobox": "3.8.4",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/visually-hidden": "3.8.10",
|
||||
"@react-stately/combobox": "3.8.2",
|
||||
"@react-types/combobox": "3.10.1",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -70,11 +70,11 @@
|
||||
"@nextui-org/chip": "workspace:*",
|
||||
"@nextui-org/stories-utils": "workspace:*",
|
||||
"@nextui-org/use-infinite-scroll": "workspace:*",
|
||||
"@react-stately/data": "^3.11.2",
|
||||
"@react-stately/data": "3.11.2",
|
||||
"framer-motion": "^11.0.28",
|
||||
"clean-package": "2.2.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -43,9 +43,9 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/use-image": "workspace:*",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/utils": "^3.23.2"
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/utils": "3.23.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -57,4 +57,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -53,4 +53,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -43,11 +43,11 @@
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/breadcrumbs": "^3.5.11",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-types/breadcrumbs": "^3.7.3",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/breadcrumbs": "3.5.11",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-types/breadcrumbs": "3.7.3",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -60,4 +60,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -46,12 +46,12 @@
|
||||
"@nextui-org/use-aria-button": "workspace:*",
|
||||
"@nextui-org/ripple": "workspace:*",
|
||||
"@nextui-org/spinner": "workspace:*",
|
||||
"@react-aria/button": "^3.9.3",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-types/shared": "^3.22.1",
|
||||
"@react-types/button": "^3.9.2"
|
||||
"@react-aria/button": "3.9.3",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-types/shared": "3.22.1",
|
||||
"@react-types/button": "3.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -62,4 +62,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -49,15 +49,15 @@
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"@internationalized/date": "^3.5.2",
|
||||
"@react-aria/calendar": "3.5.6",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-stately/calendar": "3.4.4",
|
||||
"@react-types/button": "^3.9.2",
|
||||
"@react-aria/visually-hidden": "^3.8.10",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/utils": "^3.9.1",
|
||||
"@react-types/button": "3.9.2",
|
||||
"@react-aria/visually-hidden": "3.8.10",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/utils": "3.9.1",
|
||||
"@react-types/calendar": "3.4.4",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-types/shared": "3.22.1",
|
||||
"scroll-into-view-if-needed": "3.0.10",
|
||||
"@types/lodash.debounce": "^4.0.7"
|
||||
@ -73,4 +73,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -45,11 +45,11 @@
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/use-aria-button": "workspace:*",
|
||||
"@nextui-org/ripple": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/button": "^3.9.3",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/button": "3.9.3",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -64,4 +64,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -44,15 +44,15 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/use-callback-ref": "workspace:*",
|
||||
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
||||
"@react-aria/checkbox": "^3.14.1",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/visually-hidden": "^3.8.10",
|
||||
"@react-stately/checkbox": "^3.6.3",
|
||||
"@react-stately/toggle": "^3.7.2",
|
||||
"@react-types/checkbox": "^3.7.1",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/checkbox": "3.14.1",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/visually-hidden": "3.8.10",
|
||||
"@react-stately/checkbox": "3.6.3",
|
||||
"@react-stately/toggle": "3.7.2",
|
||||
"@react-types/checkbox": "3.7.1",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/chip": "workspace:*",
|
||||
@ -67,4 +67,4 @@
|
||||
"react-hook-form": "^7.51.3"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -43,10 +43,10 @@
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-types/checkbox": "^3.7.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-types/checkbox": "3.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -57,4 +57,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -50,4 +50,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -43,12 +43,12 @@
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@internationalized/date": "^3.5.2",
|
||||
"@react-aria/datepicker": "^3.9.3",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-stately/datepicker": "^3.9.2",
|
||||
"@react-types/datepicker": "^3.7.2",
|
||||
"@react-aria/datepicker": "3.9.3",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-stately/datepicker": "3.9.2",
|
||||
"@react-types/datepicker": "3.7.2",
|
||||
"@react-types/shared": "3.22.1",
|
||||
"@react-aria/utils": "^3.23.2"
|
||||
"@react-aria/utils": "3.23.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/system": "workspace:*",
|
||||
@ -60,4 +60,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -47,15 +47,15 @@
|
||||
"@nextui-org/button": "workspace:*",
|
||||
"@nextui-org/date-input": "workspace:*",
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@react-stately/overlays": "^3.6.5",
|
||||
"@react-stately/utils": "^3.9.1",
|
||||
"@react-stately/overlays": "3.6.5",
|
||||
"@react-stately/utils": "3.9.1",
|
||||
"@internationalized/date": "^3.5.2",
|
||||
"@react-aria/datepicker": "^3.9.3",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-stately/datepicker": "^3.9.2",
|
||||
"@react-types/datepicker": "^3.7.2",
|
||||
"@react-aria/datepicker": "3.9.3",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-stately/datepicker": "3.9.2",
|
||||
"@react-types/datepicker": "3.7.2",
|
||||
"@react-types/shared": "3.22.1",
|
||||
"@react-aria/utils": "^3.23.2"
|
||||
"@react-aria/utils": "3.23.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/system": "workspace:*",
|
||||
@ -67,4 +67,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -42,7 +42,7 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-rsc-utils": "workspace:*",
|
||||
"@nextui-org/system-rsc": "workspace:*",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -51,4 +51,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -45,11 +45,11 @@
|
||||
"@nextui-org/popover": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@react-aria/menu": "^3.13.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/menu": "^3.6.1",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-types/menu": "^3.9.7"
|
||||
"@react-aria/menu": "3.13.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/menu": "3.6.1",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-types/menu": "3.9.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -65,4 +65,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -52,4 +52,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -44,13 +44,13 @@
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/textfield": "^3.14.3",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/utils": "^3.9.1",
|
||||
"@react-types/shared": "^3.22.1",
|
||||
"@react-types/textfield": "^3.9.1",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/textfield": "3.14.3",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/utils": "3.9.1",
|
||||
"@react-types/shared": "3.22.1",
|
||||
"@react-types/textfield": "3.9.1",
|
||||
"react-textarea-autosize": "^8.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -62,4 +62,4 @@
|
||||
"react-hook-form": "^7.51.3"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -42,7 +42,7 @@
|
||||
"@nextui-org/system-rsc": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@react-aria/utils": "^3.23.2"
|
||||
"@react-aria/utils": "3.23.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -51,4 +51,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -44,10 +44,10 @@
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/use-aria-link": "workspace:*",
|
||||
"@react-aria/link": "^3.6.5",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-types/link": "^3.5.3"
|
||||
"@react-aria/link": "3.6.5",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-types/link": "3.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -57,4 +57,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -45,13 +45,13 @@
|
||||
"@nextui-org/divider": "workspace:*",
|
||||
"@nextui-org/aria-utils": "workspace:*",
|
||||
"@nextui-org/use-is-mobile": "workspace:*",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/listbox": "^3.11.5",
|
||||
"@react-stately/list": "^3.10.3",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-types/menu": "^3.9.7",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/listbox": "3.11.5",
|
||||
"@react-stately/list": "3.10.3",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-types/menu": "3.9.7",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -66,4 +66,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -46,14 +46,14 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/use-aria-menu": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/menu": "^3.13.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/menu": "^3.6.1",
|
||||
"@react-stately/tree": "^3.7.6",
|
||||
"@react-types/menu": "^3.9.7",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/menu": "3.13.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/menu": "3.6.1",
|
||||
"@react-stately/tree": "3.7.6",
|
||||
"@react-types/menu": "3.9.7",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -65,4 +65,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -48,13 +48,13 @@
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@nextui-org/use-aria-modal-overlay": "workspace:*",
|
||||
"@react-aria/dialog": "^3.5.12",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/overlays": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/overlays": "^3.6.5",
|
||||
"@react-types/overlays": "^3.8.5"
|
||||
"@react-aria/dialog": "3.5.12",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/overlays": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/overlays": "3.6.5",
|
||||
"@react-types/overlays": "3.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -70,4 +70,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -46,12 +46,12 @@
|
||||
"@nextui-org/framer-utils": "workspace:*",
|
||||
"@nextui-org/use-aria-toggle-button": "workspace:*",
|
||||
"@nextui-org/use-scroll-position": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/overlays": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/toggle": "^3.7.2",
|
||||
"@react-stately/utils": "^3.9.1",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/overlays": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/toggle": "3.7.2",
|
||||
"@react-stately/utils": "3.9.1",
|
||||
"react-remove-scroll": "^2.5.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -69,4 +69,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -44,10 +44,10 @@
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@nextui-org/use-pagination": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"scroll-into-view-if-needed": "3.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -58,4 +58,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -48,14 +48,14 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
||||
"@react-aria/dialog": "^3.5.12",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/overlays": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/overlays": "^3.6.5",
|
||||
"@react-types/button": "^3.9.2",
|
||||
"@react-types/overlays": "^3.8.5",
|
||||
"@react-aria/dialog": "3.5.12",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/overlays": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/overlays": "3.6.5",
|
||||
"@react-types/button": "3.9.2",
|
||||
"@react-types/overlays": "3.8.5",
|
||||
"react-remove-scroll": "^2.5.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -69,4 +69,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -43,10 +43,10 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/use-is-mounted": "workspace:*",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-aria/progress": "^3.4.11",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-types/progress": "^3.5.2"
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-aria/progress": "3.4.11",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-types/progress": "3.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -58,4 +58,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -42,14 +42,14 @@
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/radio": "^3.10.2",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/visually-hidden": "^3.8.10",
|
||||
"@react-stately/radio": "^3.10.2",
|
||||
"@react-types/radio": "^3.7.1",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/radio": "3.10.2",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/visually-hidden": "3.8.10",
|
||||
"@react-stately/radio": "3.10.2",
|
||||
"@react-types/radio": "3.7.1",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -60,4 +60,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -53,4 +53,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -53,4 +53,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -52,12 +52,12 @@
|
||||
"@nextui-org/use-aria-button": "workspace:*",
|
||||
"@nextui-org/use-aria-multiselect": "workspace:*",
|
||||
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/form": "^3.0.3",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/visually-hidden": "^3.8.10",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/form": "3.0.3",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/visually-hidden": "3.8.10",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -69,11 +69,11 @@
|
||||
"@nextui-org/stories-utils": "workspace:*",
|
||||
"@nextui-org/use-infinite-scroll": "workspace:*",
|
||||
"framer-motion": "^11.0.28",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-stately/data": "^3.11.2",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-stately/data": "3.11.2",
|
||||
"clean-package": "2.2.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -52,4 +52,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -43,13 +43,13 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/tooltip": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/slider": "^3.7.6",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/visually-hidden": "^3.8.10",
|
||||
"@react-stately/slider": "^3.5.2"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/slider": "3.7.6",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/visually-hidden": "3.8.10",
|
||||
"@react-stately/slider": "3.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -61,4 +61,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -47,8 +47,8 @@
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@nextui-org/use-clipboard": "workspace:*",
|
||||
"@nextui-org/tooltip": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/utils": "^3.23.2"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/utils": "3.23.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -58,4 +58,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -50,4 +50,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -52,4 +52,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -43,13 +43,13 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/switch": "^3.6.2",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/visually-hidden": "^3.8.10",
|
||||
"@react-stately/toggle": "^3.7.2",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/switch": "3.6.2",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/visually-hidden": "3.8.10",
|
||||
"@react-stately/toggle": "3.7.2",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -61,4 +61,4 @@
|
||||
"react-hook-form": "^7.51.3"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -45,15 +45,15 @@
|
||||
"@nextui-org/shared-icons": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/spacer": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/table": "^3.13.5",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/visually-hidden": "^3.8.10",
|
||||
"@react-stately/table": "^3.11.6",
|
||||
"@react-stately/virtualizer": "^3.6.8",
|
||||
"@react-types/grid": "^3.2.4",
|
||||
"@react-types/table": "^3.9.3"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/table": "3.13.5",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/visually-hidden": "3.8.10",
|
||||
"@react-stately/table": "3.11.6",
|
||||
"@react-stately/virtualizer": "3.6.8",
|
||||
"@react-types/grid": "3.2.4",
|
||||
"@react-types/table": "3.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -65,11 +65,11 @@
|
||||
"@nextui-org/tooltip": "workspace:*",
|
||||
"@nextui-org/use-infinite-scroll": "workspace:*",
|
||||
"@nextui-org/user": "workspace:*",
|
||||
"@react-stately/data": "^3.11.2",
|
||||
"@react-stately/data": "3.11.2",
|
||||
"clean-package": "2.2.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"swr": "^2.2.1"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -47,13 +47,13 @@
|
||||
"@nextui-org/framer-utils": "workspace:*",
|
||||
"@nextui-org/use-is-mounted": "workspace:*",
|
||||
"@nextui-org/use-update-effect": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/tabs": "^3.8.5",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/tabs": "^3.6.4",
|
||||
"@react-types/shared": "^3.22.1",
|
||||
"@react-types/tabs": "^3.3.5",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/tabs": "3.8.5",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/tabs": "3.6.4",
|
||||
"@react-types/shared": "3.22.1",
|
||||
"@react-types/tabs": "3.3.5",
|
||||
"scroll-into-view-if-needed": "3.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -71,4 +71,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -46,13 +46,13 @@
|
||||
"@nextui-org/aria-utils": "workspace:*",
|
||||
"@nextui-org/framer-utils": "workspace:*",
|
||||
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/overlays": "^3.21.1",
|
||||
"@react-aria/tooltip": "^3.7.2",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/tooltip": "^3.4.7",
|
||||
"@react-types/overlays": "^3.8.5",
|
||||
"@react-types/tooltip": "^3.4.7"
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/overlays": "3.21.1",
|
||||
"@react-aria/tooltip": "3.7.2",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/tooltip": "3.4.7",
|
||||
"@react-types/overlays": "3.8.5",
|
||||
"@react-types/tooltip": "3.4.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/button": "workspace:*",
|
||||
@ -64,4 +64,4 @@
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -43,8 +43,8 @@
|
||||
"@nextui-org/avatar": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/utils": "^3.23.2"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/utils": "3.23.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nextui-org/theme": "workspace:*",
|
||||
@ -55,4 +55,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -84,7 +84,7 @@
|
||||
"@nextui-org/date-input": "workspace:*",
|
||||
"@nextui-org/date-picker": "workspace:*",
|
||||
"@nextui-org/framer-utils": "workspace:*",
|
||||
"@react-aria/visually-hidden": "^3.8.10"
|
||||
"@react-aria/visually-hidden": "3.8.10"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
@ -97,4 +97,4 @@
|
||||
"clean-package": "2.2.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -57,4 +57,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -54,10 +54,10 @@
|
||||
"dependencies": {
|
||||
"@nextui-org/system-rsc": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@internationalized/date": "^3.5.2",
|
||||
"@react-aria/overlays": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/utils": "^3.9.1"
|
||||
"@react-aria/overlays": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/utils": "3.9.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -81,4 +81,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/button": "^3.9.3",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-stately/tree": "^3.7.6",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/button": "3.9.3",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-stately/tree": "3.7.6",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18"
|
||||
@ -55,4 +55,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -34,13 +34,13 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/button": "^3.9.3",
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/selection": "^3.17.5",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/tree": "^3.7.6",
|
||||
"@react-aria/button": "3.9.3",
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/selection": "3.17.5",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/tree": "3.7.6",
|
||||
"@react-types/accordion": "3.0.0-alpha.19",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18"
|
||||
@ -58,4 +58,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -37,11 +37,11 @@
|
||||
"react": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-types/button": "^3.9.2",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-types/button": "3.9.2",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-package": "2.2.0",
|
||||
@ -56,4 +56,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -37,11 +37,11 @@
|
||||
"react": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/focus": "^3.16.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-types/link": "^3.5.3",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/focus": "3.16.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-types/link": "3.5.3",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-package": "2.2.0",
|
||||
@ -56,4 +56,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -38,15 +38,15 @@
|
||||
"react-dom": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-types/shared": "^3.22.1",
|
||||
"@react-aria/menu": "^3.13.1",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-stately/tree": "^3.7.6",
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-aria/selection": "^3.17.5",
|
||||
"@react-stately/collections": "^3.10.5",
|
||||
"@react-types/menu": "^3.9.7"
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-types/shared": "3.22.1",
|
||||
"@react-aria/menu": "3.13.1",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-stately/tree": "3.7.6",
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-aria/selection": "3.17.5",
|
||||
"@react-stately/collections": "3.10.5",
|
||||
"@react-types/menu": "3.9.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-package": "2.2.0",
|
||||
@ -61,4 +61,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/overlays": "^3.21.1",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/overlays": "^3.6.5",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/overlays": "3.21.1",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/overlays": "3.6.5",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
@ -57,4 +57,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -34,20 +34,20 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/i18n": "^3.10.2",
|
||||
"@react-aria/interactions": "^3.21.1",
|
||||
"@react-aria/label": "^3.7.6",
|
||||
"@react-aria/listbox": "^3.11.5",
|
||||
"@react-aria/menu": "^3.13.1",
|
||||
"@react-aria/selection": "^3.17.5",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/form": "^3.0.1",
|
||||
"@react-stately/list": "^3.10.3",
|
||||
"@react-stately/menu": "^3.6.1",
|
||||
"@react-types/button": "^3.9.2",
|
||||
"@react-types/overlays": "^3.8.5",
|
||||
"@react-types/select": "^3.9.2",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/i18n": "3.10.2",
|
||||
"@react-aria/interactions": "3.21.1",
|
||||
"@react-aria/label": "3.7.6",
|
||||
"@react-aria/listbox": "3.11.5",
|
||||
"@react-aria/menu": "3.13.1",
|
||||
"@react-aria/selection": "3.17.5",
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/form": "3.0.1",
|
||||
"@react-stately/list": "3.10.3",
|
||||
"@react-stately/menu": "3.6.1",
|
||||
"@react-types/button": "3.9.2",
|
||||
"@react-types/overlays": "3.8.5",
|
||||
"@react-types/select": "3.9.2",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
@ -67,4 +67,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -38,10 +38,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/use-aria-button": "workspace:*",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/toggle": "^3.7.2",
|
||||
"@react-types/button": "^3.9.2",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/toggle": "3.7.2",
|
||||
"@react-types/button": "3.9.2",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-package": "2.2.0",
|
||||
@ -56,4 +56,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -52,4 +52,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -52,4 +52,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -38,8 +38,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/use-callback-ref": "workspace:*",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/utils": "^3.9.1"
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/utils": "3.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-package": "2.2.0",
|
||||
@ -54,4 +54,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -52,4 +52,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -53,4 +53,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -34,10 +34,10 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-aria/ssr": "^3.9.2",
|
||||
"@react-types/shared": "^3.22.1",
|
||||
"@react-aria/interactions": "^3.21.1"
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-aria/ssr": "3.9.2",
|
||||
"@react-types/shared": "3.22.1",
|
||||
"@react-aria/interactions": "3.21.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18"
|
||||
@ -55,4 +55,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -34,7 +34,7 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-aria/ssr": "^3.9.2"
|
||||
"@react-aria/ssr": "3.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18"
|
||||
@ -52,4 +52,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -35,7 +35,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@react-aria/i18n": "^3.10.2"
|
||||
"@react-aria/i18n": "3.10.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18"
|
||||
@ -53,4 +53,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -52,4 +52,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -61,4 +61,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -41,10 +41,10 @@
|
||||
"@nextui-org/system": "workspace:*",
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-rsc-utils": "workspace:*",
|
||||
"@react-aria/utils": "^3.23.2",
|
||||
"@react-stately/collections": "^3.10.5",
|
||||
"@react-types/overlays": "^3.8.5",
|
||||
"@react-types/shared": "^3.22.1"
|
||||
"@react-aria/utils": "3.23.2",
|
||||
"@react-stately/collections": "3.10.5",
|
||||
"@react-types/overlays": "3.8.5",
|
||||
"@react-types/shared": "3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-package": "2.2.0",
|
||||
@ -52,4 +52,4 @@
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -50,4 +50,4 @@
|
||||
"framer-motion": "^11.0.22"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -45,4 +45,4 @@
|
||||
"react": "^18.0.0"
|
||||
},
|
||||
"clean-package": "../../../clean-package.config.json"
|
||||
}
|
||||
}
|
||||
@ -49,4 +49,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -45,4 +45,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -45,4 +45,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -45,4 +45,4 @@
|
||||
"esm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
517
pnpm-lock.yaml
generated
517
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
42
scripts/fix-rap.ts
Normal file
42
scripts/fix-rap.ts
Normal file
@ -0,0 +1,42 @@
|
||||
import glob from 'glob';
|
||||
import { resolve } from 'path';
|
||||
import { readFileSync, writeFileSync } from 'fs';
|
||||
|
||||
const fixVersions = (packageData: any) => {
|
||||
['dependencies', 'devDependencies'].forEach(depType => {
|
||||
if (packageData[depType]) {
|
||||
Object.keys(packageData[depType]).forEach(key => {
|
||||
if (key.match(/^@react-(aria|stately|types)/)) {
|
||||
packageData[depType][key] = packageData[depType][key].replace('^', '');
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
const processPackageFiles = (path: string) => {
|
||||
const filePaths = glob.sync(resolve(path, '**/package.json'), {
|
||||
ignore: '**/node_modules/**',
|
||||
});
|
||||
|
||||
for (const filePath of filePaths) {
|
||||
try {
|
||||
const packageData = JSON.parse(readFileSync(filePath, 'utf8'));
|
||||
fixVersions(packageData);
|
||||
writeFileSync(filePath, JSON.stringify(packageData, null, 2));
|
||||
console.log(`✅ Fixed versions in ${filePath}`);
|
||||
} catch (error) {
|
||||
console.error(`Error occurred while processing ${filePath}:`, error.message);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const main = async () => {
|
||||
const dirs = [resolve('app/docs'), resolve('packages')];
|
||||
for (const dir of dirs) {
|
||||
processPackageFiles(dir);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
main().catch(console.error);
|
||||
Loading…
x
Reference in New Issue
Block a user