@vocab/core
Advanced tools
Comparing version 1.1.1 to 1.1.2
# @vocab/core | ||
## 1.1.2 | ||
### Patch Changes | ||
- [`e5a066c`](https://github.com/seek-oss/vocab/commit/e5a066c8a7539a62a9c1c4d813aa87461ba43cdc) [#96](https://github.com/seek-oss/vocab/pull/96) Thanks [@askoufis](https://github.com/askoufis)! - Update `intl-messageformat` dependencies | ||
- Updated dependencies [[`e5a066c`](https://github.com/seek-oss/vocab/commit/e5a066c8a7539a62a9c1c4d813aa87461ba43cdc)]: | ||
- @vocab/types@1.1.1 | ||
## 1.1.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@vocab/core", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "dist/vocab-core.cjs.js", | ||
@@ -43,3 +43,3 @@ "module": "dist/vocab-core.esm.js", | ||
"@formatjs/icu-messageformat-parser": "^2.0.10", | ||
"@vocab/types": "^1.1.0", | ||
"@vocab/types": "^1.1.1", | ||
"chalk": "^4.1.0", | ||
@@ -51,3 +51,3 @@ "chokidar": "^3.4.3", | ||
"find-up": "^5.0.0", | ||
"intl-messageformat": "^9.9.0", | ||
"intl-messageformat": "^10.0.0", | ||
"prettier": "^2.1.2" | ||
@@ -54,0 +54,0 @@ }, |
@@ -435,2 +435,3 @@ # Vocab | ||
$ vocab push --branch my-branch | ||
$ vocab push --branch my-branch --delete-unused-keys | ||
$ vocab pull --branch my-branch | ||
@@ -437,0 +438,0 @@ ``` |
133828
449
+ Addedfastq@1.18.0(transitive)
- Removed@formatjs/ecma402-abstract@1.11.4(transitive)
- Removed@formatjs/fast-memoize@1.2.1(transitive)
- Removed@formatjs/icu-messageformat-parser@2.1.0(transitive)
- Removed@formatjs/icu-skeleton-parser@1.3.6(transitive)
- Removed@formatjs/intl-localematcher@0.2.25(transitive)
- Removedfastq@1.19.0(transitive)
- Removedintl-messageformat@9.13.0(transitive)
Updated@vocab/types@^1.1.1
Updatedintl-messageformat@^10.0.0