Skip to content

Commit

Permalink
fix: Don't update examples yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Dec 5, 2023
1 parent fc626be commit b491edc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/coin-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"history": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^5.0.0"
"redux": "^4.2.1"
},
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "^5.0.0",
"redux": "^4.2.0",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@octokit/rest": "19.0.13",
"@types/babel__core": "^7",
"inquirer": "^8.1.1",
"redux": "5.0.0",
"redux": "4.2.1",
"redux-thunk": "^2.3.0",
"rollup": "2.79.1",
"rollup-plugin-babel": "^4.4.0",
Expand Down

0 comments on commit b491edc

Please sign in to comment.