Skip to content

Commit e19a3ef

Browse files
authored
[add] Lock, Indexed BD & Eye Dropper polyfills (#3)
1 parent 0f158f8 commit e19a3ef

File tree

6 files changed

+156
-108
lines changed

6 files changed

+156
-108
lines changed

.vscode/extensions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"recommendations": [
3+
"yzhang.markdown-all-in-one",
4+
"redhat.vscode-yaml",
5+
"akamud.vscode-caniuse",
6+
"visualstudioexptteam.intellicode-api-usage-examples",
7+
"pflannery.vscode-versionlens",
8+
"christian-kohler.npm-intellisense",
9+
"esbenp.prettier-vscode",
10+
"eamodio.gitlens",
11+
"github.vscode-pull-request-github",
12+
"github.vscode-github-actions"
13+
]
14+
}

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ LAN_HOST=https://polyfill.example.kp
7373
[4]: https://nodejs.org/
7474
[5]: https://unpkg.com/
7575
[6]: https://github.com/EasyWebApp/Web-polyfill/actions/workflows/main.yml
76-
[7]: https://github.com/EasyWebApp/Web-polyfill/blob/master/source/list
76+
[7]: https://github.dev/EasyWebApp/Web-polyfill/tree/master/source/list
7777
[8]: https://github.com/EasyWebApp/Web-polyfill/issues/new?assignees=TechQuery&labels=package&template=package.yml
7878
[9]: https://github.com/features/actions
7979
[10]: https://github.com/EasyWebApp/Web-polyfill

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
"url": "https://github.com/EasyWebApp/Web-polyfill/issues"
2323
},
2424
"engines": {
25-
"node": ">=18"
25+
"node": ">=20"
2626
},
2727
"dependencies": {
2828
"@tech_query/node-toolkit": "^2.0.0-alpha.0",
29-
"dom-renderer": "^2.5.1",
30-
"dotenv": "^16.4.5",
29+
"dom-renderer": "^2.6.1",
30+
"dotenv": "^16.4.7",
3131
"fs-extra": "^11.2.0",
32-
"happy-dom": "^15.11.6",
32+
"happy-dom": "^15.11.7",
3333
"koapache": "^2.2.2",
34-
"marked": "^15.0.0",
34+
"marked": "^15.0.3",
3535
"tslib": "^2.8.1",
36-
"undici": "^6.21.0"
36+
"undici": "^7.1.0"
3737
},
3838
"devDependencies": {
3939
"@types/fs-extra": "^11.0.4",
40-
"@types/node": "^20.17.6",
41-
"husky": "^9.1.6",
40+
"@types/node": "^20.17.9",
41+
"husky": "^9.1.7",
4242
"lint-staged": "^15.2.10",
43-
"prettier": "^3.3.3",
43+
"prettier": "^3.4.2",
4444
"tsx": "^4.19.2",
45-
"typescript": "~5.6.3"
45+
"typescript": "~5.7.2"
4646
},
4747
"resolutions": {
4848
"marked": "$marked",

0 commit comments

Comments
 (0)