Bump json5, @microsoft/sp-property-pane, @microsoft/sp-webpart-base, @microsoft/sp-build-web, @microsoft/sp-webpart-workbench and jest

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@microsoft/sp-property-pane](http://aka.ms/spfx), [@microsoft/sp-webpart-base](http://aka.ms/spfx), [@microsoft/sp-build-web](http://aka.ms/spfx), [@microsoft/sp-webpart-workbench](http://aka.ms/spfx) and [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Updates `json5` from 2.1.0 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.0...v2.2.3)

Updates `@microsoft/sp-property-pane` from 1.11.0 to 1.16.1

Updates `@microsoft/sp-webpart-base` from 1.11.0 to 1.16.1

Updates `@microsoft/sp-build-web` from 1.11.0 to 1.16.1

Updates `@microsoft/sp-webpart-workbench` from 1.11.0 to 1.12.1

Updates `jest` from 23.6.0 to 29.3.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@microsoft/sp-property-pane"
  dependency-type: direct:production
- dependency-name: "@microsoft/sp-webpart-base"
  dependency-type: direct:production
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
- dependency-name: "@microsoft/sp-webpart-workbench"
  dependency-type: direct:development
- dependency-name: jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-04 19:34:31 +00:00 committed by Hugo Bernier
parent a08235aff9
commit 50acfb57f3
2 changed files with 17639 additions and 6694 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,8 @@
"@microsoft/sp-core-library": "1.11.0",
"@microsoft/sp-lodash-subset": "1.11.0",
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
"@microsoft/sp-property-pane": "1.11.0",
"@microsoft/sp-webpart-base": "1.11.0",
"@microsoft/sp-property-pane": "1.16.1",
"@microsoft/sp-webpart-base": "1.16.1",
"@pnp/pnpjs": "^1.3.3",
"@pnp/spfx-controls-react": "1.13.2",
"@pnp/spfx-property-controls": "1.15.0",
@ -38,10 +38,10 @@
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
"@microsoft/sp-build-web": "1.11.0",
"@microsoft/sp-build-web": "1.16.1",
"@microsoft/sp-module-interfaces": "1.11.0",
"@microsoft/sp-tslint-rules": "1.11.0",
"@microsoft/sp-webpart-workbench": "1.11.0",
"@microsoft/sp-webpart-workbench": "1.12.1",
"@types/chai": "3.4.34",
"@types/es6-promise": "0.0.33",
"@types/mocha": "2.2.38",
@ -52,7 +52,7 @@
"ajv": "~6.12.3",
"gulp": "~4.0.2",
"gulp-sequence": "1.0.0",
"jest": "^23.6.0",
"jest": "^29.3.1",
"jest-junit": "^6.3.0",
"typescript": "~3.3.x"
},