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 6, 2025
1 parent 193ff5b commit 1ea3fd4
Show file tree
Hide file tree
Showing 15 changed files with 26,906 additions and 34,653 deletions.
796 changes: 372 additions & 424 deletions package-lock.json

Large diffs are not rendered by default.

18,180 changes: 8,081 additions & 10,099 deletions packages/data-grid/package-lock.json

Large diffs are not rendered by default.

18,566 changes: 7,615 additions & 10,951 deletions packages/design-system-website/package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions packages/design-system-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache-2.0",
"private": true,
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider styleguidist server",
"styleguide:build": "NODE_OPTIONS=--openssl-legacy-provider styleguidist build",
"start": "styleguidist server",
"styleguide:build": "styleguidist build",
"upgrade": "npx npm-check-updates --upgrade --interactive"
},
"devDependencies": {
Expand All @@ -17,7 +17,7 @@
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"@puppet/sass-variables": "^1.4.3",
"@puppet/sass-variables": "^2.0.0-alpha.3",
"@webpack-cli/configtest": "^2.1.1",
"@webpack-cli/info": "^2.0.2",
"@webpack-cli/serve": "^2.0.5",
Expand Down Expand Up @@ -50,16 +50,17 @@
"sinon": "^7.5.0",
"sinon-chai": "^3.5.0",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^3.11.0",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@puppet/data-grid": "^0.2.7",
"@puppet/react-components": "^5.34.10",
"@puppet/react-layouts": "^2.0.0-alpha.4",
"@puppet/data-grid": "^1.0.0-alpha.5",
"@puppet/react-components": "^6.0.0-alpha.17",
"@puppet/react-layouts": "^2.0.0-alpha.6",
"acorn-dynamic-import": "^4.0.0",
"brace": "^0.11.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
Expand Down
Loading

0 comments on commit 1ea3fd4

Please sign in to comment.