Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
bump version
update optional peers
  • Loading branch information
gtibrett committed Mar 12, 2024
1 parent 0413146 commit 5eb98e6
Show file tree
Hide file tree
Showing 2 changed files with 2,746 additions and 8,947 deletions.
43 changes: 28 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gtibrett/mui-additions",
"version": "0.4.0-beta.0",
"version": "0.5.0-beta.0",
"license": "MIT",
"repository": "https://github.com/gtibrett/mui-additions",
"publishConfig": {
Expand All @@ -23,39 +23,43 @@
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.13.0",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@mui/material": "^5",
"@mui/utils": "^5",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/css-mediaquery": "^0.1.1",
"@types/jest": "^29.5.1",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/react": "^18",
"axe-core": "^4.7.0",
"css-mediaquery": "^0.1.2",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18",
"react-dom": "^18",
"react-ga4": "^2.1.0",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"react-scripts": "^5.0.1",
"typescript": "^5.0.4"
"react-router": "^6",
"react-router-dom": "^6",
"tslint": "^6.1.3",
"ts-node": "^10.9.2",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.13.3",
"@mui/material": "^5",
"@mui/utils": "^5",
"@testing-library/react": "^14.0.0",
"axe-core": "^4.7.0",
"css-mediaquery": "^0.1.2",
"react": ">=18",
"react-dom": ">=18",
"react-ga4": "^2.1.0",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2"
"react-router": "^6",
"react-router-dom": "^6"
},
"peerDependenciesMeta": {
"@testing-library/react": {
Expand All @@ -66,6 +70,15 @@
},
"css-mediaquery": {
"optional": true
},
"react-ga4": {
"optional": true
},
"react-router": {
"optional": true
},
"react-router-dom": {
"optional": true
}
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 5eb98e6

Please sign in to comment.