Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aerovulpe committed May 12, 2022
1 parent 822b673 commit 9cfb459
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,30 @@
"prepare": "husky install"
},
"dependencies": {
"@giphy/js-types": "^4.0.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/emoji-mart": "^3.0.5",
"@types/invariant": "^2.2.35",
"@types/jest": "^26.0.15",
"@types/moment": "^2.13.0",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.12",
"@types/styled-system": "^5.1.13",
"chatkitty": "1.56.3",
"chatkitty": "^1.56.3",
"emoji-mart": "^3.0.1",
"framer-motion": "^4.1.17",
"invariant": "^2.2.4",
"moment": "^2.29.1",
"moment": "^2.29.3",
"react": "^17.0.2",
"react-chat-ui-kit": "^1.0.0-beta.1",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"styled-components": "^5.3.1",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@giphy/js-types": "^4.0.3",
"@types/emoji-mart": "^3.0.9",
"@types/invariant": "^2.2.35",
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.15",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "4.0.1",
"eslint": "^7.32.0",
Expand All @@ -48,8 +44,8 @@
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"prettier-eslint": "^14.0.2",
"prettier-eslint-cli": "^5.0.1"
Expand Down

0 comments on commit 9cfb459

Please sign in to comment.