Skip to content

Commit

Permalink
peerDeps versions (#49)
Browse files Browse the repository at this point in the history
* versions

* eof

* add yarn.lock
  • Loading branch information
mununki authored Jan 2, 2024
1 parent 30f29b3 commit cfeb2be
Show file tree
Hide file tree
Showing 8 changed files with 1,471 additions and 25 deletions.
5 changes: 4 additions & 1 deletion packages/rescript-date-fns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"url": "[email protected]:green-labs/rescript-bindings/rescript-date-fns.git",
"directory": "packages/rescript-date-fns"
},
"dependencies": {
"peerDependencies": {
"date-fns": "2.30.0"
},
"devDependencies": {
"date-fns": "2.30.0"
}
}
7 changes: 5 additions & 2 deletions packages/rescript-hammerjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-hammerjs",
"description": "ReScript bindings to @egjs/hammerjs",
"version": "0.0.2",
"version": "2.0.0",
"license": "MIT",
"author": "Greenlabs Dev <[email protected]>",
"scripts": {
Expand All @@ -22,7 +22,10 @@
"url": "https://github.com/green-labs/rescript-bindings.git",
"directory": "packages/rescript-hammerjs"
},
"dependencies": {
"peerDependencies": {
"@egjs/hammerjs": "^2.0.17"
},
"devDependencies": {
"@egjs/hammerjs": "^2.0.17"
}
}
5 changes: 4 additions & 1 deletion packages/rescript-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenlabs/rescript-jest",
"version": "1.0.1",
"version": "28.1.0",
"description": "ReScript bindings for Jest",
"keywords": [
"rescript",
Expand All @@ -26,5 +26,8 @@
},
"peerDependencies": {
"jest": "^28.1.3"
},
"devDependencies": {
"jest": "^28.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/rescript-nock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-nock",
"description": "ReScript bindings for Nock",
"version": "0.1.2",
"version": "13.2.0",
"license": "MIT",
"author": "Greenlabs Dev <[email protected]>",
"scripts": {
Expand All @@ -28,4 +28,4 @@
"devDependencies": {
"rescript-webapi": "^0.9.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/rescript-react-hook-form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-react-hook-form",
"description": "ReScript bindings for react-hook-form",
"version": "0.11.2",
"version": "7.31.0",
"license": "MIT",
"author": "Greenlabs Dev <[email protected]>",
"scripts": {
Expand All @@ -28,4 +28,4 @@
"@rescript/react": "^0.12.0-alpha.3",
"react-hook-form": "^7.31.2"
}
}
}
13 changes: 6 additions & 7 deletions packages/rescript-react-linkify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-react-linkify",
"description": "ReScript bindings for React Linkify",
"version": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"author": "Greenlabs Dev <[email protected]>",
"scripts": {
Expand All @@ -21,13 +21,12 @@
"url": "https://github.com/green-labs/rescript-bindings.git",
"directory": "packages/rescript-react-linkify"
},
"dependencies": {
"react-linkify": "^1.0.0-alpha"
},
"devDependencies": {
"@rescript/react": "^0.12.0-alpha.3"
"@rescript/react": "^0.12.0-alpha.3",
"react-linkify": "^1.0.0-alpha"
},
"peerDependencies": {
"@rescript/react": "^0.12.0-alpha.3"
"@rescript/react": "^0.12.0-alpha.3",
"react-linkify": "^1.0.0-alpha"
}
}
}
9 changes: 5 additions & 4 deletions packages/rescript-use-debounce/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-use-debounce",
"description": "ReScript bindings for rescript-use-debounce",
"version": "0.0.1",
"version": "9.0.0",
"license": "MIT",
"author": "Greenlabs Dev <[email protected]>",
"scripts": {
Expand All @@ -21,9 +21,10 @@
"url": "https://github.com/green-labs/rescript-bindings.git",
"directory": "packages/rescript-use-debounce"
},
"dependencies": {
"devDependencies": {
"use-debounce": "^9.0.3"
},
"devDependencies": {},
"peerDependencies": {}
"peerDependencies": {
"use-debounce": "^9.0.3"
}
}
Loading

0 comments on commit cfeb2be

Please sign in to comment.