Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenato committed Nov 3, 2022
1 parent f6ba8f2 commit 32e6319
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 51 deletions.
8 changes: 4 additions & 4 deletions examples/benchmarking/package.json
Expand Up @@ -9,10 +9,10 @@
"compare": "ts-node compare.ts"
},
"dependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/dom-fiber": "0.4.0",
"@react-facet/shared-facet": "0.4.0",
"@react-facet/spring": "0.4.0",
"@react-facet/core": "0.4.1",
"@react-facet/dom-fiber": "0.4.1",
"@react-facet/shared-facet": "0.4.1",
"@react-facet/spring": "0.4.1",
"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
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"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.4.0",
"@react-facet/dom-fiber-testing-library": "0.4.1",
"@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
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.tsx",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/core": "0.4.1",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/dom-fiber-testing-library": "0.4.0",
"@react-facet/dom-fiber-testing-library": "0.4.1",
"react": "^16.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-facet/dom-components/package.json
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.tsx",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/core": "0.4.1",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/core": "0.4.1",
"@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
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"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.4.0",
"@react-facet/dom-fiber": "0.4.1",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/dom-fiber": "0.4.0",
"@react-facet/dom-fiber": "0.4.1",
"react": "^16.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/@react-facet/dom-fiber/package.json
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"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.4.0",
"@react-facet/core": "0.4.1",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/dom-fiber-testing-library": "0.4.0",
"@react-facet/core": "0.4.1",
"@react-facet/dom-fiber-testing-library": "0.4.1",
"@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
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.js",
"sideEffects": false,
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@react-facet/shared-facet/package.json
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -41,12 +41,12 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/core": "0.4.1",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/dom-fiber-testing-library": "0.4.0",
"@react-facet/core": "0.4.1",
"@react-facet/dom-fiber-testing-library": "0.4.1",
"@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
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://react-facet.mojang.com/",
"bugs": "https://github.com/Mojang/ore-ui/issues",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand All @@ -41,11 +41,11 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/core": "0.4.1",
"react": "^16.9.0"
},
"devDependencies": {
"@react-facet/core": "0.4.0",
"@react-facet/core": "0.4.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^9.4.1",
"@types/react": "^17.0.11",
Expand Down
48 changes: 24 additions & 24 deletions yarn.lock
Expand Up @@ -956,11 +956,11 @@ __metadata:
languageName: node
linkType: hard

"@react-facet/core@0.4.0, @react-facet/core@workspace:packages/@react-facet/core":
"@react-facet/core@0.4.1, @react-facet/core@workspace:packages/@react-facet/core":
version: 0.0.0-use.local
resolution: "@react-facet/core@workspace:packages/@react-facet/core"
dependencies:
"@react-facet/dom-fiber-testing-library": 0.4.0
"@react-facet/dom-fiber-testing-library": 0.4.1
"@types/react": ^17.0.11
"@types/react-reconciler": ^0.18.0
"@types/rimraf": ^3
Expand All @@ -977,12 +977,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-facet/deferred-mount@workspace:packages/@react-facet/deferred-mount"
dependencies:
"@react-facet/dom-fiber-testing-library": 0.4.0
"@react-facet/dom-fiber-testing-library": 0.4.1
react: ^16.9.0
rimraf: ^3.0.2
typescript: ^4.8.2
peerDependencies:
"@react-facet/core": 0.4.0
"@react-facet/core": 0.4.1
react: ^16.9.0
languageName: unknown
linkType: soft
Expand All @@ -991,7 +991,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-facet/dom-components@workspace:packages/@react-facet/dom-components"
dependencies:
"@react-facet/core": 0.4.0
"@react-facet/core": 0.4.1
"@testing-library/jest-dom": ^5.10.1
"@testing-library/react": ^9.4.1
"@types/react": ^17.0.11
Expand All @@ -1003,32 +1003,32 @@ __metadata:
rimraf: ^3.0.2
typescript: ^4.8.2
peerDependencies:
"@react-facet/core": 0.4.0
"@react-facet/core": 0.4.1
react: ^16.9.0
languageName: unknown
linkType: soft

"@react-facet/dom-fiber-testing-library@0.4.0, @react-facet/dom-fiber-testing-library@workspace:packages/@react-facet/dom-fiber-testing-library":
"@react-facet/dom-fiber-testing-library@0.4.1, @react-facet/dom-fiber-testing-library@workspace:packages/@react-facet/dom-fiber-testing-library":
version: 0.0.0-use.local
resolution: "@react-facet/dom-fiber-testing-library@workspace:packages/@react-facet/dom-fiber-testing-library"
dependencies:
"@react-facet/dom-fiber": 0.4.0
"@react-facet/dom-fiber": 0.4.1
"@testing-library/dom": ^8.0.0
react: ^16.9.0
rimraf: ^3.0.2
typescript: ^4.8.2
peerDependencies:
"@react-facet/dom-fiber": 0.4.0
"@react-facet/dom-fiber": 0.4.1
react: ^16.9.0
languageName: unknown
linkType: soft

"@react-facet/dom-fiber@0.4.0, @react-facet/dom-fiber@workspace:packages/@react-facet/dom-fiber":
"@react-facet/dom-fiber@0.4.1, @react-facet/dom-fiber@workspace:packages/@react-facet/dom-fiber":
version: 0.0.0-use.local
resolution: "@react-facet/dom-fiber@workspace:packages/@react-facet/dom-fiber"
dependencies:
"@react-facet/core": 0.4.0
"@react-facet/dom-fiber-testing-library": 0.4.0
"@react-facet/core": 0.4.1
"@react-facet/dom-fiber-testing-library": 0.4.1
"@types/react": ^17.0.11
"@types/react-reconciler": ^0.18.0
"@types/rimraf": ^3
Expand All @@ -1038,7 +1038,7 @@ __metadata:
rimraf: ^3.0.2
typescript: ^4.8.2
peerDependencies:
"@react-facet/core": 0.4.0
"@react-facet/core": 0.4.1
react: ^16.9.0
languageName: unknown
linkType: soft
Expand All @@ -1053,29 +1053,29 @@ __metadata:
languageName: unknown
linkType: soft

"@react-facet/shared-facet@0.4.0, @react-facet/shared-facet@workspace:packages/@react-facet/shared-facet":
"@react-facet/shared-facet@0.4.1, @react-facet/shared-facet@workspace:packages/@react-facet/shared-facet":
version: 0.0.0-use.local
resolution: "@react-facet/shared-facet@workspace:packages/@react-facet/shared-facet"
dependencies:
"@react-facet/core": 0.4.0
"@react-facet/dom-fiber-testing-library": 0.4.0
"@react-facet/core": 0.4.1
"@react-facet/dom-fiber-testing-library": 0.4.1
"@types/react": ^17.0.11
"@types/rimraf": ^3
cross-env: ^7.0.3
react: ^16.9.0
rimraf: ^3.0.2
typescript: ^4.8.2
peerDependencies:
"@react-facet/core": 0.4.0
"@react-facet/core": 0.4.1
react: ^16.9.0
languageName: unknown
linkType: soft

"@react-facet/spring@0.4.0, @react-facet/spring@workspace:packages/@react-facet/spring":
"@react-facet/spring@0.4.1, @react-facet/spring@workspace:packages/@react-facet/spring":
version: 0.0.0-use.local
resolution: "@react-facet/spring@workspace:packages/@react-facet/spring"
dependencies:
"@react-facet/core": 0.4.0
"@react-facet/core": 0.4.1
"@testing-library/jest-dom": ^5.10.1
"@testing-library/react": ^9.4.1
"@types/react": ^17.0.11
Expand All @@ -1087,7 +1087,7 @@ __metadata:
rimraf: ^3.0.2
typescript: ^4.8.2
peerDependencies:
"@react-facet/core": 0.4.0
"@react-facet/core": 0.4.1
react: ^16.9.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2458,10 +2458,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "benchmarking@workspace:examples/benchmarking"
dependencies:
"@react-facet/core": 0.4.0
"@react-facet/dom-fiber": 0.4.0
"@react-facet/shared-facet": 0.4.0
"@react-facet/spring": 0.4.0
"@react-facet/core": 0.4.1
"@react-facet/dom-fiber": 0.4.1
"@react-facet/shared-facet": 0.4.1
"@react-facet/spring": 0.4.1
"@types/fs-extra": ^9.0.12
"@types/puppeteer": ^5.4.4
"@types/ramda": ^0
Expand Down

0 comments on commit 32e6319

Please sign in to comment.