react-intlayer 5.8.0-canary.0 → 5.8.0

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intlayer",
3
- "version": "5.8.0-canary.0",
3
+ "version": "5.8.0",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -80,10 +80,10 @@
80
80
  "dependencies": {
81
81
  "js-cookie": "^3.0.5",
82
82
  "@intlayer/config": "5.8.0-canary.0",
83
- "@intlayer/core": "5.8.0-canary.0",
84
- "@intlayer/dictionaries-entry": "5.8.0-canary.0",
85
- "@intlayer/api": "5.8.0-canary.0",
86
- "@intlayer/editor-react": "5.8.0-canary.0"
83
+ "@intlayer/api": "5.8.0",
84
+ "@intlayer/dictionaries-entry": "5.8.0",
85
+ "@intlayer/core": "5.8.0",
86
+ "@intlayer/editor-react": "5.8.0"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@craco/types": "^7.1.0",
@@ -101,21 +101,21 @@
101
101
  "typescript": "^5.9.2",
102
102
  "uuid": "^11.1.0",
103
103
  "vitest": "^3.2.2",
104
+ "@intlayer/backend": "5.8.0",
104
105
  "@utils/eslint-config": "1.0.4",
105
106
  "@utils/ts-config": "1.0.4",
106
107
  "@utils/ts-config-types": "1.0.4",
107
- "@utils/tsup-config": "1.0.4",
108
- "@intlayer/backend": "5.8.0-canary.0"
108
+ "@utils/tsup-config": "1.0.4"
109
109
  },
110
110
  "peerDependencies": {
111
111
  "react": ">=16.0.0",
112
112
  "react-dom": ">=16.0.0",
113
+ "@intlayer/api": "5.8.0",
113
114
  "@intlayer/config": "5.8.0-canary.0",
114
- "@intlayer/core": "5.8.0-canary.0",
115
- "@intlayer/dictionaries-entry": "5.8.0-canary.0",
116
- "@intlayer/editor-react": "5.8.0-canary.0",
117
- "intlayer": "5.8.0-canary.0",
118
- "@intlayer/api": "5.8.0-canary.0"
115
+ "@intlayer/core": "5.8.0",
116
+ "@intlayer/dictionaries-entry": "5.8.0",
117
+ "@intlayer/editor-react": "5.8.0",
118
+ "intlayer": "5.8.0"
119
119
  },
120
120
  "engines": {
121
121
  "node": ">=14.18"