dependabot[bot] b882429cb5
Bump webpack from 5.84.1 to 5.94.0 in /samples/react-my-dashboard
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>
2024-08-30 15:25:22 +00:00

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"
}
}