Skip to content

Commit

Permalink
chore: fix peerDependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Samppa Saarela <samppa.saarela@iki.fi>
  • Loading branch information
ssaarela committed Nov 8, 2024
1 parent 0331072 commit 63de68f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"uuid": "10.0.0"
},
"peerDependencies": {
"@finnair/path": "~6.0"
"@finnair/path": ">=6"
},
"devDependencies": {
"@finnair/path": "^6.1.0"
"@finnair/path": "~6.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"build:esm": "tsc -b . && cp ../../package.esm.json dist/esm/package.json"
},
"peerDependencies": {
"@finnair/path": "~6.0",
"@finnair/path-parser": "~6.0"
"@finnair/path": ">=6",
"@finnair/path-parser": ">=6"
},
"devDependencies": {
"@finnair/path": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/luxon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"build:esm": "tsc -b . && cp ../../package.esm.json dist/esm/package.json"
},
"peerDependencies": {
"@finnair/path": "~6.0",
"@finnair/v-validation": "~6.0",
"@finnair/path": ">=6",
"@finnair/v-validation": ">=6",
"luxon": "^3.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/moment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"build:esm": "tsc -b . && cp ../../package.esm.json dist/esm/package.json"
},
"peerDependencies": {
"@finnair/path": "~6.0",
"@finnair/v-validation": "~6.0",
"@finnair/path": "=>6",
"@finnair/v-validation": ">=6",
"moment": "^2.30.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/path-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"nearley": "2.20.1"
},
"peerDependencies": {
"@finnair/path": "~6.0"
"@finnair/path": ">=6"
},
"devDependencies": {
"@finnair/path": "^6.1.0"
Expand Down

0 comments on commit 63de68f

Please sign in to comment.