Skip to content

Commit

Permalink
chore: update deps and adjust config
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Dec 4, 2023
1 parent a5b46b8 commit 1422d61
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8.7.6
version: 8.11.0
- uses: moonrepo/setup-moon-action@v1
- run: moon setup
- run: moon run site:export
Expand Down
5 changes: 1 addition & 4 deletions .moon/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ node:

# The version of the package manager (above) to use.
pnpm:
version: "8.7.6"
version: "8.11.0"

# Add `node.version` as a constraint in the root `package.json` `engines`.
addEnginesConstraint: true

# Use the `package.json` name as an alias for the respective moon project.
aliasPackageNames: "name-and-scope"

# Dedupe dependencies after the lockfile has changed.
dedupeOnLockfileChange: true

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@moonrepo/cli": "^1.14.1",
"@moonrepo/cli": "^1.17.3",
"ava": "^5.3.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
Expand All @@ -34,5 +34,5 @@
"engines": {
"node": "18.13.0"
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@8.11.0"
}
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

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

0 comments on commit 1422d61

Please sign in to comment.