Skip to content

Commit

Permalink
fix: pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 18, 2023
1 parent f97620e commit eb4917f
Show file tree
Hide file tree
Showing 2 changed files with 657 additions and 340 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"auto-version": "npm-auto-version"
},
"dependencies": {
"prettier-plugin-jsdoc": "*",
"prettier-plugin-organize-imports": "*",
"prettier-plugin-packagejson": "*"
"prettier-plugin-jsdoc": "^1.1.1",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.6"
},
"devDependencies": {
"npm-auto-version": "^1.0.0",
"prettier": "^3.0.3"
},
"peerDependencies": {
"prettier": ">=3.0.0"
"prettier": "^3.0.3"
},
"packageManager": "pnpm@8.8.0"
}
}
Loading

0 comments on commit eb4917f

Please sign in to comment.