nx 17.0.0 → 17.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "17.0.0",
3
+ "version": "17.0.1",
4
4
  "private": false,
5
5
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
6
6
  "repository": {
@@ -68,7 +68,7 @@
68
68
  "yargs": "^17.6.2",
69
69
  "yargs-parser": "21.1.1",
70
70
  "node-machine-id": "1.1.12",
71
- "@nrwl/tao": "17.0.0"
71
+ "@nrwl/tao": "17.0.1"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@swc-node/register": "^1.6.7",
@@ -83,16 +83,16 @@
83
83
  }
84
84
  },
85
85
  "optionalDependencies": {
86
- "@nx/nx-darwin-x64": "17.0.0",
87
- "@nx/nx-darwin-arm64": "17.0.0",
88
- "@nx/nx-linux-x64-gnu": "17.0.0",
89
- "@nx/nx-linux-x64-musl": "17.0.0",
90
- "@nx/nx-win32-x64-msvc": "17.0.0",
91
- "@nx/nx-linux-arm64-gnu": "17.0.0",
92
- "@nx/nx-linux-arm64-musl": "17.0.0",
93
- "@nx/nx-linux-arm-gnueabihf": "17.0.0",
94
- "@nx/nx-win32-arm64-msvc": "17.0.0",
95
- "@nx/nx-freebsd-x64": "17.0.0"
86
+ "@nx/nx-darwin-x64": "17.0.1",
87
+ "@nx/nx-darwin-arm64": "17.0.1",
88
+ "@nx/nx-linux-x64-gnu": "17.0.1",
89
+ "@nx/nx-linux-x64-musl": "17.0.1",
90
+ "@nx/nx-win32-x64-msvc": "17.0.1",
91
+ "@nx/nx-linux-arm64-gnu": "17.0.1",
92
+ "@nx/nx-linux-arm64-musl": "17.0.1",
93
+ "@nx/nx-linux-arm-gnueabihf": "17.0.1",
94
+ "@nx/nx-win32-arm64-msvc": "17.0.1",
95
+ "@nx/nx-freebsd-x64": "17.0.1"
96
96
  },
97
97
  "nx-migrations": {
98
98
  "migrations": "./migrations.json",
@@ -1,29 +1,3 @@
1
- @babel/runtime
2
- MIT
3
- MIT License
4
-
5
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining
8
- a copy of this software and associated documentation files (the
9
- "Software"), to deal in the Software without restriction, including
10
- without limitation the rights to use, copy, modify, merge, publish,
11
- distribute, sublicense, and/or sell copies of the Software, and to
12
- permit persons to whom the Software is furnished to do so, subject to
13
- the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be
16
- included in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
-
26
-
27
1
  @floating-ui/react
28
2
  MIT
29
3
  MIT License
@@ -212,6 +186,31 @@ SOFTWARE.
212
186
 
213
187
 
214
188
 
189
+ aria-hidden
190
+ MIT
191
+ MIT License
192
+
193
+ Copyright (c) 2017 Anton Korzunov
194
+
195
+ Permission is hereby granted, free of charge, to any person obtaining a copy
196
+ of this software and associated documentation files (the "Software"), to deal
197
+ in the Software without restriction, including without limitation the rights
198
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
199
+ copies of the Software, and to permit persons to whom the Software is
200
+ furnished to do so, subject to the following conditions:
201
+
202
+ The above copyright notice and this permission notice shall be included in all
203
+ copies or substantial portions of the Software.
204
+
205
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
206
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
207
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
208
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
209
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
210
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
211
+ SOFTWARE.
212
+
213
+
215
214
  classnames
216
215
  MIT
217
216
  The MIT License (MIT)
@@ -590,6 +589,57 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
590
589
  SOFTWARE.
591
590
 
592
591
 
592
+ regenerator-runtime
593
+ MIT
594
+ MIT License
595
+
596
+ Copyright (c) 2014-present, Facebook, Inc.
597
+
598
+ Permission is hereby granted, free of charge, to any person obtaining a copy
599
+ of this software and associated documentation files (the "Software"), to deal
600
+ in the Software without restriction, including without limitation the rights
601
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
602
+ copies of the Software, and to permit persons to whom the Software is
603
+ furnished to do so, subject to the following conditions:
604
+
605
+ The above copyright notice and this permission notice shall be included in all
606
+ copies or substantial portions of the Software.
607
+
608
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
609
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
610
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
611
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
612
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
613
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
614
+ SOFTWARE.
615
+
616
+
617
+ tabbable
618
+ MIT
619
+ The MIT License (MIT)
620
+
621
+ Copyright (c) 2015 David Clark
622
+
623
+ Permission is hereby granted, free of charge, to any person obtaining a copy
624
+ of this software and associated documentation files (the "Software"), to deal
625
+ in the Software without restriction, including without limitation the rights
626
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
627
+ copies of the Software, and to permit persons to whom the Software is
628
+ furnished to do so, subject to the following conditions:
629
+
630
+ The above copyright notice and this permission notice shall be included in all
631
+ copies or substantial portions of the Software.
632
+
633
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
634
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
635
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
636
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
637
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
638
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
639
+ SOFTWARE.
640
+
641
+
642
+
593
643
  use-isomorphic-layout-effect
594
644
  MIT
595
645
  MIT License