Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Nov 6, 2024
1 parent c083cb5 commit 0da7a4f
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 61 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
engine-strict=true
git-branch-lockfile=true
manage-package-manager-versions=true
merge-git-branch-lockfiles-branch-pattern[]=main
merge-git-branch-lockfiles-branch-pattern[]=release*
package-manager-strict=true
shell-emulator=true
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"engines": {
"pnpm": "^9.12.3",
"node": "^18.12 || >=20.9"
"node": "^20.13 || >=22.11"
},
"packageManager": "[email protected]",
"dependencies": {
Expand All @@ -48,9 +48,9 @@
"postpublish": "git push --follow-tags"
},
"devDependencies": {
"@firefoxic/update-changelog": "^0.2.1",
"@firefoxic/eslint-config": "^3.0.1",
"eslint": "^9.13.0"
"@firefoxic/update-changelog": "^1.0.0",
"@firefoxic/eslint-config": "^4.0.0",
"eslint": "^9.14.0"
},
"keywords": [
"conjure",
Expand Down
120 changes: 63 additions & 57 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 0da7a4f

Please sign in to comment.