Skip to content

Commit

Permalink
chroe: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed Aug 11, 2024
1 parent 39a8b16 commit 99c5ad7
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 283 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-shortcut",
"version": "3.2.2",
"version": "3.2.4",
"private": false,
"license": "MIT",
"scripts": {
Expand All @@ -18,14 +18,14 @@
},
"dependencies": {
"@ant-design/compatible": "^5.1.3",
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/core": "3.5.1",
"@docusaurus/preset-classic": "3.5.1",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@mdx-js/react": "^3.0.1",
"@popperjs/core": "^2.11.8",
"antd": "^5.19.1",
"axios": "^1.7.2",
"antd": "^5.20.1",
"axios": "^1.7.3",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
Expand All @@ -42,11 +42,11 @@
"react-share": "^5.1.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "3.4.0",
"@docusaurus/types": "3.4.0",
"@docusaurus/module-type-aliases": "3.5.1",
"@docusaurus/tsconfig": "3.5.1",
"@docusaurus/types": "3.5.1",
"@types/react": "^18.3.3",
"typescript": "~5.5.3"
"typescript": "~5.5.4"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 99c5ad7

Please sign in to comment.