Skip to content

Commit

Permalink
chore: Update minor and patch NPM dependencies (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 5b8d1c4 commit abcb57b
Show file tree
Hide file tree
Showing 3 changed files with 580 additions and 680 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Update styles on `Tabs.List` for latest spec
- Rename `indicator` property of `<Progress />` core component to `thresholdIndicator`
- Bump `softprops/action-gh-release` from 2.0.6 to 2.0.8
- Update minor and patch NPM dependencies

## [1.0.39] - 2024-07-16

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"viem": "^2.17.0",
"wagmi": "^2.10.0"
"wagmi": "^2.11.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
Expand All @@ -91,39 +91,39 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.2.3",
"@storybook/addon-links": "^8.2.3",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.2.3",
"@storybook/react": "^8.2.3",
"@storybook/react-webpack5": "^8.2.3",
"@storybook/blocks": "^8.2.5",
"@storybook/react": "^8.2.5",
"@storybook/react-webpack5": "^8.2.5",
"@storybook/storybook-deployer": "^2.8.16",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.12",
"@tanstack/react-query": "^5.51.1",
"@testing-library/dom": "^10.3.2",
"@tanstack/react-query": "^5.51.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^9.0.11",
"husky": "^9.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.7",
Expand All @@ -134,16 +134,16 @@
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.1",
"rollup": "^4.19.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.2.3",
"tailwindcss": "^3.4.5",
"ts-jest": "^29.2.2",
"storybook": "^8.2.5",
"tailwindcss": "^3.4.6",
"ts-jest": "^29.2.3",
"typescript": "^5.5.3",
"viem": "^2.17.4",
"wagmi": "^2.10.10"
"viem": "^2.17.9",
"wagmi": "^2.11.3"
},
"bugs": {
"url": "https://github.com/aragon/ods/issues"
Expand Down
Loading

0 comments on commit abcb57b

Please sign in to comment.