Files
roll20-character-sheets/GammaWorld3e/package.json
T
dependabot[bot] 12bf2c6c16 Bump loader-utils and webpack-cli in /GammaWorld3e
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Updates `loader-utils` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

Updates `webpack-cli` from 3.3.11 to 3.3.12
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...v3.3.12)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 17:28:43 +00:00

17 lines
396 B
JSON

{
"name": "roll20-charactersheet-gw3",
"version": "0.0.1",
"scripts": {
"pug": "pug src/sheet.pug -o . -P",
"pug-watch": "pug -w src/sheet.pug -o . -P",
"scss": "node-sass src/scss -o .",
"scss-watch": "node-sass --watch src/scss -o ."
},
"devDependencies": {
"webpack": "^4.41.5",
"webpack-cli": "^3.3.12",
"node-sass": "^7.0.3"
},
"dependencies": {}
}