mirror of
https://gitee.com/was666/as-editor.git
synced 2026-05-20 08:46:40 +08:00
fix: 更新 core-js 3.19.0 版本至 3.49.0
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
### 安装教程
|
### 安装教程
|
||||||
|
|
||||||
|
> tips:请使用 Node.js v16 或以下版本,Node.js v18 以上版本不支持。
|
||||||
|
|
||||||
1. npm install (安装 node_modules 模块)
|
1. npm install (安装 node_modules 模块)
|
||||||
2. npm run serve (运行)
|
2. npm run serve (运行)
|
||||||
3. npm run build (打包)
|
3. npm run build (打包)
|
||||||
|
|||||||
15
package-lock.json
generated
15
package-lock.json
generated
@@ -11,7 +11,7 @@
|
|||||||
"@tinymce/tinymce-vue": "^3.2.0",
|
"@tinymce/tinymce-vue": "^3.2.0",
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.19.2",
|
||||||
"clipboard": "^2.0.6",
|
"clipboard": "^2.0.6",
|
||||||
"core-js": "^3.19.0",
|
"core-js": "^3.49.0",
|
||||||
"cos-js-sdk-v5": "^1.4.6",
|
"cos-js-sdk-v5": "^1.4.6",
|
||||||
"element-ui": "^2.15.6",
|
"element-ui": "^2.15.6",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
@@ -6134,10 +6134,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/core-js": {
|
"node_modules/core-js": {
|
||||||
"version": "3.19.0",
|
"version": "3.49.0",
|
||||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.0.tgz",
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.49.0.tgz",
|
||||||
"integrity": "sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg==",
|
"integrity": "sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==",
|
||||||
"deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
|
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
@@ -22535,9 +22534,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core-js": {
|
"core-js": {
|
||||||
"version": "3.19.0",
|
"version": "3.49.0",
|
||||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.0.tgz",
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.49.0.tgz",
|
||||||
"integrity": "sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg=="
|
"integrity": "sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg=="
|
||||||
},
|
},
|
||||||
"core-js-compat": {
|
"core-js-compat": {
|
||||||
"version": "3.19.0",
|
"version": "3.19.0",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"@tinymce/tinymce-vue": "^3.2.0",
|
"@tinymce/tinymce-vue": "^3.2.0",
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.19.2",
|
||||||
"clipboard": "^2.0.6",
|
"clipboard": "^2.0.6",
|
||||||
"core-js": "^3.19.0",
|
"core-js": "^3.49.0",
|
||||||
"cos-js-sdk-v5": "^1.4.6",
|
"cos-js-sdk-v5": "^1.4.6",
|
||||||
"element-ui": "^2.15.6",
|
"element-ui": "^2.15.6",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user