Skip to content

Commit

Permalink
fix: update deps (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Jun 21, 2023
1 parent 4ca0e75 commit 5850f2a
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 727 deletions.
8 changes: 4 additions & 4 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.4",
"@mui/material": "^5.13.5",
"@mui/styles": "^5.13.2",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"cypress": "~12.14.0",
"fabric": "^5.3.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-lerna-scopes": "^17.6.3",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"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",
"husky": "^8.0.3",
"lerna": "^7.0.0",
"lerna": "^7.0.2",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"vitepress": "^1.0.0-beta.2",
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 @@ -35,13 +35,13 @@
"@babel/runtime": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@storybook/addon-essentials": "^7.0.20",
"@storybook/addon-links": "^7.0.20",
"@storybook/addon-storysource": "^7.0.20",
"@storybook/addons": "^7.0.20",
"@storybook/react": "^7.0.20",
"@storybook/react-webpack5": "7.0.20",
"@storybook/source-loader": "^7.0.20",
"@storybook/addon-essentials": "^7.0.22",
"@storybook/addon-links": "^7.0.22",
"@storybook/addon-storysource": "^7.0.22",
"@storybook/addons": "^7.0.22",
"@storybook/react": "^7.0.22",
"@storybook/react-webpack5": "7.0.22",
"@storybook/source-loader": "^7.0.22",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/fabric": "^5.3.3",
Expand All @@ -54,13 +54,13 @@
"jest-environment-jsdom": "^29.5.0",
"node-sass": "^9.0.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.25.0",
"rollup": "^3.25.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"storybook": "7.0.20",
"storybook": "7.0.22",
"ts-jest": "^29.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5850f2a

Please sign in to comment.