Skip to content

Commit

Permalink
chore(root): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hendraaagil committed Jun 20, 2021
1 parent a556d45 commit 46ef6e4
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 297 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ module.exports = {
version: 'detect',
},
},
extends: ['plugin:react/recommended', 'airbnb', 'prettier'],
extends: ['plugin:react/recommended', 'next', 'airbnb', 'prettier'],
plugins: ['react', 'prettier'],
rules: {
'react/react-in-jsx-scope': 'off',
'react/prop-types': 'off',
'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx'] }],
'react/jsx-props-no-spreading': 'off',
'@next/next/no-page-custom-font': 'off',
'no-plusplus': 'off',
},
};
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@
"lint-fix": "eslint ./components/** ./pages/** -c .eslintrc.js --fix --ext js,jsx"
},
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@chakra-ui/react": "^1.6.4",
"@chakra-ui/theme-tools": "^1.1.7",
"@emotion/react": "11",
"@emotion/styled": "11",
"framer-motion": "4",
"next": "10.2.3",
"next-seo": "^4.24.0",
"next": "11.0.0",
"next-seo": "^4.26.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class MyDocument extends NextDocument {

<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
</Head>
Expand Down
Loading

1 comment on commit 46ef6e4

@vercel
Copy link

@vercel vercel bot commented on 46ef6e4 Jun 20, 2021

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.