dependabot[bot] 05068b7685
Bump xml2js and @microsoft/sp-build-web
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies need to be updated together.


Updates `xml2js` from 0.4.23 to 0.5.0
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0)

Updates `@microsoft/sp-build-web` from 1.15.2 to 1.17.2

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-13 18:46:27 +00:00

44 lines
1.2 KiB
JSON

{
"name": "react-content-query-webpart",
"version": "1.0.11",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.8.2",
"moment": "^2.29.4",
"react": "15.4.2",
"react-ace": "^5.1.0",
"react-dom": "15.4.2",
"@types/handlebars": "4.0.32",
"@types/react": "0.14.46",
"@types/react-dom": "0.14.18",
"@types/react-addons-shallow-compare": "0.14.17",
"@types/react-addons-update": "0.14.14",
"@types/react-addons-test-utils": "0.14.15",
"@microsoft/sp-core-library": "~1.1.0",
"@microsoft/sp-webpart-base": "~1.1.0",
"@microsoft/sp-lodash-subset": "~1.1.0",
"@microsoft/sp-office-ui-fabric-core": "~1.3.0",
"@types/webpack-env": ">=1.12.1 <1.14.0"
},
"devDependencies": {
"@microsoft/sp-build-web": "~1.17.2",
"@microsoft/sp-module-interfaces": "~1.1.0",
"@microsoft/sp-webpart-workbench": "~1.12.1",
"gulp": "~4.0.2",
"@types/chai": ">=3.4.34 <3.6.0",
"@types/mocha": ">=2.2.33 <2.6.0",
"ajv": "~5.2.2",
"awesome-typescript-loader": "^3.2.1",
"unlazy-loader": "^0.1.2"
}
}