From 6744fbb6d21ce3ac6b14e02c2f9da5ab984d6cba Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 23 二月 2023 17:33:54 +0800 Subject: [PATCH] 案件池查询修改 --- package-lock.json | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3b75ad..7a61506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,8 +18,6 @@ "file-saver": "^2.0.5", "jszip": "^3.10.1", "jszip-utils": "^0.1.0", - "leaflet": "^1.9.3", - "leaflet.chinatmsproviders": "^3.0.6", "leaflet.pm": "^2.2.0", "normalize.css": "^8.0.1", "pizzip": "^3.1.3", @@ -6741,12 +6739,8 @@ "node_modules/leaflet": { "version": "1.9.3", "resolved": "https://registry.npmmirror.com/leaflet/-/leaflet-1.9.3.tgz", - "integrity": "sha512-iB2cR9vAkDOu5l3HAay2obcUHZ7xwUBBjph8+PGtmW/2lYhbLizWtG7nTeYht36WfOslixQF9D/uSIzhZgGMfQ==" - }, - "node_modules/leaflet.chinatmsproviders": { - "version": "3.0.6", - "resolved": "https://registry.npmmirror.com/leaflet.chinatmsproviders/-/leaflet.chinatmsproviders-3.0.6.tgz", - "integrity": "sha512-B4UPSn2MT//RkFoyrVjwqQyfKuf4tSmMjJDKQ6nqwCCGgirYKRWHafSH9JmA88WoG5pkuMXBcKQhY32FobxU/g==" + "integrity": "sha512-iB2cR9vAkDOu5l3HAay2obcUHZ7xwUBBjph8+PGtmW/2lYhbLizWtG7nTeYht36WfOslixQF9D/uSIzhZgGMfQ==", + "peer": true }, "node_modules/leaflet.pm": { "version": "2.2.0", @@ -17570,12 +17564,8 @@ "leaflet": { "version": "1.9.3", "resolved": "https://registry.npmmirror.com/leaflet/-/leaflet-1.9.3.tgz", - "integrity": "sha512-iB2cR9vAkDOu5l3HAay2obcUHZ7xwUBBjph8+PGtmW/2lYhbLizWtG7nTeYht36WfOslixQF9D/uSIzhZgGMfQ==" - }, - "leaflet.chinatmsproviders": { - "version": "3.0.6", - "resolved": "https://registry.npmmirror.com/leaflet.chinatmsproviders/-/leaflet.chinatmsproviders-3.0.6.tgz", - "integrity": "sha512-B4UPSn2MT//RkFoyrVjwqQyfKuf4tSmMjJDKQ6nqwCCGgirYKRWHafSH9JmA88WoG5pkuMXBcKQhY32FobxU/g==" + "integrity": "sha512-iB2cR9vAkDOu5l3HAay2obcUHZ7xwUBBjph8+PGtmW/2lYhbLizWtG7nTeYht36WfOslixQF9D/uSIzhZgGMfQ==", + "peer": true }, "leaflet.pm": { "version": "2.2.0", -- Gitblit v1.8.0