Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(@clayui/date-picker): update date-fns to v4 #5910

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^2.1.1",
"esbuild": "^0.24.2",
"eslint": "^7.1.0",
"eslint-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025",
"fast-glob": "^3.3.3",
"fork-ts-checker-webpack-plugin": "^4.0.3",
"jest": "27.5.1",
"jest-fetch-mock": "^3.0.3",
Expand Down
48 changes: 28 additions & 20 deletions packages/clay-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,47 @@
{
"name": "@clayui/alert",
"version": "3.111.0",
"browserslist": [
"extends browserslist-config-clay"
],
"dependencies": {
"@clayui/icon": "^3.111.0",
"@clayui/layout": "^3.111.0",
"classnames": "^2.2.6"
},
"description": "ClayAlert component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
}
},
"files": [
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"keywords": [
"clay",
"react"
],
"dependencies": {
"@clayui/icon": "^3.111.0",
"@clayui/layout": "^3.111.0",
"classnames": "^2.2.6"
},
"license": "BSD-3-Clause",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"name": "@clayui/alert",
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"extends browserslist-config-clay"
]
"repository": "https://github.com/liferay/clay",
"scripts": {
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"ts:main": "src/index.tsx",
"type": "module",
"types": "./lib/index.d.ts",
"version": "3.111.0"
}
56 changes: 32 additions & 24 deletions packages/clay-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,51 @@
{
"name": "@clayui/autocomplete",
"version": "3.124.0",
"browserslist": [
"extends browserslist-config-clay"
],
"dependencies": {
"@clayui/core": "^3.124.0",
"@clayui/drop-down": "^3.124.0",
"@clayui/form": "^3.122.0",
"@clayui/loading-indicator": "^3.111.0",
"@clayui/shared": "^3.119.0",
"classnames": "^2.2.6",
"fuzzy": "^0.1.3"
},
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
}
},
"files": [
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"keywords": [
"clay",
"react"
],
"dependencies": {
"@clayui/core": "^3.124.0",
"@clayui/drop-down": "^3.124.0",
"@clayui/form": "^3.122.0",
"@clayui/loading-indicator": "^3.111.0",
"@clayui/shared": "^3.119.0",
"classnames": "^2.2.6",
"fuzzy": "^0.1.3"
},
"license": "BSD-3-Clause",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"name": "@clayui/autocomplete",
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"extends browserslist-config-clay"
]
"repository": "https://github.com/liferay/clay",
"scripts": {
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"ts:main": "src/index.tsx",
"type": "module",
"types": "./lib/index.d.ts",
"version": "3.124.0"
}
44 changes: 26 additions & 18 deletions packages/clay-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,45 @@
{
"name": "@clayui/badge",
"version": "3.111.0",
"browserslist": [
"extends browserslist-config-clay"
],
"dependencies": {
"classnames": "^2.2.6"
},
"description": "ClayBadge component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
}
},
"files": [
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"keywords": [
"clay",
"react"
],
"dependencies": {
"classnames": "^2.2.6"
},
"license": "BSD-3-Clause",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"name": "@clayui/badge",
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"extends browserslist-config-clay"
]
"repository": "https://github.com/liferay/clay",
"scripts": {
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"ts:main": "src/index.tsx",
"type": "module",
"types": "./lib/index.d.ts",
"version": "3.111.0"
}
52 changes: 30 additions & 22 deletions packages/clay-breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,49 @@
{
"name": "@clayui/breadcrumb",
"version": "3.116.0",
"browserslist": [
"extends browserslist-config-clay"
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/link": "^3.111.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
"description": "ClayBreadcrumb component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
}
},
"files": [
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"keywords": [
"clay",
"react"
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/link": "^3.111.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
"license": "BSD-3-Clause",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"name": "@clayui/breadcrumb",
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"extends browserslist-config-clay"
]
"repository": "https://github.com/liferay/clay",
"scripts": {
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"ts:main": "src/index.tsx",
"type": "module",
"types": "./lib/index.d.ts",
"version": "3.116.0"
}
48 changes: 28 additions & 20 deletions packages/clay-button/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,47 @@
{
"name": "@clayui/button",
"version": "3.116.0",
"browserslist": [
"extends browserslist-config-clay"
],
"dependencies": {
"@clayui/icon": "^3.111.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
"description": "ClayButton component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
}
},
"files": [
"lib"
],
"scripts": {
"build": "babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
"buildTypes": "tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"keywords": [
"clay",
"react"
],
"dependencies": {
"@clayui/icon": "^3.111.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
"license": "BSD-3-Clause",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"name": "@clayui/button",
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"extends browserslist-config-clay"
]
"repository": "https://github.com/liferay/clay",
"scripts": {
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
"buildTypes": "tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"ts:main": "src/index.tsx",
"type": "module",
"types": "./lib/index.d.ts",
"version": "3.116.0"
}
Loading
Loading