Skip to content

Commit

Permalink
feat: update (#2858)
Browse files Browse the repository at this point in the history
* feat: update

* fix: update ci

* fix: temporary only 20
  • Loading branch information
berviantoleo authored Jun 1, 2024
1 parent e1bef06 commit 5d3e919
Show file tree
Hide file tree
Showing 6 changed files with 2,719 additions and 2,067 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
env:
CI: true
NODE_VERSION: 18.x
NODE_VERSION: 20.x
NPM_SITE: https://registry.npmjs.org
jobs:
release:
Expand Down Expand Up @@ -124,4 +124,7 @@ jobs:
yarn lerna run build --scope @berviantoleo/react-multi-crop
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required


3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
node_version:
- 18
- 20
steps:
- name: Checkout
Expand Down Expand Up @@ -61,3 +60,5 @@ jobs:
SKIP_PREFLIGHT_CHECK: true
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
22 changes: 11 additions & 11 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
],
"devDependencies": {
"@berviantoleo/react-multi-crop": "^0.37.5",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.8",
"@mui/material": "^5.15.7",
"@mui/styles": "^5.15.8",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@mui/styles": "^5.15.19",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"cypress": "~13.6.4",
"@types/node": "^20.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cypress": "~13.10.0",
"fabric": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"start-server-and-test": "^2.0.3"
},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-lerna-scopes": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.10",
"lerna": "^8.1.2",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lerna": "^8.1.3",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vitepress": "^1.0.0-rc.42",
"vue": "^3.4.16"
"typescript": "^5.4.5",
"vitepress": "^1.2.2",
"vue": "^3.4.27"
},
"husky": {
"hooks": {
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,43 +25,43 @@
"url": "https://github.com/berviantoleo"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-links": "^8.0.0",
"@storybook/addon-storysource": "^8.0.0",
"@storybook/addon-links": "^8.1.5",
"@storybook/addon-storysource": "^8.1.5",
"@storybook/addons": "^7.6.13",
"@storybook/react": "^7.6.13",
"@storybook/react-webpack5": "7.6.13",
"@storybook/source-loader": "^8.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.1",
"@storybook/source-loader": "^8.1.5",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/fabric": "^5.3.7",
"@types/jest": "^29.5.12",
"@types/uuid": "^9.0.8",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-sass": "^9.0.0",
"react-test-renderer": "^18.2.0",
"rollup": "^4.9.6",
"react-test-renderer": "^18.3.1",
"rollup": "^4.18.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.6",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "8.0.4",
"ts-jest": "^29.1.2"
"storybook": "8.1.5",
"ts-jest": "^29.1.4"
},
"peerDependencies": {
"fabric": "^4.4.0 || ^5.0.0",
Expand Down
Loading

0 comments on commit 5d3e919

Please sign in to comment.