Skip to content

Commit 8698768

Browse files
committed
update more dependencies
1 parent 1193f3b commit 8698768

File tree

5 files changed

+329
-488
lines changed

5 files changed

+329
-488
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.22.0

components/Layout/index.js

-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ export default function Layout({ children, pageTitle }) {
1010
<meta name='viewport' content='width=device-width, initial-scale=1' />
1111
<meta name='description' content='Online space, blog and portfolio' />
1212
<title>{pageTitle}</title>
13-
<script
14-
defer
15-
data-domain='khendrikse.github.io'
16-
src='https://plausible.io/js/plausible.js'
17-
/>
1813
</Head>
1914
<div className='wrapper'>
2015
<section className='layout'>

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ const withPlugins = require('next-compose-plugins');
22
const optimizedImages = require('next-optimized-images');
33

44
const nextConfig = {
5+
swcMinify: true,
56
images: {
67
disableStaticImages: true
78
},
8-
target: 'serverless',
99
webpack(config) {
1010
config.module.rules.push({
1111
test: /\.md$/,

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"@fontsource/karla": "^4.5.0",
1414
"@fontsource/rubik": "^4.5.0",
1515
"gray-matter": "^4.0.2",
16-
"imagemin-mozjpeg": "^9.0.0",
16+
"imagemin-mozjpeg": "^10.0.0",
1717
"imagemin-optipng": "^8.0.0",
1818
"jest": "^27.4.5",
19-
"next": "^11.1.1",
19+
"next": "12.0.7",
2020
"next-compose-plugins": "^2.2.0",
2121
"next-optimized-images": "^3.0.0-canary.10",
2222
"normalize.css": "^8.0.1",
2323
"raw-loader": "^4.0.1",
2424
"react": "^17.0.2",
2525
"react-dom": "^17.0.2",
26-
"react-markdown": "^4.3.1",
26+
"react-markdown": "^5.0.0",
2727
"react-syntax-highlighter": "^15.4.3",
2828
"sass": "^1.35.2"
2929
},

0 commit comments

Comments
 (0)