Skip to content

Commit

Permalink
Use workspace ranges for dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRamberg committed Oct 18, 2022
1 parent ab3a08f commit 5b76def
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions examples/benchmarking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"compare": "ts-node compare.ts"
},
"dependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/dom-fiber": "0.3.12",
"@react-facet/shared-facet": "0.3.12",
"@react-facet/spring": "0.3.12",
"@react-facet/core": "workspace:*",
"@react-facet/dom-fiber": "workspace:*",
"@react-facet/shared-facet": "workspace:*",
"@react-facet/spring": "workspace:*",
"ramda": "^0.27.1",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-facet/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/dom-fiber-testing-library": "0.3.12",
"@react-facet/dom-fiber-testing-library": "workspace:*",
"@types/react": "^17.0.11",
"@types/react-reconciler": "^0.18.0",
"@types/rimraf": "^3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-facet/deferred-mount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/core": "workspace:*",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/dom-fiber-testing-library": "0.3.12",
"@react-facet/dom-fiber-testing-library": "workspace:*",
"react": "^16.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-facet/dom-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/core": "workspace:*",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/core": "workspace:*",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^9.4.1",
"@types/react": "^17.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-facet/dom-fiber-testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@testing-library/dom": "^8.0.0"
},
"peerDependencies": {
"@react-facet/dom-fiber": "0.3.12",
"@react-facet/dom-fiber": "workspace:*",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/dom-fiber": "0.3.12",
"@react-facet/dom-fiber": "workspace:*",
"react": "^16.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-facet/dom-fiber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"react-reconciler": "^0.24.0"
},
"peerDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/core": "workspace:*",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/dom-fiber-testing-library": "0.3.12",
"@react-facet/core": "workspace:*",
"@react-facet/dom-fiber-testing-library": "workspace:*",
"@types/react": "^17.0.11",
"@types/react-reconciler": "^0.18.0",
"@types/rimraf": "^3",
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-facet/shared-facet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/core": "workspace:*",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/dom-fiber-testing-library": "0.3.12",
"@react-facet/core": "workspace:*",
"@react-facet/dom-fiber-testing-library": "workspace:*",
"@types/react": "^17.0.11",
"@types/rimraf": "^3",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-facet/spring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/core": "workspace:*",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.3.12",
"@react-facet/core": "workspace:*",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^9.4.1",
"@types/react": "^17.0.11",
Expand Down

0 comments on commit 5b76def

Please sign in to comment.