Skip to content

Commit

Permalink
Update Reakit dep to 1.3.11 (#49763)
Browse files Browse the repository at this point in the history
* Update Reakit dep to 1.3.11

Also update popperjs

* Update changelog
  • Loading branch information
mirka authored Apr 19, 2023
1 parent 0b5e612 commit 85e2d4e
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 43 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
### Internal

- `Mobile` Refactor of the KeyboardAwareFlatList component.
- Update `reakit` dependency to 1.3.11 ([#49763](https://github.com/WordPress/gutenberg/pull/49763)).

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"path-to-regexp": "^6.2.1",
"re-resizable": "^6.4.0",
"react-colorful": "^5.3.1",
"reakit": "^1.3.8",
"reakit": "^1.3.11",
"remove-accents": "^0.4.2",
"use-lilius": "^2.0.1",
"uuid": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"snapshot-diff",
"@wordpress/jest-console"
],
// Some errors in Reakit types with TypeScript 4.3
// Remove the following line when they've been addressed.
// TODO: Remove `skipLibCheck` after resolving duplicate declaration of the `process` variable
// between `@types/webpack-env` (from @storybook packages) and `gutenberg-env`.
"skipLibCheck": true,
"strictNullChecks": true
},
Expand Down

0 comments on commit 85e2d4e

Please sign in to comment.