Skip to content

Commit

Permalink
Bump the npm-modules-updates group
Browse files Browse the repository at this point in the history
Bumps the npm-modules-updates group in /frontend/apps/remark42 with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.1` |
| [node-emoji](https://github.com/omnidan/node-emoji) | `1.11.0` | `2.1.3` |
| [preact](https://github.com/preactjs/preact) | `10.6.2` | `10.24.3` |
| [react-redux](https://github.com/reduxjs/react-redux) | `8.1.3` | `9.1.2` |
| [redux](https://github.com/reduxjs/redux) | `4.2.1` | `5.0.1` |
| [redux-thunk](https://github.com/reduxjs/redux-thunk) | `2.4.2` | `3.1.0` |

Updates `clsx` from 1.2.1 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.1.1)

Updates `node-emoji` from 1.11.0 to 2.1.3
- [Release notes](https://github.com/omnidan/node-emoji/releases)
- [Changelog](https://github.com/omnidan/node-emoji/blob/main/CHANGELOG.md)
- [Commits](omnidan/node-emoji@v1.11.0...v2.1.3)

Updates `preact` from 10.6.2 to 10.24.3
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.6.2...10.24.3)

Updates `react-redux` from 8.1.3 to 9.1.2
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v8.1.3...v9.1.2)

Updates `redux` from 4.2.1 to 5.0.1
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.2.1...v5.0.1)

Updates `redux-thunk` from 2.4.2 to 3.1.0
- [Release notes](https://github.com/reduxjs/redux-thunk/releases)
- [Commits](reduxjs/redux-thunk@v2.4.2...v3.1.0)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates
- dependency-name: node-emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-modules-updates
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates
- dependency-name: redux-thunk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and paskal committed Nov 10, 2024
1 parent 3001b37 commit 39252a3
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 74 deletions.
12 changes: 6 additions & 6 deletions frontend/apps/remark42/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"@github/text-expander-element": "^2.2.2",
"@ungap/custom-elements": "^1.1.0",
"bem-react-helper": "^1.2.2",
"clsx": "^1.1.1",
"clsx": "^2.1.1",
"core-js": "^3.23.3",
"intersection-observer": "^0.12.2",
"lodash-es": "^4.17.21",
"node-emoji": "^1.11.0",
"preact": "10.6.2",
"node-emoji": "^2.1.3",
"preact": "10.24.3",
"react": "npm:@preact/compat@^17.1.1",
"react-dom": "npm:@preact/compat@^17.1.1",
"react-intl": "^6.0.4",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1"
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
Expand Down
Loading

0 comments on commit 39252a3

Please sign in to comment.