Skip to content

Commit 1a0d138

Browse files
committedOct 11, 2021
React 17 Vulnerabilities fix
1 parent 99635f2 commit 1a0d138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-protected-text",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Protect text or link against web crawlers / bots",
55
"author": "Julien CROCHET",
66
"private": false,
@@ -33,8 +33,8 @@
3333
},
3434
"peerDependencies": {
3535
"prop-types": "^15.7.0",
36-
"react": "^16.0.0|^17.0.0",
37-
"react-dom": "^16.0.0|^17.0.0"
36+
"react": "^16.0.0 || ^17.0.0",
37+
"react-dom": "^16.0.0 || ^17.0.0"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.15.8",

0 commit comments

Comments
 (0)
Please sign in to comment.