Skip to content

Commit

Permalink
fix: update deps (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Jul 17, 2024
1 parent 38a0b07 commit 58b8581
Show file tree
Hide file tree
Showing 4 changed files with 2,743 additions and 920 deletions.
10 changes: 5 additions & 5 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@berviantoleo/react-multi-crop": "^0.38.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@mui/styles": "^5.15.19",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@mui/styles": "^5.16.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.13.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cypress": "~13.10.0",
"cypress": "~13.13.0",
"fabric": "^5.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-lerna-scopes": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lerna": "^8.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vitepress": "^1.2.2",
"vue": "^3.4.27"
"lerna": "^8.1.6",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"vitepress": "^1.3.0",
"vue": "^3.4.31"
},
"husky": {
"hooks": {
Expand Down
18 changes: 9 additions & 9 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.24.6",
"@babel/core": "^7.24.6",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.8",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-essentials": "^7.6.13",
Expand All @@ -54,14 +54,14 @@
"jest-environment-jsdom": "^29.7.0",
"node-sass": "^9.0.0",
"react-test-renderer": "^18.3.1",
"rollup": "^4.18.0",
"rollup": "^4.18.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.6",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "8.1.5",
"ts-jest": "^29.1.4"
"ts-jest": "^29.2.2"
},
"peerDependencies": {
"fabric": "^4.4.0 || ^5.0.0",
Expand Down
Loading

0 comments on commit 58b8581

Please sign in to comment.