mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
712f3826ce
Removes [http-cache-semantics](https://github.com/kornelski/http-cache-semantics). It's no longer used after updating ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together. Removes `http-cache-semantics` Updates `npm` from 6.7.0 to 9.4.1 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v6.7.0...v9.4.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect - dependency-name: npm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
957 B
JSON
36 lines
957 B
JSON
{
|
|
"name": "workbench-customizer",
|
|
"version": "1.5.0",
|
|
"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.10.0",
|
|
"@microsoft/sp-lodash-subset": "1.10.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
|
|
"@microsoft/sp-property-pane": "1.10.0",
|
|
"@microsoft/sp-webpart-base": "1.10.0",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/webpack-env": "1.13.1",
|
|
"npm": "^9.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
|
"@microsoft/sp-build-web": "1.16.1",
|
|
"@microsoft/sp-module-interfaces": "1.10.0",
|
|
"@microsoft/sp-tslint-rules": "1.10.0",
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2",
|
|
"gulp": "~3.9.1"
|
|
}
|
|
}
|