dependabot[bot] 8fef48d2fd
Bump axios from 0.19.0 to 1.6.0 in /samples/react-quotes
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.0...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 07:09:22 +00:00

39 lines
1.0 KiB
JSON

{
"name": "react-quotes",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"@microsoft/sp-core-library": "1.13.1",
"@microsoft/sp-lodash-subset": "1.13.1",
"@microsoft/sp-office-ui-fabric-core": "1.13.1",
"@microsoft/sp-property-pane": "1.13.1",
"@microsoft/sp-webpart-base": "1.13.1",
"@pnp/spfx-property-controls": "1.16.0",
"axios": "^1.6.0",
"office-ui-fabric-react": "7.174.1",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@types/react": "16.8.8",
"@types/react-dom": "^17.0.11",
"@microsoft/sp-build-web": "1.18.0",
"@microsoft/sp-module-interfaces": "1.13.1",
"@microsoft/sp-tslint-rules": "1.13.1",
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
"@types/es6-promise": "0.0.33",
"@types/webpack-env": "1.13.1",
"ajv": "~6.12.3",
"gulp": "4.0.2"
}
}