Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Oct 10, 2022
1 parent ca5effb commit 30490c0
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 726 deletions.
6 changes: 3 additions & 3 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.5",
"@mui/material": "^5.10.7",
"@mui/styles": "^5.10.7",
"@mui/material": "^5.10.8",
"@mui/styles": "^5.10.8",
"@types/jest": "^28.1.0",
"@types/node": "^18.7.23",
"@types/node": "^18.8.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"cypress": "~10.9.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-lerna-scopes": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lerna": "^5.5.4",
"lerna": "^5.6.1",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vuepress": "^1.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.0",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^28.0.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 30490c0

Please sign in to comment.