use-intl 0.0.0-canary-5bbd7ad56b530e283b07cff950de61d6af81f00c → 0.0.0-canary-91f2bb95294708297d0d88248e09b1c0dc454c79

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-intl",
3
- "version": "0.0.0-canary-5bbd7ad56b530e283b07cff950de61d6af81f00c",
3
+ "version": "0.0.0-canary-91f2bb95294708297d0d88248e09b1c0dc454c79",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.work>",
6
6
  "description": "Internationalization (i18n) for React",
@@ -69,5 +69,5 @@
69
69
  "peerDependencies": {
70
70
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
71
71
  },
72
- "gitHead": "dcb31a81d57ffc42072cf150c2d4b808a679a00c"
72
+ "gitHead": "b163d90edf0f07f232fe763028967c1d6b15731b"
73
73
  }