react-intlayer 7.0.0 → 7.0.1

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 +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intlayer",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -104,13 +104,13 @@
104
104
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
105
105
  },
106
106
  "dependencies": {
107
- "@intlayer/api": "7.0.0",
108
- "@intlayer/config": "7.0.0",
109
- "@intlayer/core": "7.0.0",
110
- "@intlayer/dictionaries-entry": "7.0.0",
111
- "@intlayer/editor-react": "7.0.0",
112
- "@intlayer/types": "7.0.0",
113
- "intlayer": "7.0.0",
107
+ "@intlayer/api": "7.0.1",
108
+ "@intlayer/config": "7.0.1",
109
+ "@intlayer/core": "7.0.1",
110
+ "@intlayer/dictionaries-entry": "7.0.1",
111
+ "@intlayer/editor-react": "7.0.1",
112
+ "@intlayer/types": "7.0.1",
113
+ "intlayer": "7.0.1",
114
114
  "js-cookie": "3.0.5"
115
115
  },
116
116
  "devDependencies": {
@@ -119,9 +119,9 @@
119
119
  "@types/node": "24.9.1",
120
120
  "@types/react": ">=16.0.0",
121
121
  "@types/react-dom": ">=16.0.0",
122
- "@utils/ts-config": "7.0.0",
123
- "@utils/ts-config-types": "7.0.0",
124
- "@utils/tsdown-config": "7.0.0",
122
+ "@utils/ts-config": "7.0.1",
123
+ "@utils/ts-config-types": "7.0.1",
124
+ "@utils/tsdown-config": "7.0.1",
125
125
  "rimraf": "6.0.1",
126
126
  "tsdown": "0.15.9",
127
127
  "typescript": "5.9.3",
@@ -129,13 +129,13 @@
129
129
  "vitest": "4.0.3"
130
130
  },
131
131
  "peerDependencies": {
132
- "@intlayer/api": "7.0.0",
133
- "@intlayer/config": "7.0.0",
134
- "@intlayer/core": "7.0.0",
135
- "@intlayer/dictionaries-entry": "7.0.0",
136
- "@intlayer/editor-react": "7.0.0",
137
- "@intlayer/types": "7.0.0",
138
- "intlayer": "7.0.0",
132
+ "@intlayer/api": "7.0.1",
133
+ "@intlayer/config": "7.0.1",
134
+ "@intlayer/core": "7.0.1",
135
+ "@intlayer/dictionaries-entry": "7.0.1",
136
+ "@intlayer/editor-react": "7.0.1",
137
+ "@intlayer/types": "7.0.1",
138
+ "intlayer": "7.0.1",
139
139
  "react": ">=16.0.0",
140
140
  "react-dom": ">=16.0.0"
141
141
  },