Skip to content

Commit

Permalink
fix: update dependencies (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored May 4, 2023
1 parent b044253 commit 0255b07
Show file tree
Hide file tree
Showing 4 changed files with 878 additions and 726 deletions.
12 changes: 6 additions & 6 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
],
"dependencies": {
"@berviantoleo/react-multi-crop": "^0.31.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.1",
"@mui/material": "^5.12.3",
"@mui/styles": "^5.12.0",
"fabric": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@types/node": "^18.16.3",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"cypress": "~12.11.0",
"react-scripts": "5.0.1",
"start-server-and-test": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"url": "https://github.com/berviantoleo"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.2",
"@storybook/addon-essentials": "^6.5.16",
Expand Down
Loading

0 comments on commit 0255b07

Please sign in to comment.