Skip to content

Commit 493c7d0

Browse files
Update the peer deps to the latest version
1 parent 2d111f5 commit 493c7d0

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"deploy": "gh-pages -d demo"
3232
},
3333
"peerDependencies": {
34-
"react": "^18.1.0",
35-
"react-dom": "^18.1.0"
34+
"react": "^18.2.0",
35+
"react-dom": "^18.2.0"
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "^7.13.14",
@@ -72,14 +72,12 @@
7272
],
7373
"keywords": [
7474
"react",
75-
"convert-string-to-react",
76-
"string-to-react",
77-
"string-to-jsx",
78-
"convert-string-to-jsx",
79-
"transpile-jsx",
80-
"compile-jsx",
81-
"string-to-react-component",
82-
"react-component"
75+
"component",
76+
"string",
77+
"element",
78+
"jsx",
79+
"converter",
80+
"parser"
8381
],
8482
"license": "MIT",
8583
"directories": {

0 commit comments

Comments
 (0)