Skip to content

Commit 6d5ba5b

Browse files
authored
chore: update react version in peerDependencies
1 parent 1cfcc79 commit 6d5ba5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "staged-components",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"scripts": {
55
"build": "gulp prebuild && tsc",
66
"test": "jest"
@@ -29,7 +29,7 @@
2929
"use-debounce": "^2.1.0"
3030
},
3131
"peerDependencies": {
32-
"react": "^16.8.0 || ^17.0.0"
32+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
3333
},
3434
"publishConfig": {
3535
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)