Skip to content

Commit

Permalink
Update and dedupe package versions, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Sep 17, 2024
1 parent 3037f3d commit 6ff9337
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 198 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Changed

- Update minor and patch NPM dependencies
- Update minor and patch versions of NPM dependencies
- Bump `micromatch` from 4.0.7 to 4.0.8
- Bump `webpack` from 5.91.0 to 5.94.0
- Bump `actions/setup-python` from 5.1.1 to 5.2.0
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-webpack5": "^8.2.8",
"@storybook/blocks": "^8.3.0",
"@storybook/react": "^8.3.0",
"@storybook/react-webpack5": "^8.3.0",
"@storybook/storybook-deployer": "^2.8.16",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
Expand All @@ -108,12 +108,12 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/luxon": "^3.4.2",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand All @@ -124,7 +124,7 @@
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-testing-library": "^6.3.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
Expand All @@ -135,12 +135,12 @@
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.21.2",
"rollup": "^4.21.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.2.8",
"tailwindcss": "^3.4.10",
"storybook": "^8.3.0",
"tailwindcss": "^3.4.11",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"viem": "^2.21.3",
Expand Down
Loading

0 comments on commit 6ff9337

Please sign in to comment.