Skip to content

Commit 7e74820

Browse files
committed
Bump to v9: Allow React 19
1 parent 3aade35 commit 7e74820

File tree

5 files changed

+13
-18
lines changed

5 files changed

+13
-18
lines changed

docs/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 6 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-codemirror2",
3-
"version": "8.0.2",
3+
"version": "9.0.0",
44
"description": "a tiny react codemirror component wrapper",
55
"main": "index.js",
66
"typings": "index.d.ts",
@@ -52,7 +52,7 @@
5252
],
5353
"peerDependencies": {
5454
"codemirror": "5.x",
55-
"react": ">=15.5 <=18.x"
55+
"react": ">=15.5 <=19.x"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.24.4",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"jsx": "React",
4+
"jsx": "react",
55
"target": "es5",
66
"outDir": "./.ts",
77
"declaration": true,

0 commit comments

Comments
 (0)