Skip to content

Commit

Permalink
fix: update deps (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Jun 12, 2023
1 parent 2e12d45 commit f254ae8
Show file tree
Hide file tree
Showing 4 changed files with 1,612 additions and 1,603 deletions.
12 changes: 6 additions & 6 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
],
"devDependencies": {
"@berviantoleo/react-multi-crop": "^0.31.10",
"@emotion/react": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.2",
"@mui/material": "^5.13.4",
"@mui/styles": "^5.13.2",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"cypress": "~12.13.0",
"cypress": "~12.14.0",
"fabric": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-lerna-scopes": "^17.4.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@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",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -24,8 +24,8 @@
"husky": "^8.0.3",
"lerna": "^7.0.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vitepress": "^1.0.0-beta.1",
"typescript": "^5.1.3",
"vitepress": "^1.0.0-beta.2",
"vue": "^3.3.4"
},
"husky": {
Expand Down
36 changes: 18 additions & 18 deletions packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,42 +25,42 @@
"url": "https://github.com/berviantoleo"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.22.3",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-storysource": "^7.0.18",
"@storybook/addons": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-webpack5": "7.0.18",
"@storybook/source-loader": "^7.0.18",
"@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",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/fabric": "^5.3.3",
"@types/jest": "^29.5.1",
"@types/uuid": "^9.0.1",
"@types/jest": "^29.5.2",
"@types/uuid": "^9.0.2",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"clsx": "^1.2.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"node-sass": "^9.0.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.23.0",
"rollup": "^3.25.0",
"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.18",
"storybook": "7.0.20",
"ts-jest": "^29.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f254ae8

Please sign in to comment.