Skip to content

Commit

Permalink
Minor dev dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Oct 9, 2024
1 parent d1041f6 commit 358db36
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 35 deletions.
61 changes: 32 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
},
"license": "private",
"author": "Trimble",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "npm-run-all lint-css && npx hugo && npm run lint-html",
"build:dev": "npm-run-all lint-css && npx hugo --config hugo.yml,hugo-dev.yml && npm run lint-html",
Expand All @@ -36,19 +33,25 @@
"@trimbleinc/modus-bootstrap": "1.6.4",
"autoprefixer": "10.4.20",
"clipboard": "2.0.11",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"htmlhint": "1.1.4",
"hugo-bin": "0.131.1",
"hugo-bin": "0.132.0",
"jquery": "3.7.1",
"npm-run-all": "4.1.5",
"popper.js": "1.16.1",
"postcss": "8.4.45",
"postcss": "8.4.47",
"postcss-cli": "11.0.0",
"prettier": "3.3.3",
"stylelint": "16.9.0",
"stylelint-config-standard-scss": "13.1.0"
},
"engines": {
"node": ">=18"
},
"volta": {
"node": "18.20.4"
},
"hugo-bin": {
"buildTags": "extended"
}
Expand Down

0 comments on commit 358db36

Please sign in to comment.