react-intlayer 6.1.5 → 6.1.6

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intlayer",
3
- "version": "6.1.5",
3
+ "version": "6.1.6",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -91,11 +91,11 @@
91
91
  ],
92
92
  "dependencies": {
93
93
  "js-cookie": "^3.0.5",
94
- "@intlayer/api": "6.1.5",
95
- "@intlayer/core": "6.1.5",
96
- "@intlayer/dictionaries-entry": "6.1.5",
97
- "@intlayer/config": "6.1.5",
98
- "@intlayer/editor-react": "6.1.5"
94
+ "@intlayer/api": "6.1.6",
95
+ "@intlayer/config": "6.1.6",
96
+ "@intlayer/core": "6.1.6",
97
+ "@intlayer/dictionaries-entry": "6.1.6",
98
+ "@intlayer/editor-react": "6.1.6"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@craco/types": "^7.1.0",
@@ -113,21 +113,21 @@
113
113
  "typescript": "^5.9.2",
114
114
  "uuid": "^13.0.0",
115
115
  "vitest": "^3.2.4",
116
- "@utils/ts-config": "1.0.4",
117
- "@utils/ts-config-types": "1.0.4",
118
116
  "@utils/eslint-config": "1.0.4",
119
- "intlayer": "6.1.5",
120
- "@utils/tsup-config": "1.0.4"
117
+ "@utils/ts-config-types": "1.0.4",
118
+ "@utils/ts-config": "1.0.4",
119
+ "@utils/tsup-config": "1.0.4",
120
+ "intlayer": "6.1.6"
121
121
  },
122
122
  "peerDependencies": {
123
123
  "react": ">=16.0.0",
124
124
  "react-dom": ">=16.0.0",
125
- "@intlayer/api": "6.1.5",
126
- "@intlayer/config": "6.1.5",
127
- "intlayer": "6.1.5",
128
- "@intlayer/core": "6.1.5",
129
- "@intlayer/dictionaries-entry": "6.1.5",
130
- "@intlayer/editor-react": "6.1.5"
125
+ "@intlayer/api": "6.1.6",
126
+ "@intlayer/dictionaries-entry": "6.1.6",
127
+ "@intlayer/config": "6.1.6",
128
+ "@intlayer/editor-react": "6.1.6",
129
+ "@intlayer/core": "6.1.6",
130
+ "intlayer": "6.1.6"
131
131
  },
132
132
  "peerDependenciesMeta": {
133
133
  "intlayer": {