Skip to content

Commit

Permalink
Bump the npm-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 3 updates in the / directory: [bulma](https://github.com/jgthms/bulma), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `bulma` from 0.8.2 to 1.0.2
- [Release notes](https://github.com/jgthms/bulma/releases)
- [Changelog](https://github.com/jgthms/bulma/blob/main/CHANGELOG.md)
- [Commits](jgthms/bulma@0.8.2...1.0.2)

Updates `react` from 19.0.0-rc-69d4b800-20241021 to 19.0.0-rc.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react)

Updates `react-dom` from 19.0.0-rc-69d4b800-20241021 to 19.0.0-rc.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-dom)

---
updated-dependencies:
- dependency-name: bulma
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent a79b684 commit f7e51f2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 36 deletions.
63 changes: 30 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"fmt:check": "prettier --check --prose-wrap always '{components,content,pages,lib,styles}/**/*.{js,jsx,ts,tsx,scss}'"
},
"dependencies": {
"bulma": "^0.8.2",
"bulma": "^1.0.2",
"classnames": "2.5.1",
"glob": "11.0.0",
"gray-matter": "^4.0.3",
"highlight.js": "11.10.0",
"lowlight": "^3.1.0",
"next": "15.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"rehype-highlight": "7.0.1",
"rehype-raw": "7.0.0",
"rehype-slug": "6.0.0",
Expand Down

0 comments on commit f7e51f2

Please sign in to comment.