chore: 忽略sourcemap-codecstable依赖包的deprecation警告

This commit is contained in:
xiaoxian521 2023-04-19 11:37:33 +08:00
parent 638a95a4af
commit 4be2f04b4d

View File

@ -145,6 +145,10 @@
"rollup",
"webpack"
]
},
"allowedDeprecatedVersions": {
"sourcemap-codec": "*",
"stable": "*"
}
},
"repository": "git@github.com:pure-admin/vue-pure-admin.git",