Skip to content

Commit

Permalink
chore: update react version in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed May 27, 2022
1 parent 1cfcc79 commit 6d5ba5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "staged-components",
"version": "1.1.2",
"version": "1.1.3",
"scripts": {
"build": "gulp prebuild && tsc",
"test": "jest"
Expand Down Expand Up @@ -29,7 +29,7 @@
"use-debounce": "^2.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 6d5ba5b

Please sign in to comment.