Skip to content

Commit

Permalink
fix: update deps (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Oct 1, 2022
1 parent 7ed246f commit 05f3d0b
Show file tree
Hide file tree
Showing 4 changed files with 880 additions and 837 deletions.
10 changes: 5 additions & 5 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.5",
"@mui/material": "^5.10.3",
"@mui/styles": "^5.9.3",
"@mui/material": "^5.10.7",
"@mui/styles": "^5.10.7",
"@types/jest": "^28.1.0",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/node": "^18.7.23",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"cypress": "~10.8.0",
"cypress": "~10.9.0",
"fabric": "^5.2.4",
"react": "^18.1.0",
"react-dom": "^18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-lerna-scopes": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"cross-env": "^7.0.3",
"eslint": "^8.23.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lerna": "^5.5.1",
"lerna": "^5.5.4",
"prettier": "^2.7.1",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"vuepress": "^1.9.5"
},
"husky": {
Expand Down
12 changes: 6 additions & 6 deletions packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"url": "https://github.com/berviantoleo"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
Expand All @@ -46,14 +46,14 @@
"@types/fabric": "^4.5.10",
"@types/jest": "^28.1.3",
"@types/uuid": "^8.3.4",
"babel-jest": "^29.0.3",
"babel-jest": "^29.1.2",
"babel-loader": "^8.2.5",
"clsx": "^1.2.1",
"jest": "^28.1.0",
"jest-environment-jsdom": "^29.0.3",
"jest-environment-jsdom": "^29.1.2",
"node-sass": "^7.0.3",
"react-test-renderer": "^18.2.0",
"rollup": "^2.79.0",
"rollup": "^2.79.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.4",
Expand Down
Loading

0 comments on commit 05f3d0b

Please sign in to comment.