Skip to content

Commit 18aeb98

Browse files
committed
[optimize] update Upstream packages
1 parent b509ae4 commit 18aeb98

File tree

4 files changed

+938
-2280
lines changed

4 files changed

+938
-2280
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers = false

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-react-map",
3-
"version": "0.6.3",
3+
"version": "0.6.5",
44
"license": "LGPL-3.0-or-later",
55
"author": "[email protected]",
66
"description": "Compatible Map component supports Geo services with Freedom or Open API, based on TypeScript, MobX & React.",
@@ -27,13 +27,13 @@
2727
"types": "dist/index.d.ts",
2828
"main": "dist/index.js",
2929
"dependencies": {
30-
"@swc/helpers": "^0.5.1",
31-
"@types/leaflet": "^1.9.4",
32-
"koajax": "^0.8.6",
30+
"@swc/helpers": "^0.5.3",
31+
"@types/leaflet": "^1.9.7",
32+
"koajax": "^0.9.4",
3333
"leaflet": "^1.9.4",
3434
"mobx-react-helper": "^0.2.7",
3535
"react-leaflet": "^3.2.5",
36-
"web-utility": "^4.1.0"
36+
"web-utility": "^4.1.3"
3737
},
3838
"peerDependencies": {
3939
"mobx": ">=4",
@@ -42,24 +42,24 @@
4242
"react-dom": ">=16 <18"
4343
},
4444
"devDependencies": {
45-
"@parcel/packager-ts": "~2.9.3",
46-
"@parcel/transformer-typescript-types": "~2.9.3",
47-
"@types/react": "^17.0.65",
48-
"@types/react-dom": "^17.0.20",
45+
"@parcel/packager-ts": "~2.10.1",
46+
"@parcel/transformer-typescript-types": "~2.10.1",
47+
"@types/react": "^17.0.69",
48+
"@types/react-dom": "^17.0.22",
4949
"husky": "^8.0.3",
50-
"idea-react": "^1.0.0-rc.22",
50+
"idea-react": "^1.0.0-rc.30",
5151
"koapache": "^2.2.2",
52-
"lint-staged": "^14.0.1",
52+
"lint-staged": "^15.0.2",
5353
"mobx": "^6.10.2",
5454
"mobx-react": "^9.0.1",
55-
"parcel": "^2.9.3",
55+
"parcel": "^2.10.1",
5656
"prettier": "^3.0.3",
5757
"prismjs": "^1.29.0",
5858
"process": "^0.11.10",
5959
"react": "^17.0.2",
60-
"react-bootstrap": "^2.8.0",
60+
"react-bootstrap": "^2.9.1",
6161
"react-dom": "^17.0.2",
62-
"typedoc": "^0.25.0",
62+
"typedoc": "^0.25.3",
6363
"typedoc-plugin-mdn-links": "^3.1.0",
6464
"typescript": "^5.2.2"
6565
},

0 commit comments

Comments
 (0)