Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Jan 31, 2024
1 parent 06bda87 commit 0f2bb44
Show file tree
Hide file tree
Showing 40 changed files with 401 additions and 398 deletions.
1 change: 1 addition & 0 deletions check_npm_package_versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
html += addPackageVersionsToTable("@esri/solution-velocity", "velocity");
html += addPackageVersionsToTable("@esri/solution-viewer", "viewer");
html += addPackageVersionsToTable("@esri/solution-web-experience", "web-experience");
html += addPackageVersionsToTable("@esri/solution-workflow", "workflow");

html += "</table>";
const resultsElement = document.getElementById("output");
Expand Down
12 changes: 6 additions & 6 deletions demos/compareJSON/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demos/compareJSON/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compareJSON",
"version": "5.2.0",
"version": "5.2.1",
"description": "compareJSON demo",
"author": "Esri",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
"@esri/hub-initiatives": "^14.0.0",
"@esri/hub-sites": "^14.2.2",
"@esri/hub-teams": "^14.1.0",
"@esri/solution-common": "^5.2.0",
"@esri/solution-common": "^5.2.1",
"css-loader": "^6.9.0",
"html-webpack-plugin": "^5.5.1",
"postcss": "^8.4.33",
Expand Down
12 changes: 6 additions & 6 deletions demos/compareSolutions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demos/compareSolutions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compareSolutions",
"version": "5.2.0",
"version": "5.2.1",
"description": "compareSolutions demo",
"author": "Esri",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
"@esri/hub-initiatives": "^14.0.0",
"@esri/hub-sites": "^14.2.2",
"@esri/hub-teams": "^14.1.0",
"@esri/solution-common": "^5.2.0",
"@esri/solution-common": "^5.2.1",
"css-loader": "^6.9.0",
"html-webpack-plugin": "^5.5.1",
"postcss": "^8.4.33",
Expand Down
12 changes: 6 additions & 6 deletions demos/copyItemInfo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demos/copyItemInfo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "copyItemInfo",
"version": "5.2.0",
"version": "5.2.1",
"description": "copyItemInfo demo",
"author": "Esri",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
"@esri/hub-initiatives": "^14.0.0",
"@esri/hub-sites": "^14.2.2",
"@esri/hub-teams": "^14.1.0",
"@esri/solution-common": "^5.2.0",
"@esri/solution-common": "^5.2.1",
"css-loader": "^6.9.0",
"html-webpack-plugin": "^5.5.1",
"postcss": "^8.4.33",
Expand Down
12 changes: 6 additions & 6 deletions demos/copySolutions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demos/copySolutions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "copySolutions",
"version": "5.2.0",
"version": "5.2.1",
"description": "copySolutions demo",
"author": "Esri",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
"@esri/hub-initiatives": "^14.0.0",
"@esri/hub-sites": "^14.2.2",
"@esri/hub-teams": "^14.1.0",
"@esri/solution-common": "^5.2.0",
"@esri/solution-common": "^5.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.0",
"html-webpack-plugin": "^5.5.1",
Expand Down
Loading

0 comments on commit 0f2bb44

Please sign in to comment.