Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Do not update @types/hast because hast-util-select uses an old version
  • Loading branch information
myl7 committed Oct 16, 2023
1 parent e0723bd commit fbb33b4
Show file tree
Hide file tree
Showing 2 changed files with 718 additions and 831 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,34 +30,34 @@
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@next/bundle-analyzer": "^13.4.12",
"@types/hast": "^2.3.5",
"@types/node": "^18.17.1",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.14",
"@next/bundle-analyzer": "^13.5.4",
"@types/hast": "^2.3.6",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/uuid": "^9.0.5",
"autoprefixer": "^10.4.16",
"brotli-dec-wasm": "^1.3.3",
"brotli-wasm": "^1.3.1",
"classnames": "^2.3.2",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-config-prettier": "^8.10.0",
"feed": "^4.2.2",
"globby": "^13.2.2",
"hast-util-select": "^5.0.5",
"hastscript": "^7.2.0",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"ioredis": "^5.3.2",
"katex": "^0.16.8",
"next": "^13.4.12",
"katex": "^0.16.9",
"next": "^13.5.4",
"next-mdx-remote": "^4.4.1",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^4.11.0",
"react-schemaorg": "^2.0.0",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.3",
Expand All @@ -68,13 +68,13 @@
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-toc": "^8.0.1",
"sass": "^1.64.2",
"sass": "^1.69.3",
"schema-dts": "^1.1.2",
"server-only": "^0.0.1",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"vfile": "^5.3.7",
"vfile-matter": "^4.0.1"
}
Expand Down
Loading

1 comment on commit fbb33b4

@vercel
Copy link

@vercel vercel bot commented on fbb33b4 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mylmoe – ./

mylmoe.vercel.app
mylmoe-myl7.vercel.app
mylmoe-git-main-myl7.vercel.app
www.myl.moe
myl.moe

Please sign in to comment.