Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 56 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,76 +56,76 @@
"url": "https://material-table-core.github.io/"
},
"homepage": "https://material-table-core.github.io/",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@mui/system": ">=5.10.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^26.0.20",
"@types/react": "^18.2.14",
"@webpack-cli/serve": "^1.2.1",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@mui/system": "^5.16.7",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.5",
"@webpack-cli/serve": "^2.0.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-import": "^1.13.8",
"babel-plugin-module-resolver": "^5.0.2",
"buble": "^0.20.0",
"check-dts": "^0.6.7",
"core-js": "^3.31.0",
"esbuild": "^0.8.57",
"eslint": "^7.16.0",
"check-dts": "^0.8.2",
"core-js": "^3.38.1",
"esbuild": "^0.23.1",
"eslint": "^8.57.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.2",
"generate-changelog": "^1.8.0",
"husky": "1.2.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.0",
"prettier": "^2.2.1",
"pretty-quick": "2.0.1",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react-test-renderer": ">=16.8.0",
"ts-node": "^10.1.0",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.0"
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.25.6",
"@date-io/core": "^3.0.0",
"@date-io/date-fns": "^3.0.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hello-pangea/dnd": "^16.0.0",
"@mui/icons-material": ">=5.10.6",
"@mui/material": ">=5.11.12",
"@mui/x-date-pickers": "^6.19.0",
"classnames": "^2.3.2",
"date-fns": "^3.2.0",
"debounce": "^1.2.1",
"deep-eql": "^4.1.1",
"deepmerge": "^4.2.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hello-pangea/dnd": "^16.6.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-date-pickers": "^7.18.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"debounce": "^2.1.0",
"deep-eql": "^5.0.2",
"deepmerge": "^4.3.1",
"prop-types": "^15.8.1",
"uuid": "^9.0.0",
"zustand": "^4.3.0"
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"peerDependencies": {
"@mui/system": ">=5.15.5",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}
}