@esri/solutions-components 0.11.3 → 0.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,9 @@
|
|
1
|
-
Built Fri
|
1
|
+
Built Fri 01/03/2025 13:15:30.39
|
2
2
|
develop
|
3
|
-
commit
|
4
|
-
Merge: eee055a30 c4f48ec6d
|
3
|
+
commit 11e57602a310757debff5471f2dee093f13b7309
|
5
4
|
Author: John Hauck <jhauck@esri.com>
|
6
|
-
Date: Fri
|
5
|
+
Date: Fri Jan 3 13:11:09 2025 -0700
|
7
6
|
|
8
|
-
|
7
|
+
move calcite from devDeps to deps
|
9
8
|
|
10
|
-
|
9
|
+
having some issues when consumed in apps that still use calcite 2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@esri/solutions-components",
|
3
|
-
"version": "0.11.
|
3
|
+
"version": "0.11.4",
|
4
4
|
"description": "Web Components for Esri's Solutions Applications",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -37,8 +37,6 @@
|
|
37
37
|
"@babel/preset-typescript": "^7.26.0",
|
38
38
|
"@babel/types": "^7.26.3",
|
39
39
|
"@esri/arcgis-rest-service-admin": "^3.7.0",
|
40
|
-
"@esri/calcite-components": "^3.0.0-next.80",
|
41
|
-
"@esri/calcite-design-tokens": "^3.0.0-next.2",
|
42
40
|
"@esri/eslint-plugin-calcite-components": "^1.2.1",
|
43
41
|
"@esri/instant-apps-components": "^1.0.0-beta.303",
|
44
42
|
"@esri/telemetry": "8.0.0",
|
@@ -61,7 +59,7 @@
|
|
61
59
|
"eslint-config-prettier": "9.1.0",
|
62
60
|
"eslint-plugin-jest": "^28.9.0",
|
63
61
|
"eslint-plugin-prettier": "5.2.1",
|
64
|
-
"eslint-plugin-react": "7.37.
|
62
|
+
"eslint-plugin-react": "7.37.3",
|
65
63
|
"eslint-plugin-unicorn": "^56.0.1",
|
66
64
|
"esri-loader": "^3.7.0",
|
67
65
|
"form-request-submit-polyfill": "^2.0.0",
|
@@ -70,25 +68,27 @@
|
|
70
68
|
"jest-cli": "^29.7.0",
|
71
69
|
"mkdirp": "3.0.1",
|
72
70
|
"ncp": "^2.0.0",
|
73
|
-
"npm-check-updates": "^17.1.
|
74
|
-
"prettier": "3.
|
71
|
+
"npm-check-updates": "^17.1.13",
|
72
|
+
"prettier": "3.4.2",
|
75
73
|
"puppeteer": "^23.10.4",
|
76
74
|
"react": "^18.3.1",
|
77
75
|
"rimraf": "^6.0.1",
|
78
76
|
"resolve-pkg": "^2.0.0",
|
79
|
-
"tailwindcss": "3.4.
|
77
|
+
"tailwindcss": "3.4.17",
|
80
78
|
"tslib": "^2.8.1",
|
81
79
|
"tsx": "^4.19.2",
|
82
80
|
"typescript": "^5.7.2",
|
83
81
|
"workbox-build": "^7.1.1"
|
84
82
|
},
|
85
83
|
"dependencies": {
|
86
|
-
"@arcgis/core": "^4.32.0-next.
|
84
|
+
"@arcgis/core": "^4.32.0-next.20241229",
|
87
85
|
"@esri/arcgis-html-sanitizer": "^4.1.0",
|
88
86
|
"@esri/arcgis-rest-auth": "^3.7.0",
|
89
87
|
"@esri/arcgis-rest-feature-layer": "^3.7.0",
|
90
88
|
"@esri/arcgis-rest-portal": "^3.7.0",
|
91
89
|
"@esri/arcgis-rest-request": "^3.7.0",
|
90
|
+
"@esri/calcite-components": "^3.0.0-next.82",
|
91
|
+
"@esri/calcite-design-tokens": "^3.0.0-next.2",
|
92
92
|
"@esri/hub-common": "^14.215.0",
|
93
93
|
"@esri/hub-initiatives": "^14.0.0",
|
94
94
|
"@esri/hub-sites": "^15.0.0",
|