Skip to content

Commit

Permalink
Update all dependencies. (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Apr 7, 2022
2 parents 1203744 + 3da6eab commit 728451b
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 227 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -7,22 +7,22 @@
"lint": "next lint"
},
"dependencies": {
"highlight.js": "^11.4.0",
"highlight.js": "^11.5.0",
"javascript-time-ago": "^2.3.13",
"jsonwebtoken": "^8.5.1",
"marked": "^4.0.12",
"next": "^12.1.0",
"next": "^12.1.4",
"postcss-hover-media-feature": "^1.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.49.7"
"react": "18.0.0",
"react-dom": "18.0.0",
"sass": "^1.50.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "^4.5.5"
"@types/node": "^17.0.23",
"@types/react": "^18.0.0",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"typescript": "^4.6.3"
}
}
7 changes: 7 additions & 0 deletions vercel.json
@@ -0,0 +1,7 @@
{
"build": {
"env": {
"NEXT_PRIVATE_MULTI_PAYLOAD": "1"
}
}
}

1 comment on commit 728451b

@vercel
Copy link

@vercel vercel bot commented on 728451b Apr 7, 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.