Skip to content

Commit

Permalink
chore: update the rest of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Samsam Ahmadi committed Apr 27, 2022
1 parent cba8407 commit bb3aa3b
Show file tree
Hide file tree
Showing 6 changed files with 748 additions and 1,089 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no -- commitlint --edit ""
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
7 changes: 0 additions & 7 deletions .huskyrc

This file was deleted.

1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ["@commitlint/config-conventional"] };
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"dayjs": "^1.8.27",
"dayjs": "^1.11.1",
"jalaliday": "^2.3.0",
"react-scripts": "5.0.1",
"styled-components": "^5.1.0",
"styled-components": "^5.3.5",
"typescript": "^4.2.0"
},
"scripts": {
Expand Down Expand Up @@ -61,11 +61,11 @@
]
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-url": "^6.0.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-url": "^6.1.0",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-links": "6.4.22",
"@storybook/addon-storysource": "6.4.22",
Expand All @@ -75,29 +75,29 @@
"@storybook/manager-webpack5": "6.4.22",
"@storybook/preset-create-react-app": "4.1.0",
"@storybook/react": "6.4.22",
"@svgr/rollup": "^5.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@svgr/rollup": "^6.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.29",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"@types/styled-components": "^5.1.0",
"@types/styled-components": "^5.1.25",
"eslint-config-react-app": "^7.0.1",
"gh-pages": "^3.1.0",
"husky": "^4.2.5",
"gh-pages": "^3.2.3",
"husky": "^7.0.0",
"import-sort-cli": "^6.0.0",
"import-sort-style-renke": "^6.0.0",
"lint-staged": "^10.2.6",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.41.2",
"rollup": "^2.70.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.1.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"tslib": "^2.4.0",
"webpack": "5"
},
"files": [
Expand Down

0 comments on commit bb3aa3b

Please sign in to comment.