Skip to content

Commit

Permalink
date-fns: bump to v3.6 (WordPress#60163)
Browse files Browse the repository at this point in the history
* bump date-fns to v3.6

* bump use-lilius to 2.0.4

* CHANGELOG

* Bump use-lilius to v2.0.5

Co-authored-by: tyxla <tyxla@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
  • Loading branch information
3 people authored and cbravobernal committed Apr 9, 2024
1 parent e882a72 commit 346dc02
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 35 deletions.
54 changes: 22 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/components/CHANGELOG.md
Expand Up @@ -15,6 +15,8 @@
- `Popover`, `ColorPicker`: Obviate pointer event trap #59449 ([#59449](https://github.com/WordPress/gutenberg/pull/59449)).
- `Popover`, `ToggleGroupControl`: Use `useReducedMotion()` ([#60168](https://github.com/WordPress/gutenberg/pull/60168)).
- `NavigatorProvider`: Simplify the router state logic ([#60190](https://github.com/WordPress/gutenberg/pull/60190)).
- Update `date-fns` to version `3.6.0` ([#60163](https://github.com/WordPress/gutenberg/pull/60163)).
- Update `use-lilius` to version `2.0.5` ([#60163](https://github.com/WordPress/gutenberg/pull/60163)).

### Experimental

Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Expand Up @@ -62,7 +62,7 @@
"change-case": "^4.1.2",
"classnames": "^2.3.1",
"colord": "^2.7.0",
"date-fns": "^2.28.0",
"date-fns": "^3.6.0",
"deepmerge": "^4.3.0",
"downshift": "^6.0.15",
"fast-deep-equal": "^3.1.3",
Expand All @@ -75,7 +75,7 @@
"re-resizable": "^6.4.0",
"react-colorful": "^5.3.1",
"remove-accents": "^0.5.0",
"use-lilius": "^2.0.1",
"use-lilius": "^2.0.5",
"uuid": "^9.0.1",
"valtio": "1.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Expand Up @@ -64,7 +64,7 @@
"@wordpress/warning": "file:../warning",
"@wordpress/wordcount": "file:../wordcount",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"date-fns": "^3.6.0",
"memize": "^2.1.0",
"react-autosize-textarea": "^7.1.0",
"rememo": "^4.0.2",
Expand Down

0 comments on commit 346dc02

Please sign in to comment.