Skip to content

Commit

Permalink
Merge pull request #3 from RightCapitalHQ/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
rainx committed Sep 14, 2023
2 parents 781e610 + e3e8075 commit 2298068
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# We don't lint the generated files
src/php-parser/types/node
src/php-parser/types/types.ts
pnpm-lock.yaml
pnpm-lock.yaml
composer.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): pin dependencies",
"packageName": "@rightcapital/php-parser",
"email": "email not defined",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"nikic/php-parser": "^4.17"
"nikic/php-parser": "4.17.1"
}
}
17 changes: 12 additions & 5 deletions composer.lock

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"author": "RightCapital Ecosystem team <npm-publisher@rightcapital.com>",
"license": "MIT",
"dependencies": {
"@rightcapital/phpdoc-parser": "^0.3.5",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"@rightcapital/phpdoc-parser": "0.3.5",
"lodash": "4.17.21",
"mustache": "4.2.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
Expand Down
10 changes: 5 additions & 5 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 2298068

Please sign in to comment.