Skip to content

Commit

Permalink
Merge pull request #2870 from patrick-rodgers/version-4
Browse files Browse the repository at this point in the history
Version 4
  • Loading branch information
patrick-rodgers authored Dec 20, 2023
2 parents bc9fb34 + bbe3b5c commit ce54c91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@azure/identity": "3.3.0",
"@azure/msal-node": "1.18.3",
"@microsoft/microsoft-graph-types": "2.38.0",
"@pnp/buildsystem": "^4.0.0-beta4",
"@pnp/buildsystem": "^4.0.0-beta5",
"@pnp/logging": "^3.21.0",
"@types/chai": "4.3.6",
"@types/chai-as-promised": "7.1.6",
Expand Down Expand Up @@ -48,6 +48,7 @@
"pnp-buildsystem-init": "tsc -p tsconfig.buildsystem.json",
"pnp-publish-beta": "npm run pnp-buildsystem-init && pnpbuild -n publish-beta",
"pnp-publish-v3nightly": "npm run pnp-buildsystem-init && pnpbuild -n publish-v3nightly",
"pnp-publish-v4nightly": "npm run pnp-buildsystem-init && pnpbuild -n publish-v4nightly",
"serve": "tsc -p ./debug/serve/tsconfig.json && node ./build/server/debug/serve/plumbing/run.js",
"spfx": "node ./debug/spfx/pnpjs-local-debug-start.js",
"start": "npm run serve",
Expand Down

0 comments on commit ce54c91

Please sign in to comment.