mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
12ceec1926
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@microsoft/sp-loader](http://aka.ms/spfx), [@microsoft/sp-build-web](http://aka.ms/spfx) and [@microsoft/sp-webpart-workbench](http://aka.ms/spfx). These dependencies need to be updated together. Updates `json5` from 0.5.1 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/v0.5.1...v2.2.3) Updates `@microsoft/sp-loader` from 1.10.0 to 1.16.1 Updates `@microsoft/sp-build-web` from 1.4.1 to 1.16.1 Updates `@microsoft/sp-webpart-workbench` from 1.4.1 to 1.12.1 --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@microsoft/sp-loader" dependency-type: direct:production - dependency-name: "@microsoft/sp-build-web" dependency-type: direct:development - dependency-name: "@microsoft/sp-webpart-workbench" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "pnp-script-editor",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"resolutions": {
|
|
"natives": "1.1.3",
|
|
"@types/react": "15.6.6"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/load-themed-styles": "^1.4.1",
|
|
"@microsoft/sp-core-library": "1.4.1",
|
|
"@microsoft/sp-loader": "^1.16.1",
|
|
"@microsoft/sp-webpart-base": "1.4.1",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "15.6.6",
|
|
"@types/react-dom": "15.5.6",
|
|
"@types/webpack-env": "1.13.1",
|
|
"office-ui-fabric-react": "^5.118.3",
|
|
"react": "15.6.2",
|
|
"react-dom": "15.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.16.1",
|
|
"@microsoft/sp-module-interfaces": "1.4.1",
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"@types/prop-types": "ts2.4",
|
|
"ajv": "~5.2.2",
|
|
"gulp": "~4.0.2",
|
|
"webpack-bundle-analyzer": "^2.13.1"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|