Skip to content

Commit

Permalink
feat(build): Package upgrades (#427)
Browse files Browse the repository at this point in the history
* Bump gh-pages v5.0.0

* bump nprogress v5.0.41

* ghpages github action

* bump datepicker v4..10.0 -> 4.12.0

* build(eslint): update eslint packages
  • Loading branch information
ehsan-github authored Jun 7, 2023
1 parent ef625b7 commit 89af85f
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
NODE_OPTIONS=--max_old_space_size=4096 yarn run predeploy
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: storybook-static
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
"@emotion/styled": "^11.10.6",
"@rebass/forms": "^4.0.6",
"@styled-system/css": "^5.1.5",
"@tanem/react-nprogress": "^5.0.34",
"@tanem/react-nprogress": "^5.0.41",
"@uiw/codemirror-extensions-langs": "^4.19.16",
"@uiw/codemirror-theme-darcula": "^4.19.16",
"@uiw/react-codemirror": "^4.19.16",
"date-fns": "^2.28.0",
"emotion-theming": "^10.3.0",
"framer-motion": "^10.11.4",
"ramda": "^0.28.0",
"react-datepicker": "4.10.0",
"react-datepicker": "^4.12.0",
"react-spring": "^8.0.27",
"rebass": "^4.0.7"
},
Expand Down Expand Up @@ -97,24 +97,24 @@
"@types/react-dom": "^18.0.11",
"@types/rebass": "^4.0.10",
"@types/rebass__forms": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.29.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^4.0.0",
"chakra-cli": "^1.0.1",
"chromatic": "^5.10.2",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.18.0",
"eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^2.2.0",
"gh-pages": "^5.0.0",
"jest": "27",
"npm-run-all": "^4.1.5",
"playwright": "^1.31.2",
Expand Down
Loading

0 comments on commit 89af85f

Please sign in to comment.