Skip to content

Commit

Permalink
chore: Make all references to peer dependencies not versioned to perh…
Browse files Browse the repository at this point in the history
…aps naively ease publish
  • Loading branch information
Iku-turso committed Nov 14, 2022
1 parent 61e5999 commit 502a54b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/injectable/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"@ogre-tools/fp": "^12.0.0",
"@ogre-tools/fp": "*",
"lodash": "^4.17.21"
},
"gitHead": "a5e3d70aa0d5d45dbf2f3d37f586fac93bfffc86",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"@ogre-tools/fp": "^12.0.0",
"@ogre-tools/injectable": "^12.0.0",
"@ogre-tools/fp": "*",
"@ogre-tools/injectable": "*",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"@ogre-tools/fp": "^12.0.0",
"@ogre-tools/injectable": "^12.0.0",
"@ogre-tools/fp": "*",
"@ogre-tools/injectable": "*",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"@ogre-tools/fp": "^12.0.0",
"@ogre-tools/injectable": "^12.0.0",
"@ogre-tools/fp": "*",
"@ogre-tools/injectable": "*",
"lodash": "^4.17.21"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/injectable/extension-for-mobx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"@ogre-tools/fp": "^12.0.0",
"@ogre-tools/injectable": "^12.0.0",
"@ogre-tools/fp": "*",
"@ogre-tools/injectable": "*",
"lodash": "^4.17.21",
"mobx": "^6.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/injectable/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"@ogre-tools/fp": "^12.0.0",
"@ogre-tools/injectable": "^12.0.0",
"@ogre-tools/fp": "*",
"@ogre-tools/injectable": "*",
"lodash": "^4.17.21",
"mobx": "^6.3.0",
"mobx-react": "^7.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/injectable/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"@ogre-tools/fp": "^12.0.0",
"@ogre-tools/injectable": "^12.0.0",
"@ogre-tools/fp": "*",
"@ogre-tools/injectable": "*",
"lodash": "^4.17.21"
},
"devDependencies": {
"@async-fn/jest": "^1.6.4",
"@ogre-tools/test-utils": "^12.0.1",
"@ogre-tools/test-utils": "*",
"@ogre-tools/infrastructure-webpack-for-ts": "*",
"@ogre-tools/infrastructure-babel-for-ts": "*",
"@ogre-tools/infrastructure-typescript": "*",
Expand Down

0 comments on commit 502a54b

Please sign in to comment.