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/helper-define-polyfill-provider",
"version": "0.6.5",
"version": "0.6.6",
"description": "Babel helper to create your own polyfill provider",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"./package.json": "./package.json"
},
"dependencies": {
"@babel/helper-compilation-targets": "^7.27.2",
"@babel/helper-plugin-utils": "^7.27.1",
"debug": "^4.4.1",
"@babel/helper-compilation-targets": "^7.28.6",
"@babel/helper-plugin-utils": "^7.28.6",
"debug": "^4.4.3",
"lodash.debounce": "^4.0.8",
"resolve": "^1.22.10"
"resolve": "^1.22.11"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.7",
"@babel/generator": "^7.27.5",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/traverse": "^7.27.7",
"@babel/cli": "^7.28.6",
"@babel/core": "^7.28.6",
"@babel/generator": "^7.28.6",
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
"@babel/traverse": "^7.28.6",
"babel-loader": "^8.4.1",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^4.4.0",
@@ -55,5 +55,5 @@
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12"
},
"gitHead": "fddd6fc6e7c3c41b1234d82e53faf5de832bbf2b"
"gitHead": "9b040e303af7d703a57f16d46538d1b0d5462237"
}