Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 1f50831

Browse files
committed
Update react dependency requirement to 18.2.0 to match ActivelyReadFrontend
1 parent 0ee0cb9 commit 1f50831

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@activelylearn/react-treebeard",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "React Tree View Component",
55
"main": "index.js",
66
"scripts": {
@@ -12,11 +12,11 @@
1212
"example": "webpack-dev-server --content-base ./example/ --config ./example/webpack.config.js"
1313
},
1414
"peerDependencies": {
15-
"react": "^16.8.6",
16-
"react-dom": "^16.8.6"
15+
"react": "18.2.0",
16+
"react-dom": "18.2.0"
1717
},
1818
"publishConfig": {
19-
"registry":"https://npm.pkg.github.com"
19+
"registry": "https://npm.pkg.github.com"
2020
},
2121
"repository": {
2222
"type": "git",
@@ -68,8 +68,8 @@
6868
"karma-webpack": "^2.0.4",
6969
"mocha": "^3.4.2",
7070
"node-libs-browser": "^2.0.0",
71-
"react": "^16.8.6",
72-
"react-dom": "^16.8.6",
71+
"react": "18.2.0",
72+
"react-dom": "18.2.0",
7373
"react-hot-loader": "^1.3.0",
7474
"rimraf": "^2.4.4",
7575
"sinon": "uberVU/Sinon.JS.git",

0 commit comments

Comments
 (0)