Skip to content

Commit

Permalink
chore(deps): update dependencies (#2201)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* fix: update wrong path

Signed-off-by: Bervianto Leo Pratama <bervianto.leo@gmail.com>

---------

Signed-off-by: Bervianto Leo Pratama <bervianto.leo@gmail.com>
  • Loading branch information
berviantoleo authored Sep 27, 2023
1 parent 8101142 commit bb7e159
Show file tree
Hide file tree
Showing 5 changed files with 791 additions and 641 deletions.
16 changes: 8 additions & 8 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"@berviantoleo/react-multi-crop": "^0.34.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@mui/styles": "^5.14.9",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@mui/styles": "^5.14.11",
"@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",
"fabric": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"start-server-and-test": "^2.0.0"
"start-server-and-test": "^2.0.1"
},
"license": "MIT",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-lerna-scopes": "^17.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lerna": "^7.3.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vitepress": "^1.0.0-rc.13",
"vitepress": "^1.0.0-rc.20",
"vue": "^3.3.4"
},
"husky": {
Expand Down
34 changes: 17 additions & 17 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.22.15",
"@babel/core": "^7.22.19",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime": "^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.1",
"@storybook/addon-links": "^7.4.1",
"@storybook/addon-storysource": "^7.4.1",
"@storybook/addons": "^7.4.1",
"@storybook/react": "^7.4.1",
"@storybook/react-webpack5": "7.4.1",
"@storybook/source-loader": "^7.4.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",
"@testing-library/react": "^14.0.0",
"@types/fabric": "^5.3.4",
"@types/jest": "^29.5.4",
"@types/uuid": "^9.0.2",
"@types/jest": "^29.5.5",
"@types/uuid": "^9.0.4",
"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.1",
"rollup": "^3.29.3",
"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.1",
"storybook": "7.4.5",
"ts-jest": "^29.1.1"
},
"peerDependencies": {
Expand All @@ -73,7 +73,7 @@
"fabric": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"license": "MIT",
"version": "0.34.0"
Expand Down
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
"paths": {
"react": [
"./node_modules/@types/react"
]
}
},
}
Loading

0 comments on commit bb7e159

Please sign in to comment.