chore(): Update dependencies usage (#13910)
* chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * fix for wxios 1.6 * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * push scripts * update build concurrency * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * chore(): Update dependencies usage * fixes * update yarn * fixes * fix script * Create heavy-suns-tickle.md * update changeset --------- Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
co-authored by
Carlos R. L. Rodrigues
parent
4e5b318583
commit
224ab39a81
@@ -36,26 +36,25 @@
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/jsdom": "^21.1.1",
|
||||
"@types/react": "^18.2.14",
|
||||
"@types/react-dom": "^18.2.6",
|
||||
"esbuild": "^0.18.11",
|
||||
"eslint": "^7.32.0",
|
||||
"@types/react": "^18.3.2",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
"esbuild": "^0.25.0",
|
||||
"eslint": "^8.40.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"rimraf": "^5.0.1",
|
||||
"rollup": "^3.26.0",
|
||||
"rollup-plugin-esbuild": "^5.0.0",
|
||||
"rollup-plugin-license": "^3.0.1",
|
||||
"rollup-plugin-ts": "^3.2.0",
|
||||
"rollup-plugin-visualizer": "^5.9.2",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.6.2",
|
||||
"vite": "^5.4.14",
|
||||
"vitest": "^3.0.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
||||
"react": "^18.3.1"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -2,7 +2,6 @@ import bundleSize from "@atomico/rollup-plugin-sizes"
|
||||
import nodeResolve from "@rollup/plugin-node-resolve"
|
||||
import replace from "@rollup/plugin-replace"
|
||||
import esbuild from "rollup-plugin-esbuild"
|
||||
import license from "rollup-plugin-license"
|
||||
import { visualizer } from "rollup-plugin-visualizer"
|
||||
import fs from "fs"
|
||||
import path from "path"
|
||||
@@ -15,9 +14,6 @@ const plugins = (pkg, minify, esbuildOptions = {}) =>
|
||||
minify,
|
||||
...esbuildOptions,
|
||||
}),
|
||||
license({
|
||||
banner: `${pkg.name} v${pkg.version} - ${pkg.license}`,
|
||||
}),
|
||||
bundleSize(),
|
||||
visualizer({
|
||||
sourcemap: true,
|
||||
@@ -78,6 +74,7 @@ const configs = bundles
|
||||
external: ["react", "prop-types"],
|
||||
output: {
|
||||
name: packageName,
|
||||
banner: `/* ${pkg.name} v${pkg.version} - ${pkg.license} */`,
|
||||
...(preserveModules
|
||||
? {
|
||||
dir: `${outputDir}/${format}`,
|
||||
|
||||
@@ -14,20 +14,20 @@
|
||||
"@svgr/plugin-jsx": "8.0.1",
|
||||
"@svgr/plugin-prettier": "8.0.1",
|
||||
"@svgr/plugin-svgo": "8.0.1",
|
||||
"axios": "^0.24.0",
|
||||
"axios": "^1.12.0",
|
||||
"axios-retry": "^3.1.9",
|
||||
"commander": "11.0.0",
|
||||
"commander": "^11.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"fs-extra": "11.1.1",
|
||||
"picocolors": "^1.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"picocolors": "^1.1.0",
|
||||
"ts-dedent": "2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "11.0.1",
|
||||
"@types/react": "^18.2.14",
|
||||
"eslint": "7.32.0",
|
||||
"react": "^18.2.0",
|
||||
"tsup": "7.1.0",
|
||||
"typescript": "5.1.6"
|
||||
"@types/react": "^18.3.2",
|
||||
"eslint": "^8.40.0",
|
||||
"react": "^18.3.1",
|
||||
"tsup": "^8.4.0",
|
||||
"typescript": "^5.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,13 +27,13 @@
|
||||
"tailwindcss-animate": "^1.0.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tailwindcss": ">=3.0.0"
|
||||
"tailwindcss": "^3.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/toolbox": "2.11.2",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tsup": "^7.1.0",
|
||||
"typescript": "^5.1.6"
|
||||
"tailwindcss": "^3.4.3",
|
||||
"tsup": "^8.4.0",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -57,14 +57,14 @@
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/jsdom": "^21.1.1",
|
||||
"@types/react": "^18.2.0",
|
||||
"@types/react-dom": "^18.2.0",
|
||||
"@vitejs/plugin-react": "^4.0.1",
|
||||
"@types/react": "^18.3.2",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"@vitest/coverage-v8": "^0.32.2",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"chromatic": "^6.20.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-storybook": "^0.6.12",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-plugin-storybook": "^10.0.1",
|
||||
"jsdom": "^22.1.0",
|
||||
"postcss": "^8.4.38",
|
||||
"prop-types": "^15.8.1",
|
||||
@@ -75,15 +75,15 @@
|
||||
"storybook": "^8.3.5",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"tsc-alias": "^1.8.7",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.6.2",
|
||||
"vite": "^5.4.14",
|
||||
"vite-plugin-turbosnap": "^1.0.2",
|
||||
"vitest": "^3.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.0.0",
|
||||
"@dnd-kit/sortable": "^7.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.0",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@medusajs/icons": "2.11.2",
|
||||
"@radix-ui/react-dialog": "1.1.4",
|
||||
"@radix-ui/react-dismissable-layer": "1.1.4",
|
||||
@@ -92,7 +92,7 @@
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"cva": "1.0.0-beta.1",
|
||||
"prism-react-renderer": "^2.0.6",
|
||||
"prismjs": "^1.29.0",
|
||||
"prismjs": "^1.30.0",
|
||||
"radix-ui": "1.1.2",
|
||||
"react-aria": "^3.33.1",
|
||||
"react-currency-input-field": "^3.6.11",
|
||||
@@ -101,8 +101,8 @@
|
||||
"tailwind-merge": "^2.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
||||
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 3 chrome versions",
|
||||
|
||||
@@ -10,6 +10,7 @@ import { cva } from "cva"
|
||||
import * as React from "react"
|
||||
import {
|
||||
DateValue,
|
||||
TimeValue,
|
||||
useDatePicker,
|
||||
useInteractOutside,
|
||||
type AriaDatePickerProps as BaseDatePickerProps,
|
||||
@@ -187,7 +188,7 @@ const DatePicker = React.forwardRef<HTMLDivElement, DatePickerProps>(
|
||||
<div className="p-3">
|
||||
<TimeInput
|
||||
value={state.timeValue}
|
||||
onChange={state.setTimeValue}
|
||||
onChange={(value) => state.setTimeValue(value as TimeValue)}
|
||||
hourCycle={props.hourCycle}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -37,24 +37,24 @@ const Toaster = ({
|
||||
/**
|
||||
* The time in milliseconds that a toast is shown before it's
|
||||
* automatically dismissed.
|
||||
*
|
||||
*
|
||||
* @defaultValue 4000
|
||||
*/
|
||||
duration,
|
||||
...props
|
||||
}: ToasterProps) => {
|
||||
return (
|
||||
<Primitive
|
||||
position={position}
|
||||
gap={gap}
|
||||
offset={offset}
|
||||
cn={clx}
|
||||
toastOptions={{
|
||||
duration,
|
||||
}}
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
const primitiveProps = {
|
||||
...props,
|
||||
position,
|
||||
gap,
|
||||
offset,
|
||||
cn: clx,
|
||||
toastOptions: {
|
||||
duration,
|
||||
},
|
||||
} as React.ComponentPropsWithoutRef<typeof Primitive>
|
||||
|
||||
return <Primitive {...primitiveProps} />
|
||||
}
|
||||
|
||||
export { Toaster }
|
||||
|
||||
Reference in New Issue
Block a user