mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 05:28:27 +00:00
Removes [engine.io](https://github.com/socketio/engine.io). It's no longer used after updating ancestor dependencies [engine.io](https://github.com/socketio/engine.io), [@microsoft/sp-build-web](http://aka.ms/spfx) and [@microsoft/sp-webpart-workbench](http://aka.ms/spfx). These dependencies need to be updated together. Removes `engine.io` Updates `@microsoft/sp-build-web` from 1.6.0 to 1.16.1 Updates `@microsoft/sp-webpart-workbench` from 1.6.0 to 1.12.1 --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - 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>
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "sp-fx-code-splitting",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test",
|
|
"prod": "gulp clean && gulp build --ship && gulp bundle -ship && gulp package-solution --ship"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.6.0",
|
|
"@microsoft/sp-lodash-subset": "1.6.0",
|
|
"@microsoft/sp-webpart-base": "1.6.0",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "15.6.6",
|
|
"@types/react-dom": "15.5.6",
|
|
"@types/webpack-env": "1.13.1",
|
|
"moment": "^2.29.4",
|
|
"office-ui-fabric-react": "^5.125.0",
|
|
"react": "15.6.2",
|
|
"react-dom": "15.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.16.1",
|
|
"@microsoft/sp-module-interfaces": "1.6.0",
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"tslint-microsoft-contrib": "~5.0.0",
|
|
"gulp": "~3.9.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2"
|
|
}
|
|
}
|