Skip to content

Commit

Permalink
chore: Update minor and patch NPM dependencies (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent e441e98 commit 1816f00
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 227 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Bump `actions/setup-node` from 4.0.3 to 4.0.4
- Bump `actions/checkout` from 4.1.7 to 4.2.0
- Update minor and patch NPM dependencies
- Update minor and patch dependencies
- Bump `@rollup/plugin-typescript` from v11 to v12 and `@rollup/plugin-commonjs` from v26 to v28

## [1.0.47] - 2024-09-23
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,17 @@
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tiptap/extension-code-block": "^2.7.0",
"@tiptap/extension-image": "^2.7.0",
"@tiptap/extension-link": "^2.7.0",
"@tiptap/extension-placeholder": "^2.7.0",
"@tiptap/pm": "^2.7.0",
"@tiptap/react": "^2.7.0",
"@tiptap/starter-kit": "^2.7.0",
"@tiptap/extension-code-block": "^2.8.0",
"@tiptap/extension-image": "^2.8.0",
"@tiptap/extension-link": "^2.8.0",
"@tiptap/extension-placeholder": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"blockies-ts": "^1.0.0",
"classnames": "^2.0.0",
"framer-motion": "^11.5.0",
"framer-motion": "^11.9.0",
"luxon": "^3.5.0",
"react-dropzone": "^14.2.0",
"react-imask": "7.5.0",
Expand Down Expand Up @@ -112,16 +113,16 @@
"@types/luxon": "^3.4.2",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-storybook": "^0.9.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-testing-library": "^6.3.0",
"husky": "^9.1.6",
Expand All @@ -132,7 +133,7 @@
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.22.4",
Expand Down
Loading

0 comments on commit 1816f00

Please sign in to comment.