@remirror/i18n
Advanced tools
Comparing version 1.0.0-next.49 to 1.0.0-next.50
# @remirror/i18n | ||
## 1.0.0-next.50 | ||
> 2020-10-15 | ||
### Patch Changes | ||
- [`bd8ac67d`](https://github.com/remirror/remirror/commit/bd8ac67da57c85e67f84cf41e04900f99f4f0455) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Upgrade package dependencies. | ||
- Updated dependencies [[`bd8ac67d`](https://github.com/remirror/remirror/commit/bd8ac67da57c85e67f84cf41e04900f99f4f0455)]: | ||
- @remirror/core-helpers@1.0.0-next.50 | ||
- @remirror/pm@1.0.0-next.50 | ||
## 1.0.0-next.49 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@remirror/i18n", | ||
"version": "1.0.0-next.49", | ||
"version": "1.0.0-next.50", | ||
"description": "Supported internationalization and locales for the remirror editor.", | ||
@@ -29,12 +29,12 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.0", | ||
"@lingui/core": "^3.0.0-13", | ||
"@remirror/core-helpers": "1.0.0-next.49", | ||
"@babel/runtime": "^7.12.0", | ||
"@lingui/core": "^3.0.0-18", | ||
"@remirror/core-helpers": "1.0.0-next.50", | ||
"make-plural": "^6.2.1" | ||
}, | ||
"devDependencies": { | ||
"@remirror/pm": "1.0.0-next.49" | ||
"@remirror/pm": "1.0.0-next.50" | ||
}, | ||
"peerDependencies": { | ||
"@remirror/pm": "1.0.0-next.49" | ||
"@remirror/pm": "1.0.0-next.50" | ||
}, | ||
@@ -41,0 +41,0 @@ "publishConfig": { |
16391
+ Added@remirror/core-constants@1.0.0-next.50(transitive)
+ Added@remirror/core-helpers@1.0.0-next.50(transitive)
+ Added@remirror/core-types@1.0.0-next.50(transitive)
+ Added@remirror/pm@1.0.0-next.50(transitive)
+ Addedtype-fest@0.18.1(transitive)
- Removed@remirror/core-constants@1.0.0-next.49(transitive)
- Removed@remirror/core-helpers@1.0.0-next.49(transitive)
- Removed@remirror/core-types@1.0.0-next.49(transitive)
- Removed@remirror/pm@1.0.0-next.49(transitive)
- Removedtype-fest@0.17.0(transitive)
Updated@babel/runtime@^7.12.0
Updated@lingui/core@^3.0.0-18