Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dderg committed Dec 20, 2021
1 parent f30be57 commit f2d57c8
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 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.2.1",
"@react-facet/dom-fiber": "0.2.1",
"@react-facet/remote": "0.2.1",
"@react-facet/spring": "0.2.1",
"@react-facet/core": "0.2.2",
"@react-facet/dom-fiber": "0.2.2",
"@react-facet/remote": "0.2.2",
"@react-facet/spring": "0.2.2",
"ramda": "^0.27.1",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-facet/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -44,7 +44,7 @@
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/dom-fiber-testing-library": "0.2.1",
"@react-facet/dom-fiber-testing-library": "0.2.2",
"@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/deferred-mount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.tsx",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/core": "0.2.2",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/dom-fiber-testing-library": "0.2.1",
"@react-facet/dom-fiber-testing-library": "0.2.2",
"react": "^16.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-facet/dom-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.tsx",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/core": "0.2.2",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/core": "0.2.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^9.4.1",
"@types/react": "^17.0.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-facet/dom-fiber-testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -44,11 +44,11 @@
"@testing-library/dom": "^8.0.0"
},
"peerDependencies": {
"@react-facet/dom-fiber": "0.2.1",
"@react-facet/dom-fiber": "0.2.2",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/dom-fiber": "0.2.1",
"@react-facet/dom-fiber": "0.2.2",
"react": "^16.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/@react-facet/dom-fiber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -44,12 +44,12 @@
"react-reconciler": "^0.24.0"
},
"peerDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/core": "0.2.2",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/dom-fiber-testing-library": "0.2.1",
"@react-facet/core": "0.2.2",
"@react-facet/dom-fiber-testing-library": "0.2.2",
"@types/react": "^17.0.11",
"@types/react-reconciler": "^0.18.0",
"@types/rimraf": "^3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-facet/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.js",
"sideEffects": false,
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@react-facet/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -41,12 +41,12 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/core": "0.2.2",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/dom-fiber-testing-library": "0.2.1",
"@react-facet/core": "0.2.2",
"@react-facet/dom-fiber-testing-library": "0.2.2",
"@types/react": "^17.0.11",
"@types/rimraf": "^3",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-facet/spring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/core": "0.2.2",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.2.1",
"@react-facet/core": "0.2.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^9.4.1",
"@types/react": "^17.0.11",
Expand Down

0 comments on commit f2d57c8

Please sign in to comment.