Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
slavikdenis committed Jun 22, 2023
1 parent 6e603d8 commit 71fa068
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 165 deletions.
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,39 @@
"prepare": "husky install",
"cypress": "cypress open",
"cypress-headless": "cypress run",
"bump-patch": "npm version patch -m \"Update to %s (patch)\" && git push && git push --tags",
"bump-minor": "npm version minor -m \"Update to %s (minor)\" && git push && git push --tags",
"bump-major": "npm version major -m \"Update to %s (major)\" && git push && git push --tags",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.0",
"@chakra-ui/react": "^2.7.1",
"@chakra-ui/theme-tools": "^2.0.18",
"@ducanh2912/next-pwa": "^9.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.12.16",
"next": "^13.4.6",
"next": "^13.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@next/eslint-plugin-next": "^13.4.6",
"@next/eslint-plugin-next": "^13.4.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/dom-screen-wake-lock": "^1.0.1",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"auto-changelog": "^2.4.0",
"babel-jest": "^29.5.0",
"cypress": "^12.14.0",
"cypress": "^12.15.0",
"eslint": "8.43.0",
"eslint-config-next": "^13.4.6",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-loader": "^4.0.2",
Expand Down
Loading

0 comments on commit 71fa068

Please sign in to comment.