Skip to content

Commit

Permalink
Release v0.2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Oct 3, 2022
1 parent 9fdf567 commit 7834cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7834cc4

Please sign in to comment.