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-corejs2",
"version": "0.4.14",
"version": "0.4.15",
"description": "A Babel plugin to inject imports to core-js@2 polyfills",
"repository": {
"type": "git",
@@ -26,18 +26,18 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "^7.27.7",
"@babel/helper-define-polyfill-provider": "^0.6.5",
"@babel/compat-data": "^7.28.6",
"@babel/helper-define-polyfill-provider": "^0.6.6",
"semver": "^6.3.1"
},
"devDependencies": {
"@babel/core": "^7.27.7",
"@babel/core": "^7.28.6",
"@babel/helper-plugin-test-runner": "^7.27.1",
"@babel/plugin-transform-for-of": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.27.1"
"@babel/plugin-transform-modules-commonjs": "^7.28.6"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
},
"gitHead": "fddd6fc6e7c3c41b1234d82e53faf5de832bbf2b"
"gitHead": "9b040e303af7d703a57f16d46538d1b0d5462237"
}