Skip to content

Commit

Permalink
[optimize] update Upstream packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Nov 14, 2024
1 parent d132fc5 commit 0f158f8
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 91 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
"dependencies": {
"@tech_query/node-toolkit": "^2.0.0-alpha.0",
"dom-renderer": "^2.3.1",
"dom-renderer": "^2.5.1",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"happy-dom": "^15.9.0",
"happy-dom": "^15.11.6",
"koapache": "^2.2.2",
"marked": "^14.1.3",
"marked": "^15.0.0",
"tslib": "^2.8.1",
"undici": "^6.20.1"
"undici": "^6.21.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand All @@ -44,6 +44,10 @@
"tsx": "^4.19.2",
"typescript": "~5.6.3"
},
"resolutions": {
"marked": "$marked",
"@tech_query/node-toolkit": "$@tech_query/node-toolkit"
},
"prettier": {
"singleQuote": true,
"trailingComma": "none",
Expand Down
Loading

0 comments on commit 0f158f8

Please sign in to comment.