Skip to content

Commit bcf5782

Browse files
committed
Merge remote-tracking branch 'upstream/pull/5699'
2 parents c446ca2 + b0d674e commit bcf5782

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"osm-community-index": "^5.2.0"
1010
},
1111
"devDependencies": {
12+
"@types/jquery": "^3.5.32",
13+
"@types/leaflet": "^1.9.16",
1214
"eslint": "^9.0.0",
1315
"eslint-plugin-erb": "^2.1.0",
1416
"@stylistic/eslint-plugin-js": "^3.0.0",

yarn.lock

+24
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,35 @@
116116
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
117117
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
118118

119+
"@types/geojson@*":
120+
version "7946.0.16"
121+
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.16.tgz#8ebe53d69efada7044454e3305c19017d97ced2a"
122+
integrity sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==
123+
124+
"@types/jquery@^3.5.32":
125+
version "3.5.32"
126+
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.32.tgz#3eb0da20611b92c7c49ebed6163b52a4fdc57def"
127+
integrity sha512-b9Xbf4CkMqS02YH8zACqN1xzdxc3cO735Qe5AbSUFmyOiaWAbcpqh9Wna+Uk0vgACvoQHpWDg2rGdHkYPLmCiQ==
128+
dependencies:
129+
"@types/sizzle" "*"
130+
119131
"@types/json-schema@^7.0.15":
120132
version "7.0.15"
121133
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
122134
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
123135

136+
"@types/leaflet@^1.9.16":
137+
version "1.9.16"
138+
resolved "https://registry.yarnpkg.com/@types/leaflet/-/leaflet-1.9.16.tgz#3e3abc103e106523cde01625057e2294f332ec3b"
139+
integrity sha512-wzZoyySUxkgMZ0ihJ7IaUIblG8Rdc8AbbZKLneyn+QjYsj5q1QU7TEKYqwTr10BGSzY5LI7tJk9Ifo+mEjdFRw==
140+
dependencies:
141+
"@types/geojson" "*"
142+
143+
"@types/sizzle@*":
144+
version "2.3.9"
145+
resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.9.tgz#d4597dbd4618264c414d7429363e3f50acb66ea2"
146+
integrity sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==
147+
124148
acorn-jsx@^5.3.2:
125149
version "5.3.2"
126150
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)