Skip to content

Commit

Permalink
[infra] Upgrade NPM packages and clean up entries (#4958)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Aug 5, 2024
1 parent 7f31e8e commit ce7e588
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,14 @@
"update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 1}"
},
"devDependencies": {
"ajv": "^8.16.0",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
"autoprefixer": "^10.4.19",
"cspell": "^8.12.1",
"autoprefixer": "^10.4.20",
"cspell": "^8.13.1",
"gulp": "^5.0.0",
"hugo-extended": "0.128.0",
"js-yaml": "^4.1.0",
"hugo-extended": "0.129.0",
"hugo-extended": "0.131.0",
"markdown-link-check": "^3.12.2",
"markdownlint": "^0.34.0",
"postcss-cli": "^11.0.0",
Expand All @@ -126,7 +125,7 @@
"textlint": "^14.0.4",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^5.1.9",
"textlint-rule-terminology": "^5.2.6",
"through2": "^4.0.2",
"yargs": "^17.7.2"
},
Expand All @@ -144,8 +143,8 @@
"path": "^0.12.7"
},
"optionalDependencies": {
"netlify-cli": "^17.33.4",
"npm-check-updates": "^16.14.20"
"netlify-cli": "^17.33.5",
"npm-check-updates": "^17.0.3"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
"engines": {
Expand Down

0 comments on commit ce7e588

Please sign in to comment.