Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Dec 30, 2024
1 parent 1756ebe commit 8d6c658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superglue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thoughtbot/superglue",
"version": "0.54.0",
"version": "0.54.0CE",
"description": "Use a vanilla Rails with React and Redux",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"peerDependencies": {
"react": "^18 || ^19",
"react-redux": "^9 | ^8",
"react-redux": "^9 || ^8",
"@reduxjs/toolkit": "^2.2.8"
},
"dependencies": {
Expand Down

0 comments on commit 8d6c658

Please sign in to comment.