Skip to content

Commit

Permalink
Update dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Mar 23, 2024
1 parent 9479919 commit 59d75ca
Show file tree
Hide file tree
Showing 2 changed files with 335 additions and 294 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,31 @@
"name": "blog",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@primer/css": "21.2.0",
"@primer/css": "21.2.2",
"@types/fs-extra": "11.0.4",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"autoprefixer": "10.4.18",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
"autoprefixer": "10.4.19",
"dayjs": "1.11.10",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"eslint-config-next": "14.1.4",
"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.3",
"postcss": "8.4.35",
"next": "14.1.4",
"postcss": "8.4.38",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -38,7 +39,7 @@
"remark-rehype": "11.1.0",
"sharp": "0.33.2",
"tailwindcss": "3.4.1",
"typescript": "5.4.2",
"typescript": "5.4.3",
"unified": "11.0.4"
}
}
Loading

0 comments on commit 59d75ca

Please sign in to comment.