Skip to content

Commit

Permalink
feat: update dev deeps (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Oct 15, 2023
1 parent 3242283 commit dd74e1d
Show file tree
Hide file tree
Showing 4 changed files with 1,061 additions and 830 deletions.
14 changes: 7 additions & 7 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.34.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@mui/styles": "^5.14.11",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"@mui/styles": "^5.14.13",
"@types/jest": "^29.5.5",
"@types/node": "^20.7.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.8",
"cypress": "~13.2.0",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"cypress": "~13.3.1",
"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,22 +10,22 @@
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-lerna-scopes": "^17.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lerna": "^7.3.0",
"lerna": "^7.3.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vitepress": "^1.0.0-rc.20",
"vitepress": "^1.0.0-rc.22",
"vue": "^3.3.4"
},
"husky": {
Expand Down
38 changes: 19 additions & 19 deletions packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,41 +26,41 @@
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@babel/runtime": "^7.23.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.1",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-storysource": "^7.4.5",
"@storybook/addons": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-webpack5": "7.4.5",
"@storybook/source-loader": "^7.4.5",
"@testing-library/jest-dom": "^6.1.3",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-storysource": "^7.4.6",
"@storybook/addons": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/react-webpack5": "7.4.6",
"@storybook/source-loader": "^7.4.6",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/fabric": "^5.3.4",
"@types/jest": "^29.5.5",
"@types/uuid": "^9.0.4",
"@types/uuid": "^9.0.5",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clsx": "^2.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-sass": "^9.0.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.29.3",
"rollup": "^4.1.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.35.0",
"storybook": "7.4.5",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "7.4.6",
"ts-jest": "^29.1.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit dd74e1d

Please sign in to comment.