Skip to content

Commit 41c3200

Browse files
CopilotTechQuery
andauthored
[add] Pop Over API polyfill (#5)
Co-authored-by: TechQuery <shiy2008@gmail.com>
1 parent 67e2bfe commit 41c3200

File tree

3 files changed

+384
-760
lines changed

3 files changed

+384
-760
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,27 @@
2525
"node": ">=22"
2626
},
2727
"dependencies": {
28-
"@tech_query/node-toolkit": "^2.0.0-alpha.0",
28+
"@tech_query/node-toolkit": "^2.0.0-beta.3",
2929
"dom-renderer": "^2.6.2",
30-
"dotenv": "^17.2.2",
30+
"dotenv": "^17.2.3",
3131
"fs-extra": "^11.3.2",
32-
"happy-dom": "^18.0.1",
33-
"koapache": "^2.2.2",
34-
"marked": "^16.3.0",
32+
"happy-dom": "^20.0.10",
33+
"koapache": "^3.0.0",
34+
"marked": "^17.0.0",
3535
"tslib": "^2.8.1",
3636
"undici": "^7.16.0"
3737
},
3838
"devDependencies": {
3939
"@types/fs-extra": "^11.0.4",
40-
"@types/node": "^22.18.6",
40+
"@types/node": "^22.19.0",
4141
"husky": "^9.1.7",
42-
"lint-staged": "^16.2.1",
42+
"lint-staged": "^16.2.6",
4343
"prettier": "^3.6.2",
4444
"tsx": "^4.20.6",
45-
"typescript": "~5.9.2"
45+
"typescript": "~5.9.3"
4646
},
4747
"resolutions": {
48-
"marked": "$marked",
49-
"@tech_query/node-toolkit": "$@tech_query/node-toolkit"
48+
"marked": "$marked"
5049
},
5150
"pnpm": {
5251
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)