From 7f1956cafa4bbc08e67713e7bfeb1748b9e588b0 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 21 二月 2023 17:09:01 +0800
Subject: [PATCH] 2023/2/21 肖辉 修改消息删除错误,添加发布系统
---
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