Skip to content

Commit

Permalink
Update package dependencies and remove unused modules
Browse files Browse the repository at this point in the history
- Upgraded `webpack-bundle-analyzer` from v3.8.0 to v4.10.2 in both `package.json` and `package-lock.json`.
- Updated various dependencies in `react-components` and `react-layouts` to their latest versions, including `@puppet/react-components` and `@puppet/sass-variables`.
- Removed unused imports and components from `react-components` and `react-layouts`, specifically `Filters`, `Columns`, and `PageContent`.
  • Loading branch information
sean-mckenna committed Jan 7, 2025
1 parent 193ff5b commit dee8722
Show file tree
Hide file tree
Showing 20 changed files with 26,248 additions and 35,105 deletions.
796 changes: 372 additions & 424 deletions package-lock.json

Large diffs are not rendered by default.

17,180 changes: 7,564 additions & 9,616 deletions packages/data-grid/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"caniuse-lite": "^1.0.30001117",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"cheerio": "^1.0.0-rc.12",
"cheerio": "1.0.0-rc.10",
"core-js": "^3.38.1",
"css-loader": "^7.1.2",
"enzyme": "^3.11.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,11 @@ exports[`Snapshot test Check component matches previous HTML snapshot 2`] = `
as="div"
className="dg-empty-state-message"
color="medium"
size="medium"
size="regular"
style={{}}
>
<div
className="rc-text rc-text-size-medium rc-text-medium dg-empty-state-message"
className="rc-text rc-text-size-regular rc-text-medium dg-empty-state-message"
style={{}}
>
Prompt to action or solution
Expand Down
Loading

0 comments on commit dee8722

Please sign in to comment.