Commit db025545 authored by 邓晓峰's avatar 邓晓峰

fix: 修复"@esri/arcgis-html-sanitizer": "2.10.0"

parent 2598db3d
Pipeline #53131 waiting for manual action with stages
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"preanalyze": "yarn run analyze:clean", "preanalyze": "yarn run analyze:clean",
"analyze": "cross-env ANALYZE=1 npm run build", "analyze": "cross-env ANALYZE=1 npm run build",
"npmcheckversion": "node ./internals/scripts/npmcheckversion.js", "npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
"preinstall": "yarn run npmcheckversion && npx only-allow yarn", "preinstall": "yarn run npmcheckversion && npx force-resolutions",
"build": "cross-env NODE_ENV=production node --max_old_space_size=4096 internals/webpack/build.js", "build": "cross-env NODE_ENV=production node --max_old_space_size=4096 internals/webpack/build.js",
"build:clean": "rimraf ./build", "build:clean": "rimraf ./build",
"openapi": "cross-env NODE_ENV=development yarn server/openapi/run.js", "openapi": "cross-env NODE_ENV=development yarn server/openapi/run.js",
...@@ -88,7 +88,8 @@ ...@@ -88,7 +88,8 @@
], ],
"resolutions": { "resolutions": {
"babel-core": "7.0.0-bridge.0", "babel-core": "7.0.0-bridge.0",
"webpack": "^5.70.0" "webpack": "^5.70.0",
"@esri/arcgis-html-sanitizer": "2.10.0"
}, },
"dependencies": { "dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1", "@amap/amap-jsapi-loader": "^1.0.1",
...@@ -102,18 +103,17 @@ ...@@ -102,18 +103,17 @@
"@ant-design/pro-utils": "^1.10.4", "@ant-design/pro-utils": "^1.10.4",
"@babel/polyfill": "7.4.3", "@babel/polyfill": "7.4.3",
"@babel/runtime": "^7.10.5", "@babel/runtime": "^7.10.5",
"@esri/arcgis-html-sanitizer": "2.9.5",
"@esri/calcite-colors": "6.0.3", "@esri/calcite-colors": "6.0.3",
"@wisdom-cesium/cesium": "^1.0.84", "@wisdom-cesium/cesium": "^1.0.84",
"@wisdom-components/basictable": "^1.5.16", "@wisdom-components/basictable": "^1.5.16",
"@wisdom-components/empty": "^1.4.1", "@wisdom-components/empty": "^1.4.1",
"@wisdom-map/amap": "^1.0.49--27.8", "@wisdom-map/amap": "1.1.0-beta.33",
"@wisdom-map/arcgismap": "^1.1.0", "@wisdom-map/arcgismap": "1.4.0-6",
"@wisdom-map/basemap": "^1.0.12-50", "@wisdom-map/basemap": "1.1.0-2",
"@wisdom-map/util": "^1.0.27-0", "@wisdom-map/util": "^1.0.27-0",
"@wisdom-utils/components": "0.1.223", "@wisdom-utils/components": "0.1.224",
"@wisdom-utils/runtime": "0.0.32", "@wisdom-utils/runtime": "0.0.32",
"@wisdom-utils/utils": "0.1.263", "@wisdom-utils/utils": "0.1.264",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"antd": "^4.20.7", "antd": "^4.20.7",
"compression": "1.7.4", "compression": "1.7.4",
...@@ -303,6 +303,7 @@ ...@@ -303,6 +303,7 @@
"webpackbar": "5.0.0-3", "webpackbar": "5.0.0-3",
"whatwg-fetch": "^3.0.0", "whatwg-fetch": "^3.0.0",
"xss": "^1.0.11", "xss": "^1.0.11",
"yorkie": "^2.0.0" "yorkie": "^2.0.0",
"@esri/arcgis-html-sanitizer": "2.10.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment