Skip to content

Commit 5774810

Browse files
committed
chore: Update version to 5.1.0 and dependencies
Signed-off-by: Daniel Kastl <[email protected]>
1 parent ffdcfb3 commit 5774810

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_url 'https://github.com/georepublic'
99
url 'https://github.com/gtt-project/redmine_gtt'
1010
description 'Adds location-based task management and maps'
11-
version '5.0.1'
11+
version '5.1.0'
1212

1313
requires_redmine :version_or_higher => '5.0.0'
1414

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redmine_gtt",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Plugin that adds spatial capabilities to Redmine",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
@@ -26,21 +26,21 @@
2626
"geojson": "^0.5.0",
2727
"ol": "^9.1.0",
2828
"ol-ext": "^4.0.15",
29-
"ol-mapbox-style": "^12.3.3"
29+
"ol-mapbox-style": "^12.3.4"
3030
},
3131
"devDependencies": {
3232
"@types/fontfaceobserver": "^2.1.3",
3333
"@types/geojson": "^7946.0.14",
3434
"@types/jquery": "^3.5.30",
35-
"@types/jqueryui": "^1.12.22",
36-
"@types/google.maps": "^3.55.10",
35+
"@types/jqueryui": "^1.12.23",
36+
"@types/google.maps": "^3.55.11",
3737
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext",
3838
"css-loader": "^7.1.2",
3939
"sass": "^1.77.6",
4040
"sass-loader": "^14.2.1",
4141
"style-loader": "^4.0.0",
4242
"ts-loader": "^9.5.1",
43-
"typescript": "^5.4.5",
43+
"typescript": "^5.5.3",
4444
"webpack": "^5.92.1",
4545
"webpack-cli": "^5.1.4"
4646
}

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@
145145
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.14.tgz#319b63ad6df705ee2a65a73ef042c8271e696613"
146146
integrity sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==
147147

148-
"@types/google.maps@^3.55.10":
149-
version "3.55.10"
150-
resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.55.10.tgz#ce4a8c375b84990a0e9eec9f151c3494cbe5bf2c"
151-
integrity sha512-XbDu2MIvcKgN+MBrufjWcsQRtXTbrBGBKperbhMLnPSq4770+pvlR66Oqq/Ub4AVkmGc9QciCfwPZpVCLaKAOw==
148+
"@types/google.maps@^3.55.11":
149+
version "3.55.11"
150+
resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.55.11.tgz#a8227bfc30df54973dc7046b01f8eff5bb9fc63e"
151+
integrity sha512-F3VuPtjKj4UGuyym75pqmgPBOHbT/i7I6/D+4DdtSzbeu2aWZG1ENwpbZOd46uO+PSAz9flJEhxxi+b4MVb4gQ==
152152

153153
"@types/jquery@*":
154154
version "3.5.16"
@@ -164,10 +164,10 @@
164164
dependencies:
165165
"@types/sizzle" "*"
166166

167-
"@types/jqueryui@^1.12.22":
168-
version "1.12.22"
169-
resolved "https://registry.yarnpkg.com/@types/jqueryui/-/jqueryui-1.12.22.tgz#6cd7ac3e2ad6e10286c5f2fc06329d715202bd8e"
170-
integrity sha512-4r7ROoUJ5gaIWvQa2qAHyrhskJcUNM62Md8M9+4DtabEiIQ9Y0pVlW88ojyXvn4M1HNUc/47KpFJaXhrk8P/rg==
167+
"@types/jqueryui@^1.12.23":
168+
version "1.12.23"
169+
resolved "https://registry.yarnpkg.com/@types/jqueryui/-/jqueryui-1.12.23.tgz#06882d3fd91834f87c40320a0897b2d3fe17de35"
170+
integrity sha512-pm1yVNVI29B9IGw41anCEzA5eR2r1pYc7flqD471ZT7B0yUXIY7YNe/zq7LGpihIGXNzWyG+Q4YQSzv2AF3fNA==
171171
dependencies:
172172
"@types/jquery" "*"
173173

@@ -883,10 +883,10 @@ ol-ext@^4.0.15:
883883
resolved "https://registry.yarnpkg.com/ol-ext/-/ol-ext-4.0.18.tgz#87e68566bae1a7821e3a1af8b7019409ce922324"
884884
integrity sha512-zzeTAoCg9IocaM7LlXiLNnVCgVmfxxLzlDTWvYn3Y2gFxtICHSfRrIQl/8vumgBjftBksVl1Fds8P5uFReTmew==
885885

886-
ol-mapbox-style@^12.3.3:
887-
version "12.3.3"
888-
resolved "https://registry.yarnpkg.com/ol-mapbox-style/-/ol-mapbox-style-12.3.3.tgz#a9b3420a16bf56528b89485317fff33e8baf3440"
889-
integrity sha512-Wyb1vSxTl/c09S9yC/Dcr7XWQf5u19/9BriqOiDJRgbjLTAbrWXW8l+5N9E/I0fV2gcTQDE+7iFtvVOvXcTmMA==
886+
ol-mapbox-style@^12.3.4:
887+
version "12.3.4"
888+
resolved "https://registry.yarnpkg.com/ol-mapbox-style/-/ol-mapbox-style-12.3.4.tgz#ecdc544f8f5c9a27b7b84710ba39145a27e22c08"
889+
integrity sha512-TxGJZw4hmvc6n5dHSyAE8ZpgALJ6hVG5Q9yl0j2Q1KmLS9iq4wMpb383TAitWiG86SvJV4oDkWMGkyyMLfVyew==
890890
dependencies:
891891
"@mapbox/mapbox-gl-style-spec" "^13.23.1"
892892
mapbox-to-css-font "^2.4.1"
@@ -1291,10 +1291,10 @@ ts-loader@^9.5.1:
12911291
semver "^7.3.4"
12921292
source-map "^0.7.4"
12931293

1294-
typescript@^5.4.5:
1295-
version "5.4.5"
1296-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
1297-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
1294+
typescript@^5.5.3:
1295+
version "5.5.3"
1296+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
1297+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
12981298

12991299
update-browserslist-db@^1.0.13:
13001300
version "1.0.13"

0 commit comments

Comments
 (0)