Skip to content

Commit

Permalink
Update package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Apr 13, 2024
1 parent a48c8ad commit 5b1d74f
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 134 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blog",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"packageManager": "[email protected].6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -12,20 +12,20 @@
"dependencies": {
"@primer/css": "21.2.2",
"@types/fs-extra": "11.0.4",
"@types/node": "20.12.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/node": "20.12.7",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"autoprefixer": "10.4.19",
"dayjs": "1.11.10",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "9.1.0",
"fs-extra": "11.2.0",
"gray-matter": "4.0.3",
"highlight.js": "11.9.0",
"is-absolute-url": "4.0.1",
"lowlight": "3.1.0",
"next": "14.1.4",
"next": "14.2.1",
"postcss": "8.4.38",
"prettier": "3.2.5",
"react": "18.2.0",
Expand All @@ -39,7 +39,7 @@
"remark-rehype": "11.1.0",
"sharp": "0.33.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.3",
"typescript": "5.4.5",
"unified": "11.0.4"
}
}
Loading

0 comments on commit 5b1d74f

Please sign in to comment.