Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Jan 12, 2023
1 parent 22b9ed8 commit 8c4c883
Show file tree
Hide file tree
Showing 4 changed files with 1,035 additions and 969 deletions.
4 changes: 2 additions & 2 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.1",
"@mui/material": "^5.11.3",
"@mui/styles": "^5.11.1",
"fabric": "^5.3.0",
"react": "^18.2.0",
Expand All @@ -40,7 +40,7 @@
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"cypress": "~12.2.0",
"cypress": "~12.3.0",
"react-scripts": "5.0.1",
"start-server-and-test": "^1.15.2"
},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-lerna-scopes": "^17.2.1",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@commitlint/cli": "^17.4.1",
"@commitlint/config-lerna-scopes": "^17.4.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"cross-env": "^7.0.3",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.2",
"lerna": "^6.1.0",
"prettier": "^2.8.1",
"husky": "^8.0.3",
"lerna": "^6.4.0",
"prettier": "^2.8.2",
"typescript": "^4.9.4",
"vuepress": "^1.9.7"
"vuepress": "^1.9.8"
},
"husky": {
"hooks": {
Expand Down
14 changes: 7 additions & 7 deletions packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
Expand All @@ -43,23 +43,23 @@
"@storybook/source-loader": "^6.5.15",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/fabric": "^4.5.14",
"@types/jest": "^29.2.4",
"@types/fabric": "^4.5.15",
"@types/jest": "^29.2.5",
"@types/uuid": "^9.0.0",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.2",
"clsx": "^1.2.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"node-sass": "^8.0.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.8.1",
"rollup": "^3.9.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-sizes": "^1.0.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.0.3"
"ts-jest": "^29.0.4"
},
"peerDependencies": {
"fabric": "^4.4.0 || ^5.0.0",
Expand Down
Loading

0 comments on commit 8c4c883

Please sign in to comment.