@quilted/quilt 0.0.0-fix-react-types-20220320044743 → 0.0.0-fix-react-types-20220320044958

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @quilted/quilt
2
2
 
3
- ## 0.0.0-fix-react-types-20220320044743
3
+ ## 0.0.0-fix-react-types-20220320044958
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#206](https://github.com/lemonmade/quilt/pull/206) [`57fc8e1f`](https://github.com/lemonmade/quilt/commit/57fc8e1f6e212615a0a7bc189aae87cef54be2e3) Thanks [@lemonmade](https://github.com/lemonmade)! - Remove unnecessary react alias dependencies
8
8
 
9
9
  - Updated dependencies [[`57fc8e1f`](https://github.com/lemonmade/quilt/commit/57fc8e1f6e212615a0a7bc189aae87cef54be2e3), [`68e2c324`](https://github.com/lemonmade/quilt/commit/68e2c324ca530ebee149dfc4e11f3107e6376c56)]:
10
- - @quilted/react@0.0.0-fix-react-types-20220320044743
10
+ - @quilted/react@0.0.0-fix-react-types-20220320044958
11
11
 
12
12
  ## 0.5.70
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quilted/quilt",
3
3
  "type": "module",
4
- "version": "0.0.0-fix-react-types-20220320044743",
4
+ "version": "0.0.0-fix-react-types-20220320044958",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/lemonmade/quilt.git",
@@ -209,7 +209,7 @@
209
209
  "@quilted/graphql": "^0.4.14",
210
210
  "@quilted/http-handlers": "^0.2.20",
211
211
  "@quilted/polyfills": "^0.2.12",
212
- "@quilted/react": "^0.0.0-fix-react-types-20220320044743",
212
+ "@quilted/react": "^0.0.0-fix-react-types-20220320044958",
213
213
  "@quilted/react-async": "^0.3.22",
214
214
  "@quilted/react-email": "^0.2.18",
215
215
  "@quilted/react-graphql": "^0.4.30",