Skip to content

Commit

Permalink
chore(root): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hendraaagil committed May 29, 2022
1 parent 4838e35 commit 0dcfbc6
Show file tree
Hide file tree
Showing 2 changed files with 1,024 additions and 918 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"lint-fix": "eslint ./src/components/** ./src/pages/** -c .eslintrc.js --fix --ext js,jsx"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/react": "11.8.1",
"@chakra-ui/react": "^2.1.2",
"@chakra-ui/theme-tools": "^2.0.1",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"framer-motion": "6.2.8",
"next": "12.1.0",
"next-seo": "^5.1.0",
"framer-motion": "6.3.4",
"next": "12.1.6",
"next-seo": "^5.4.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-config-next": "^12.1.6",
"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-plugin-react": "^7.29.2",
"prettier": "^2.5.1"
"eslint-plugin-react": "^7.30.0",
"prettier": "^2.6.2"
}
}
Loading

1 comment on commit 0dcfbc6

@vercel
Copy link

@vercel vercel bot commented on 0dcfbc6 May 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.