Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Jun 15, 2024
1 parent 6737831 commit 35ba4d1
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 406 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
"name": "blog",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.0.6+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617",
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@primer/css": "21.2.2",
"@primer/css": "21.3.1",
"@types/fs-extra": "11.0.4",
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.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.2.3",
"next": "14.2.4",
"postcss": "8.4.38",
"prettier": "3.2.5",
"react": "18.3.0",
"react-dom": "18.3.0",
"prettier": "3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-highlight": "7.0.0",
"rehype-img-size": "1.0.1",
"rehype-react": "8.0.0",
"rehype-slug": "6.0.0",
"remark-breaks": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"sharp": "0.33.3",
"tailwindcss": "3.4.3",
"sharp": "0.33.4",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"unified": "11.0.4"
}
Expand Down
Loading

0 comments on commit 35ba4d1

Please sign in to comment.