From 32158d359b96648ebe7c3a283e935ef5eaf19886 Mon Sep 17 00:00:00 2001 From: fbaldauf Date: Wed, 25 Feb 2026 11:32:01 +0100 Subject: [PATCH 1/2] Add script for npm dependencies to documentation --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8813dd..adcd630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,13 @@ Version number accidentally reserved in npm registry. - In the devDependencies section add `eslint` to `8.57.1` - In the devDependencies section add `dotenv` to `17.2.3` +or simply run: +```sh +npm uninstall arcgis-js-api +npm i --save @arcgis/core@4.33.14 +npm i --save-dev @conterra/ct-mapapps-typings@4.20.0 ct-mapapps-gulp-js@0.10.15 ct-mapapps-browser-sync@0.0.47 @conterra/reactivity-core@0.8.0 @types/node@22.18.1 mocha@11.7.4 puppeteer@24.25.0 tsx@4.20.5 typescript@5.9.2 dojo-typings@1.11.11 eslint@8.57.1 dotenv@17.2.3 +``` + ### Changes in check-licenses.ts - Change `arcgis-js-api@4.31.6` to `@arcgis/core@4.33.14` From 123ace9341ce2ea6eb8126ca97d9a45fb2f2090b Mon Sep 17 00:00:00 2001 From: fbaldauf Date: Wed, 4 Mar 2026 12:11:26 +0100 Subject: [PATCH 2/2] Use pnpm for commands --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adcd630..b0075fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,9 +59,9 @@ Version number accidentally reserved in npm registry. or simply run: ```sh -npm uninstall arcgis-js-api -npm i --save @arcgis/core@4.33.14 -npm i --save-dev @conterra/ct-mapapps-typings@4.20.0 ct-mapapps-gulp-js@0.10.15 ct-mapapps-browser-sync@0.0.47 @conterra/reactivity-core@0.8.0 @types/node@22.18.1 mocha@11.7.4 puppeteer@24.25.0 tsx@4.20.5 typescript@5.9.2 dojo-typings@1.11.11 eslint@8.57.1 dotenv@17.2.3 +pnpm remove arcgis-js-api +pnpm add @arcgis/core@4.33.14 +pnpm add -D @conterra/ct-mapapps-typings@4.20.0 ct-mapapps-gulp-js@0.10.15 ct-mapapps-browser-sync@0.0.47 @conterra/reactivity-core@0.8.0 @types/node@22.18.1 mocha@11.7.4 puppeteer@24.25.0 tsx@4.20.5 typescript@5.9.2 dojo-typings@1.11.11 eslint@8.57.1 dotenv@17.2.3 ``` ### Changes in check-licenses.ts