mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
Bumps [knockout](https://github.com/knockout/knockout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/knockout/knockout/releases) - [Commits](https://github.com/knockout/knockout/compare/v3.4.0...v3.5.0) Signed-off-by: dependabot[bot] <support@github.com>
38 lines
974 B
JSON
38 lines
974 B
JSON
{
|
|
"name": "spfx-pnpjs-example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.7.0",
|
|
"@microsoft/sp-lodash-subset": "1.7.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.7.0",
|
|
"@microsoft/sp-webpart-base": "1.7.0",
|
|
"@pnp/common": "^1.2.5",
|
|
"@pnp/logging": "^1.2.5",
|
|
"@pnp/odata": "^1.2.5",
|
|
"@pnp/sp": "^1.2.5",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/knockout": "3.4.39",
|
|
"@types/webpack-env": "1.13.1",
|
|
"knockout": "3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.7.0",
|
|
"@microsoft/sp-tslint-rules": "1.7.0",
|
|
"@microsoft/sp-module-interfaces": "1.7.0",
|
|
"@microsoft/sp-webpart-workbench": "1.7.0",
|
|
"gulp": "~3.9.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2"
|
|
}
|
|
}
|