Skip to content

Commit

Permalink
feat: major update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Dec 12, 2022
1 parent 1db14c4 commit 864eab3
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 218 deletions.
10 changes: 5 additions & 5 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.16",
"@mui/material": "^5.10.17",
"@mui/styles": "^5.10.16",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.10",
"@types/react": "^18.0.25",
"@types/node": "^18.11.12",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"cypress": "~11.2.0",
"cypress": "~12.0.2",
"fabric": "^5.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"start-server-and-test": "^1.14.0"
"start-server-and-test": "^1.15.2"
},
"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 @@ -13,19 +13,19 @@
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-lerna-scopes": "^17.2.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.2",
"lerna": "^6.1.0",
"prettier": "^2.8.0",
"typescript": "^4.9.3",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"vuepress": "^1.9.7"
},
"husky": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-multi-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@storybook/source-loader": "^6.5.14",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/fabric": "^4.5.13",
"@types/jest": "^29.2.3",
"@types/fabric": "^4.5.14",
"@types/jest": "^29.2.4",
"@types/uuid": "^9.0.0",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.0",
Expand All @@ -53,7 +53,7 @@
"jest-environment-jsdom": "^29.3.1",
"node-sass": "^8.0.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.5.1",
"rollup": "^3.7.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 864eab3

Please sign in to comment.