@baseline-ui/translations 0.39.0 → 0.40.0

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.
@@ -463,7 +463,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
463
463
 
464
464
  ---
465
465
 
466
- The following software may be included in this product: @babel/helpers (7.26.7)
466
+ The following software may be included in this product: @babel/helpers (7.26.10)
467
467
  This software contains the following license and notice below:
468
468
 
469
469
  MIT License
@@ -569,7 +569,7 @@ THE SOFTWARE.
569
569
 
570
570
  ---
571
571
 
572
- The following software may be included in this product: @babel/parser (7.26.7)
572
+ The following software may be included in this product: @babel/parser (7.26.8)
573
573
  This software contains the following license and notice below:
574
574
 
575
575
  Copyright (C) 2012-2014 by various contributors (see AUTHORS)
@@ -594,7 +594,7 @@ THE SOFTWARE.
594
594
 
595
595
  ---
596
596
 
597
- The following software may be included in this product: @babel/parser (7.26.8)
597
+ The following software may be included in this product: @babel/parser (7.26.10)
598
598
  This software contains the following license and notice below:
599
599
 
600
600
  Copyright (C) 2012-2014 by various contributors (see AUTHORS)
@@ -619,7 +619,7 @@ THE SOFTWARE.
619
619
 
620
620
  ---
621
621
 
622
- The following software may be included in this product: @babel/runtime (7.25.9)
622
+ The following software may be included in this product: @babel/runtime (7.26.10)
623
623
  This software contains the following license and notice below:
624
624
 
625
625
  MIT License
@@ -647,35 +647,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
647
647
 
648
648
  ---
649
649
 
650
- The following software may be included in this product: @babel/runtime (7.26.7)
651
- This software contains the following license and notice below:
652
-
653
- MIT License
654
-
655
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
656
-
657
- Permission is hereby granted, free of charge, to any person obtaining
658
- a copy of this software and associated documentation files (the
659
- "Software"), to deal in the Software without restriction, including
660
- without limitation the rights to use, copy, modify, merge, publish,
661
- distribute, sublicense, and/or sell copies of the Software, and to
662
- permit persons to whom the Software is furnished to do so, subject to
663
- the following conditions:
664
-
665
- The above copyright notice and this permission notice shall be
666
- included in all copies or substantial portions of the Software.
667
-
668
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
669
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
670
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
671
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
672
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
673
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
674
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
675
-
676
- ---
677
-
678
- The following software may be included in this product: @babel/template (7.25.9)
650
+ The following software may be included in this product: @babel/template (7.26.8)
679
651
  This software contains the following license and notice below:
680
652
 
681
653
  MIT License
@@ -703,7 +675,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
703
675
 
704
676
  ---
705
677
 
706
- The following software may be included in this product: @babel/template (7.26.8)
678
+ The following software may be included in this product: @babel/template (7.26.9)
707
679
  This software contains the following license and notice below:
708
680
 
709
681
  MIT License
@@ -843,7 +815,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
843
815
 
844
816
  ---
845
817
 
846
- The following software may be included in this product: @babel/types (7.26.7)
818
+ The following software may be included in this product: @babel/types (7.26.8)
847
819
  This software contains the following license and notice below:
848
820
 
849
821
  MIT License
@@ -871,7 +843,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
871
843
 
872
844
  ---
873
845
 
874
- The following software may be included in this product: @babel/types (7.26.8)
846
+ The following software may be included in this product: @babel/types (7.26.10)
875
847
  This software contains the following license and notice below:
876
848
 
877
849
  MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/translations",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -14,7 +14,7 @@
14
14
  "source": "./src/index.ts",
15
15
  "dependencies": {
16
16
  "lodash": "^4.17.21",
17
- "@baseline-ui/utils": "0.39.0"
17
+ "@baseline-ui/utils": "0.40.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/lodash": "^4.17.15",