@vocab/react 0.0.0-intl-dep-bump-202301323944 → 0.0.0-intl-dep-bump-202301324911

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 +4 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @vocab/react
2
2
 
3
- ## 0.0.0-intl-dep-bump-202301323944
3
+ ## 0.0.0-intl-dep-bump-202301324911
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [`b63496a`](https://github.com/seek-oss/vocab/commit/b63496a4e25c1537e9b10057749e6660b24c777b) Thanks [@askoufis](https://github.com/askoufis)! - Update intl dependencies
7
+ - [`c8159c3`](https://github.com/seek-oss/vocab/commit/c8159c336b971fb1227007ddad295791acf779c5) Thanks [@askoufis](https://github.com/askoufis)! - Update `intl-messageformat` dependencies
8
8
 
9
- - Updated dependencies [[`b63496a`](https://github.com/seek-oss/vocab/commit/b63496a4e25c1537e9b10057749e6660b24c777b)]:
10
- - @vocab/types@0.0.0-intl-dep-bump-202301323944
9
+ - Updated dependencies [[`c8159c3`](https://github.com/seek-oss/vocab/commit/c8159c336b971fb1227007ddad295791acf779c5)]:
10
+ - @vocab/types@0.0.0-intl-dep-bump-202301324911
11
11
 
12
12
  ## 1.1.2
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vocab/react",
3
- "version": "0.0.0-intl-dep-bump-202301323944",
3
+ "version": "0.0.0-intl-dep-bump-202301324911",
4
4
  "main": "dist/vocab-react.cjs.js",
5
5
  "module": "dist/vocab-react.esm.js",
6
6
  "author": "SEEK",
@@ -9,7 +9,7 @@
9
9
  "react": ">=16.3.0"
10
10
  },
11
11
  "dependencies": {
12
- "@vocab/types": "^0.0.0-intl-dep-bump-202301323944",
12
+ "@vocab/types": "^0.0.0-intl-dep-bump-202301324911",
13
13
  "intl-messageformat": "^10.0.0"
14
14
  },
15
15
  "devDependencies": {