mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
2bec06dca5
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "react-youtube",
|
|
"main": "lib/index.js",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.11.0",
|
|
"@microsoft/sp-lodash-subset": "1.11.0",
|
|
"@microsoft/sp-property-pane": "1.11.0",
|
|
"@microsoft/sp-webpart-base": "1.11.0",
|
|
"axios": "^0.21.1",
|
|
"lodash": "^4.17.4",
|
|
"office-ui-fabric-react": "6.214.0",
|
|
"react": "16.8.5",
|
|
"react-dom": "16.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
|
"@microsoft/sp-build-web": "1.11.0",
|
|
"@microsoft/sp-module-interfaces": "1.11.0",
|
|
"@microsoft/sp-tslint-rules": "1.11.0",
|
|
"@microsoft/sp-webpart-workbench": "1.11.0",
|
|
"@types/chai": "3.4.34",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/mocha": "2.2.38",
|
|
"@types/react": "16.8.8",
|
|
"@types/react-dom": "16.8.3",
|
|
"@types/webpack-env": "1.13.1",
|
|
"ajv": "5.2.2",
|
|
"gulp": "~3.9.1",
|
|
"tslint-microsoft-contrib": "5.0.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.8.8"
|
|
}
|
|
}
|