@esri/calcite-components-react 3.3.0-next.79 → 3.3.0-next.80

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.
@@ -264,32 +264,6 @@ SOFTWARE.
264
264
 
265
265
  ---
266
266
 
267
- dayjs
268
-
269
- MIT License
270
-
271
- Copyright (c) 2018-present, iamkun
272
-
273
- Permission is hereby granted, free of charge, to any person obtaining a copy
274
- of this software and associated documentation files (the "Software"), to deal
275
- in the Software without restriction, including without limitation the rights
276
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
277
- copies of the Software, and to permit persons to whom the Software is
278
- furnished to do so, subject to the following conditions:
279
-
280
- The above copyright notice and this permission notice shall be included in all
281
- copies or substantial portions of the Software.
282
-
283
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
284
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
285
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
286
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
287
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
288
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
289
- SOFTWARE.
290
-
291
- ---
292
-
293
267
  es-toolkit
294
268
 
295
269
  MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "3.3.0-next.79",
3
+ "version": "3.3.0-next.80",
4
4
  "description": "A set of React components that wrap calcite components",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@arcgis/lumina": "^4.34.0-next.100",
32
- "@esri/calcite-components": "3.3.0-next.79",
32
+ "@esri/calcite-components": "3.3.0-next.80",
33
33
  "@lit/react": "^1.0.8",
34
34
  "lit": "^3.3.0"
35
35
  },
@@ -40,5 +40,5 @@
40
40
  "volta": {
41
41
  "extends": "../../package.json"
42
42
  },
43
- "gitHead": "4c518adb6509e53f48b8a129873d5b2dae40866c"
43
+ "gitHead": "a5d1621a54ba7f67e703273ba88cf2bd0ebeed3a"
44
44
  }