Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Update package.json: tweak script and minor pkg vers update #5313

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"fix:text": "npm run check:text -- --fix",
"fix": "npm run fix:all",
"format": "npm run _check:format -- --write && npm run _check:format:ja+zh -- --write",
"get:submodule": "npm run _get:${GET:-submodule}",
"get:submodule": "npm run _get:${GET:-submodule} --",
"log:check:links": "npm run check:links | tee tmp/build-log.txt",
"make:public": "make public ls-public",
"netlify-build:preview": "npm run seq -- build:preview diff:check",
Expand Down Expand Up @@ -129,7 +129,7 @@
"textlint": "^14.2.0",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^5.2.9",
"textlint-rule-terminology": "^5.2.12",
"through2": "^4.0.2",
"yargs": "^17.7.2"
},
Expand All @@ -147,7 +147,7 @@
"path": "^0.12.7"
},
"optionalDependencies": {
"netlify-cli": "^17.36.2",
"netlify-cli": "^17.36.4",
"npm-check-updates": "^17.1.3"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
Expand Down