Skip to content

Commit

Permalink
Update dev dependencies, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Apr 30, 2024
1 parent 05e41fc commit 349ae1a
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 98 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `actions/checkout` from 4.1.3 to 4.1.4
- Bump `peter-evans/find-comment` from 2.4.0 to 3.1.0
- Bump `actions/github-script` from 6.4.1 to 7.0.1
- Bump minor and patch dependencies

## [1.0.25] - 2024-04-24

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,18 @@
"@tailwindcss/typography": "^0.5.12",
"@tanstack/react-query": "^5.29.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.4",
"@testing-library/react": "^15.0.5",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.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.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-testing-library": "^6.2.2",
Expand All @@ -119,18 +119,18 @@
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.16.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.17.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^7.6.17",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5",
"viem": "^2.9.25",
"wagmi": "^2.5.20"
"viem": "^2.9.28",
"wagmi": "^2.7.0"
},
"bugs": {
"url": "https://github.com/aragon/ods/issues"
Expand Down
Loading

0 comments on commit 349ae1a

Please sign in to comment.