mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-10 15:05:19 +00:00
Bumps [webpack](https://github.com/webpack/webpack) from 5.84.1 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.84.1...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"name": "teamsfx-template-spfx-tab",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"engines": {
|
|
"node": "16"
|
|
},
|
|
"author": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/teamsfx-cli": "1.*"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gulp": "^4.0.2",
|
|
"webpack": "^5.94.0"
|
|
}
|
|
}
|