Skip to content

Commit

Permalink
fix(mutates): fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Sep 7, 2024
1 parent 8ea23fb commit 77799d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@mutates/core": "0.0.0-development",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular-devkit/schematics": ">=18.0.0",
"@mutates/core": "0.0.0-development",
"ts-morph": ">=22.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@mutates/core": "0.0.0-development",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@mutates/core": "0.0.0-development",
"@nx/devkit": ">=19.0.0",
"ts-morph": ">=22.0.0"
},
Expand Down

0 comments on commit 77799d5

Please sign in to comment.