react-intlayer 8.12.4-canary.0 → 8.12.4

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intlayer",
3
- "version": "8.12.4-canary.0",
3
+ "version": "8.12.4",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -124,13 +124,13 @@
124
124
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
125
125
  },
126
126
  "dependencies": {
127
- "@intlayer/api": "8.12.4-canary.0",
128
- "@intlayer/config": "8.12.4-canary.0",
129
- "@intlayer/core": "8.12.4-canary.0",
130
- "@intlayer/dictionaries-entry": "8.12.4-canary.0",
131
- "@intlayer/editor": "8.12.4-canary.0",
132
- "@intlayer/editor-react": "8.12.4-canary.0",
133
- "@intlayer/types": "8.12.4-canary.0"
127
+ "@intlayer/api": "8.12.4",
128
+ "@intlayer/config": "8.12.4",
129
+ "@intlayer/core": "8.12.4",
130
+ "@intlayer/dictionaries-entry": "8.12.4",
131
+ "@intlayer/editor": "8.12.4",
132
+ "@intlayer/editor-react": "8.12.4",
133
+ "@intlayer/types": "8.12.4"
134
134
  },
135
135
  "devDependencies": {
136
136
  "@craco/types": "7.1.0",