Skip to content

Commit

Permalink
fix: update deps (#1701)
Browse files Browse the repository at this point in the history
* fix: update deps

* fix: update workflow
  • Loading branch information
berviantoleo authored Feb 17, 2023
1 parent 01addc3 commit 08109a8
Show file tree
Hide file tree
Showing 7 changed files with 1,874 additions and 2,249 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
- main
env:
CI: true
NODE_VERSION: 16.x
NODE_VERSION: 18.x
NPM_SITE: https://registry.npmjs.org
jobs:
release:
name: Release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
single-commit: true
docs:
name: Publish Docs
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

coverage:
name: Coverage Upload
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ env:
jobs:
test:
name: Test and Build (${{ matrix.node_version }})
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node_version:
- 16
- 18
- 19
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
14 changes: 7 additions & 7 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.3",
"@mui/styles": "^5.11.1",
"@mui/material": "^5.11.9",
"@mui/styles": "^5.11.9",
"fabric": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"cypress": "~12.3.0",
"cypress": "~12.5.1",
"react-scripts": "5.0.1",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.4"
},
"license": "MIT",
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
},
"private": true,
"devDependencies": {
"@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",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-lerna-scopes": "^17.4.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lerna": "^6.4.0",
"prettier": "^2.8.2",
"typescript": "^4.9.4",
"lerna": "^6.5.1",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vuepress": "^1.9.8"
},
"husky": {
Expand Down
26 changes: 13 additions & 13 deletions packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,34 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-storysource": "^6.5.15",
"@storybook/addons": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/source-loader": "^6.5.15",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-storysource": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/source-loader": "^6.5.16",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/fabric": "^4.5.15",
"@types/jest": "^29.2.5",
"@types/jest": "^29.4.0",
"@types/uuid": "^9.0.0",
"babel-jest": "^29.3.1",
"babel-jest": "^29.4.3",
"babel-loader": "^9.1.2",
"clsx": "^1.2.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"node-sass": "^8.0.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.9.1",
"rollup": "^3.15.0",
"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.34.1",
"ts-jest": "^29.0.4"
"ts-jest": "^29.0.5"
},
"peerDependencies": {
"fabric": "^4.4.0 || ^5.0.0",
Expand Down
Loading

0 comments on commit 08109a8

Please sign in to comment.