Skip to content

Commit fe1f07c

Browse files
author
Matthias Stein
committed
Update project to 4.19.2
1 parent aa84ede commit fe1f07c

2 files changed

Lines changed: 15 additions & 24 deletions

File tree

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,33 @@
88
"check-types": "tsc --noEmit",
99
"watch-types": "tsc -w --noEmit"
1010
},
11+
"dependencies": {
12+
"arcgis-js-api": "4.31.6",
13+
"vue": "2.7.16"
14+
},
1115
"devDependencies": {
12-
"@conterra/ct-mapapps-typings": "~4.19.1",
16+
"@conterra/ct-mapapps-typings": "~4.19.2",
1317
"@conterra/mapapps-mocha-runner": "1.1.1",
14-
"@conterra/reactivity-core": "^0.4.4",
18+
"@conterra/reactivity-core": "^0.5.0",
1519
"@types/chai": "4.3.20",
1620
"@types/license-checker": "^25.0.6",
1721
"@types/mocha": "10.0.10",
1822
"@types/sinon": "^17.0.3",
19-
"arcgis-js-api": "4.31.6",
2023
"chai": "4.5.0",
21-
"ct-mapapps-browser-sync": "0.0.46",
24+
"ct-mapapps-browser-sync": "0.0.45",
2225
"ct-mapapps-gulp-js": "0.10.13",
2326
"eslint-config-ct-prodeng": "1.5.0",
2427
"license-checker": "25.0.1",
2528
"mocha": "11.0.1",
26-
"puppeteer": "23.11.1",
29+
"puppeteer": "24.6.1",
2730
"sinon": "19.0.2",
28-
"stylelint": "15.11.0",
2931
"stylelint-config-ct-prodeng": "2.0.0",
30-
"stylelint-config-recommended": "13.0.0",
3132
"stylelint-config-recommended-less": "2.0.0",
33+
"stylelint-config-recommended": "13.0.0",
34+
"stylelint": "15.11.0",
3235
"ts-node": "^10.9.1",
3336
"tsx": "^4.19.2",
3437
"typescript": "5.7.3",
35-
"vue": "2.7.16",
3638
"vue-template-compiler": "2.7.16"
3739
}
3840
}

pom.xml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,6 @@
2424
<artifactId>mapapps-devnet-blueprint</artifactId>
2525
<version>4.19.2-SNAPSHOT</version>
2626
<packaging>jar</packaging>
27-
<repositories>
28-
<repository>
29-
<id>52n-dependencies</id>
30-
<name>52n-dependencies</name>
31-
<url>http://52north.org/maven/repo/releases</url>
32-
</repository>
33-
</repositories>
34-
<pluginRepositories>
35-
<pluginRepository>
36-
<id>52n-dependencies</id>
37-
<name>52n-dependencies</name>
38-
<url>http://52north.org/maven/repo/releases</url>
39-
</pluginRepository>
40-
</pluginRepositories>
4127
<dependencyManagement>
4228
<dependencies>
4329
<!-- dependency versions available -->
@@ -497,12 +483,12 @@
497483
<root.build.outputPath>${project.build.directory}/webapp</root.build.outputPath>
498484
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>
499485

500-
<mapapps.version>4.19.1</mapapps.version>
486+
<mapapps.version>4.19.2</mapapps.version>
501487
<!-- JS lib versions -->
502488
<apprt.version>${mapapps.version}</apprt.version>
503489

504490
<!-- java lib versions -->
505-
<ct.jsregistry.version>2.1.4</ct.jsregistry.version>
491+
<ct.jsregistry.version>2.1.6</ct.jsregistry.version>
506492

507493
<!-- the default app, replaced in the *.html files to switch app names-->
508494
<default.app.name>sample</default.app.name>
@@ -648,6 +634,9 @@
648634
<groupId>de.conterra.jsregistry</groupId>
649635
<artifactId>ct-jsregistry-maven-plugin</artifactId>
650636
<executions>
637+
<!--
638+
No longer required when the rollup build is in use, because the calculation of the dependencies is done via rollup build.
639+
-->
651640
<execution>
652641
<id>calculate js dependencies</id>
653642
<goals>

0 commit comments

Comments
 (0)