Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Dec 28, 2024
1 parent 46ab817 commit 2994989
Show file tree
Hide file tree
Showing 2 changed files with 1,061 additions and 988 deletions.
32 changes: 16 additions & 16 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": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
Expand All @@ -12,26 +12,26 @@
"dependencies": {
"@primer/css": "21.5.1",
"@types/fs-extra": "11.0.4",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"babel-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"dayjs": "1.11.13",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"eslint-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"fs-extra": "11.2.0",
"gray-matter": "4.0.3",
"highlight.js": "11.10.0",
"highlight.js": "11.11.1",
"is-absolute-url": "4.0.1",
"lowlight": "3.1.0",
"next": "15.0.3",
"lowlight": "3.3.0",
"next": "15.1.3",
"postcss": "8.4.49",
"prettier": "3.3.3",
"react": "19.0.0-rc-ed15d500-20241110",
"react-dom": "19.0.0-rc-ed15d500-20241110",
"prettier": "3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-highlight": "7.0.1",
"rehype-img-size": "1.0.1",
"rehype-react": "8.0.0",
Expand All @@ -40,8 +40,8 @@
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"sharp": "0.33.5",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"unified": "11.0.5"
}
}
Loading

0 comments on commit 2994989

Please sign in to comment.