@pnp/cli-microsoft365 11.8.0-beta.6d1d954 → 11.8.0-beta.90f5865
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/allCommandsFull.json +1 -1
- package/dist/m365/spfx/commands/SpfxCompatibilityMatrix.js +1 -1
- package/dist/m365/spfx/commands/project/project-doctor/{doctor-1.23.0-rc.0.js → doctor-1.23.0.js} +1 -1
- package/dist/m365/spfx/commands/project/project-doctor.js +1 -1
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002035_DEVDEP_types_heft_jest.js +2 -2
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002036_DEVDEP_types_jest.js +10 -0
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN027001_OVERRIDES_rushstack_heft.js +23 -0
- package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.23.0-rc.0.js → upgrade-1.23.0.js} +38 -30
- package/dist/m365/spfx/commands/project/project-upgrade.js +13 -13
- package/dist/utils/packageManager.js +15 -6
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
- package/npm-shrinkwrap.json +1023 -306
- package/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "11.8.0-beta.
|
|
3
|
+
"version": "11.8.0-beta.90f5865",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"overrides": {
|
|
270
270
|
"adaptive-expressions": {
|
|
271
271
|
"fast-xml-parser": "5.7.0",
|
|
272
|
-
"lodash": "4.
|
|
272
|
+
"lodash": "4.18.0",
|
|
273
273
|
"@xmldom/xmldom": "^0.8.13"
|
|
274
274
|
},
|
|
275
275
|
"adaptivecards": {
|
|
@@ -286,10 +286,14 @@
|
|
|
286
286
|
"follow-redirects": "1.16.0"
|
|
287
287
|
},
|
|
288
288
|
"@grpc/proto-loader": {
|
|
289
|
-
"protobufjs": "7.5.
|
|
289
|
+
"protobufjs": "7.5.6"
|
|
290
290
|
},
|
|
291
291
|
"@opentelemetry/otlp-transformer": {
|
|
292
|
-
"protobufjs": "7.5.
|
|
292
|
+
"protobufjs": "7.5.6"
|
|
293
|
+
},
|
|
294
|
+
"@azure/monitor-opentelemetry": {
|
|
295
|
+
"@opentelemetry/sdk-node": "0.217.0",
|
|
296
|
+
"@opentelemetry/exporter-prometheus": "0.217.0"
|
|
293
297
|
}
|
|
294
298
|
},
|
|
295
299
|
"dependencies": {
|