Update dependencies
This commit is contained in:
@ -37,9 +37,6 @@ let nextConfig = {
|
||||
reactStrictMode: true,
|
||||
poweredByHeader: false,
|
||||
env: loadConfig(process.env.NODE_ENV),
|
||||
experimental: {
|
||||
esmExternals: false
|
||||
},
|
||||
|
||||
webpack(config, options) {
|
||||
config.resolve.modules.push(path.resolve('./'));
|
||||
|
1121
package-lock.json
generated
1121
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
31
package.json
31
package.json
@ -16,39 +16,38 @@
|
||||
"postinstall": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.0.16",
|
||||
"@chakra-ui/react": "^1.6.10",
|
||||
"@emotion/react": "^11.5.0",
|
||||
"@emotion/styled": "^11.3.0",
|
||||
"@chakra-ui/icons": "^1.1.1",
|
||||
"@chakra-ui/react": "^1.7.2",
|
||||
"@emotion/react": "^11.6.0",
|
||||
"@emotion/styled": "^11.6.0",
|
||||
"@mapbox/rehype-prism": "^0.8.0",
|
||||
"@mdx-js/loader": "^1.6.22",
|
||||
"@next/mdx": "^12.0.1",
|
||||
"@next/mdx": "^12.0.4",
|
||||
"@svgr/webpack": "^5.5.0",
|
||||
"date-fns": "^2.25.0",
|
||||
"date-fns": "^2.26.0",
|
||||
"focus-visible": "^5.2.0",
|
||||
"framer-motion": "^4.0.0",
|
||||
"next": "^12.0.1",
|
||||
"framer-motion": "^5.3.1",
|
||||
"next": "^12.0.4",
|
||||
"prism-themes": "^1.9.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"styled-components": "^5.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/eslint": "7.28.2",
|
||||
"@types/eslint": "8.2.0",
|
||||
"@types/gh-pages": "^3.2.0",
|
||||
"@types/glob": "^7.2.0",
|
||||
"@types/react": "17.0.33",
|
||||
"@types/react-dom": "17.0.10",
|
||||
"@types/react": "17.0.35",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"@types/styled-components": "^5.1.15",
|
||||
"eslint": "<8.0.0",
|
||||
"eslint-config-next": "12.0.1",
|
||||
"eslint-config-next": "12.0.4",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"gh-pages": "^3.2.3",
|
||||
"glob": "^7.2.0",
|
||||
"husky": "^7.0.4",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"serve": "^12.0.1",
|
||||
"typescript": "4.4.4"
|
||||
"pretty-quick": "^3.1.2",
|
||||
"serve": "^13.0.2",
|
||||
"typescript": "4.5.2"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
@ -93,6 +93,8 @@ export default function Thanks() {
|
||||
<Box mt='40px'>
|
||||
<Heading mb='15px' fontSize='25px' as='h2'>Monthly Sponsors</Heading>
|
||||
<UnorderedList>
|
||||
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
||||
href='https://github.com/werber'>Myroslav</Link></ListItem>
|
||||
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
||||
href='https://github.com/gmzabos'>Gerald-Markus Zabos</Link></ListItem>
|
||||
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
||||
|
Reference in New Issue
Block a user