Skip to content

Commit c330bd6

Browse files
authored
fix: make read-pkg-up a prod dependency (#243)
* fix: make read-pkg-up a prod dependency * chore: change files Co-authored-by: mmkal <[email protected]>
1 parent 43cf60b commit c330bd6

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "fix: make read-pkg-up a prod dependency (#243)",
5+
"type": "patch",
6+
"packageName": "eslint-plugin-codegen"
7+
}
8+
],
9+
"packageName": "eslint-plugin-codegen",
10+
"email": "[email protected]"
11+
}

packages/eslint-plugin-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"io-ts-extra": "workspace:*",
4646
"js-yaml": "^3.14.0",
4747
"lodash": "^4.17.15",
48-
"string.prototype.matchall": "^4.0.2"
48+
"string.prototype.matchall": "^4.0.2",
49+
"read-pkg-up": "^7.0.1"
4950
},
5051
"devDependencies": {
5152
"@babel/types": "7.12.11",
@@ -61,7 +62,6 @@
6162
"dedent": "0.7.0",
6263
"expect-type": "workspace:*",
6364
"minimatch": "3.0.4",
64-
"read-pkg-up": "7.0.1",
6565
"eslint": "7.15.0",
6666
"ts-node": "9.1.1"
6767
}

0 commit comments

Comments
 (0)