Skip to content

Commit

Permalink
Dataviews: Remove unused dependencies (WordPress#62010)
Browse files Browse the repository at this point in the history
Co-authored-by: sirreal <jonsurrell@git.wordpress.org>
Co-authored-by: oandregal <oandregal@git.wordpress.org>
  • Loading branch information
3 people authored and patil-vipul committed Jun 17, 2024
1 parent 4b90f37 commit 272a659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/dataviews/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
- Variables like `process.env.IS_GUTENBERG_PLUGIN` have been replaced by `globalThis.IS_GUTENBERG_PLUGIN`. Build systems using `process.env` should be updated ([#61486](https://github.com/WordPress/gutenberg/pull/61486)).
- Increase the minimum required Node.js version to v18.12.0 matching long-term support releases ([#31270](https://github.com/WordPress/gutenberg/pull/61930)). Learn more about [Node.js releases](https://nodejs.org/en/about/previous-releases).

### Internal

- Remove some unused dependencies ([#62010](https://github.com/WordPress/gutenberg/pull/62010)).

## 1.2.0 (2024-05-16)

### Internal
Expand Down
2 changes: 0 additions & 2 deletions packages/dataviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
"dependencies": {
"@ariakit/react": "^0.3.12",
"@babel/runtime": "^7.16.0",
"@wordpress/a11y": "file:../a11y",
"@wordpress/components": "file:../components",
"@wordpress/compose": "file:../compose",
"@wordpress/element": "file:../element",
"@wordpress/i18n": "file:../i18n",
"@wordpress/icons": "file:../icons",
"@wordpress/keycodes": "file:../keycodes",
"@wordpress/primitives": "file:../primitives",
"@wordpress/private-apis": "file:../private-apis",
"clsx": "^2.1.1",
Expand Down
2 changes: 0 additions & 2 deletions packages/dataviews/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
"checkJs": false
},
"references": [
{ "path": "../a11y" },
{ "path": "../components" },
{ "path": "../compose" },
{ "path": "../element" },
{ "path": "../i18n" },
{ "path": "../icons" },
{ "path": "../keycodes" },
{ "path": "../primitives" },
{ "path": "../private-apis" }
],
Expand Down

0 comments on commit 272a659

Please sign in to comment.