Skip to content

Commit

Permalink
chore: version bump, dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Jan 11, 2025
1 parent 9213716 commit 03877fe
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 461 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ In our minimum support we're following [official Node.js releases timelines](htt

**Supported Strapi versions**:

- Strapi v5.6.0 (recently tested)
- Strapi v5.7.0 (recently tested)
- Strapi v5.x

**Plugin dependencies**
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-reactions",
"version": "2.1.1",
"version": "2.1.2",
"description": "Strapi - Reactions plugin",
"strapi": {
"name": "reactions",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@strapi/design-system": "^2.0.0-rc.14",
"@strapi/icons": "^2.0.0-rc.14",
"@strapi/plugin-graphql": "^5.6.0",
"@strapi/upload": "^5.6.0",
"@strapi/utils": "^5.6.0",
"@strapi/plugin-graphql": "^5.7.0",
"@strapi/upload": "^5.7.0",
"@strapi/utils": "^5.7.0",
"@tanstack/react-query": "^5.40.0",
"emoji-picker-react": "^4.5.2",
"lodash": "^4.17.21",
Expand All @@ -42,9 +42,9 @@
"devDependencies": {
"@sensinum/strapi-utils": "^1.0.5",
"@strapi/sdk-plugin": "^5.2.8",
"@strapi/strapi": "^5.6.0",
"@strapi/types": "^5.6.0",
"@strapi/typescript-utils": "^5.6.0",
"@strapi/strapi": "^5.7.0",
"@strapi/types": "^5.7.0",
"@strapi/typescript-utils": "^5.7.0",
"@types/jest": "^29.5.12",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5.2.8",
"@strapi/strapi": "^5.6.0",
"@strapi/strapi": "^5.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
Expand Down
Loading

0 comments on commit 03877fe

Please sign in to comment.