diff --git a/package-lock.json b/package-lock.json index d01a037e..d90cf5af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "0.2.40", + "version": "0.2.41", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa93ea2f..cb53f9c8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "0.2.40", + "version": "0.2.41", "url": "https://github.com/material-table-core/core", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", @@ -54,8 +54,8 @@ }, "homepage": "https://material-table-core.com", "devDependencies": { - "react": ">=18.2.0", - "react-dom": ">=18.2.0", + "react": ">=16.8.0", + "react-dom": ">=16.8.0", "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", @@ -97,8 +97,6 @@ "jest-canvas-mock": "^2.3.0", "prettier": "^2.2.1", "pretty-quick": "2.0.1", - "react": ">=16.8.0", - "react-dom": ">=16.8.0", "react-hot-loader": "^4.13.0", "react-test-renderer": ">=16.8.0", "ts-node": "^10.1.0",