react-intlayer 8.1.8 → 8.1.10

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  <h1 align="center">
8
8
  <strong>Per-component i18n</strong>
9
9
  </h1>
10
+
10
11
  <h2 align="center">
11
12
  <strong>AI-powered translation. Visual Editor. Multilingual CMS.</strong>
12
13
  </h2>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intlayer",
3
- "version": "8.1.8",
3
+ "version": "8.1.10",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -115,19 +115,19 @@
115
115
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
116
116
  },
117
117
  "dependencies": {
118
- "@intlayer/api": "8.1.8",
119
- "@intlayer/config": "8.1.8",
120
- "@intlayer/core": "8.1.8",
121
- "@intlayer/dictionaries-entry": "8.1.8",
122
- "@intlayer/editor-react": "8.1.8",
123
- "@intlayer/types": "8.1.8",
124
- "@intlayer/unmerged-dictionaries-entry": "8.1.8",
125
- "intlayer": "8.1.8"
118
+ "@intlayer/api": "8.1.10",
119
+ "@intlayer/config": "8.1.10",
120
+ "@intlayer/core": "8.1.10",
121
+ "@intlayer/dictionaries-entry": "8.1.10",
122
+ "@intlayer/editor-react": "8.1.10",
123
+ "@intlayer/types": "8.1.10",
124
+ "@intlayer/unmerged-dictionaries-entry": "8.1.10",
125
+ "intlayer": "8.1.10"
126
126
  },
127
127
  "devDependencies": {
128
128
  "@craco/types": "7.1.0",
129
129
  "@testing-library/react": "16.3.2",
130
- "@types/node": "25.3.0",
130
+ "@types/node": "25.3.3",
131
131
  "@types/react": ">=16.0.0",
132
132
  "@types/react-dom": ">=16.0.0",
133
133
  "@utils/ts-config": "1.0.4",