Skip to content

Commit

Permalink
Merge pull request #93 from KennyDizi/master
Browse files Browse the repository at this point in the history
[Upstream] Update core libraries
  • Loading branch information
Licoy committed Sep 24, 2023
2 parents d01e118 + 4a71a3c commit 629b6ea
Show file tree
Hide file tree
Showing 3 changed files with 2,591 additions and 2,618 deletions.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@fortaine/fetch-event-source": "^3.0.6",
"@hello-pangea/dnd": "^16.3.0",
"@svgr/webpack": "^6.5.1",
"@swc/core": "^1.3.85",
"@swc/core": "^1.3.87",
"@vercel/analytics": "^0.1.11",
"body-parser": "^1.20.2",
"concurrently": "^8.2.1",
Expand All @@ -32,7 +32,7 @@
"fuse.js": "^6.6.2",
"html-to-image": "^1.11.11",
"mermaid": "^10.3.1",
"midjourney": "^4.3.11",
"midjourney": "^4.3.12",
"nanoid": "^4.0.2",
"next": "^13.4.19",
"node-fetch": "^3.3.1",
Expand All @@ -45,32 +45,34 @@
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sass": "^1.59.2",
"sharp": "^0.32.5",
"sass": "^1.68.0",
"sharp": "^0.32.6",
"spark-md5": "^3.0.2",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0",
"workerpool": "^6.4.2",
"zustand": "^4.3.8"
"uuid": "^9.0.1",
"workerpool": "^6.5.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/express": "^4.17.17",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-katex": "^3.0.0",
"@types/spark-md5": "^3.0.2",
"bufferutil": "^4.0.7",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.2.2",
"lint-staged": "^13.3.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "4.9.5",
"webpack": "^5.88.1"
"utf-8-validate": "^6.0.3",
"webpack": "^5.88.2"
}
}
Loading

0 comments on commit 629b6ea

Please sign in to comment.