Update npm packages (73 packages including @jqhtml 2.3.36)

Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2026-02-20 11:31:28 +00:00
parent d01a6179aa
commit b5eb27a827
1690 changed files with 47348 additions and 16848 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-polyfill-regenerator",
"version": "0.6.5",
"version": "0.6.6",
"description": "A Babel plugin to inject imports to regenerator-runtime",
"repository": {
"type": "git",
@@ -26,10 +26,10 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-define-polyfill-provider": "^0.6.5"
"@babel/helper-define-polyfill-provider": "^0.6.6"
},
"devDependencies": {
"@babel/core": "^7.27.7",
"@babel/core": "^7.28.6",
"@babel/helper-plugin-test-runner": "^7.27.1",
"@babel/plugin-transform-regenerator": "~7.14.5",
"regenerator-runtime": "^0.14.1"
@@ -37,5 +37,5 @@
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
},
"gitHead": "fddd6fc6e7c3c41b1234d82e53faf5de832bbf2b"
"gitHead": "9b040e303af7d703a57f16d46538d1b0d5462237"
}