react-intlayer 3.2.0 → 3.2.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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intlayer",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "private": false,
5
5
  "description": "Internationalization layer for React applications. Declare your multilingual contant in the same lever than your component. Powered by TypeScript, declaration files.",
6
6
  "keywords": [
@@ -91,10 +91,10 @@
91
91
  "react-cookie": "^7.2.2",
92
92
  "vite": "^5.4.11",
93
93
  "webpack": "^5.96.1",
94
- "@intlayer/chokidar": "^3.2.0",
95
- "@intlayer/core": "^3.2.0",
96
- "@intlayer/webpack": "^3.2.0",
97
- "@intlayer/config": "^3.2.0"
94
+ "@intlayer/config": "^3.2.1",
95
+ "@intlayer/chokidar": "^3.2.1",
96
+ "@intlayer/core": "^3.2.1",
97
+ "@intlayer/webpack": "^3.2.1"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@craco/types": "^7.1.0",
@@ -111,20 +111,20 @@
111
111
  "tsc-alias": "^1.8.10",
112
112
  "tsup": "^8.3.5",
113
113
  "typescript": "^5.6.3",
114
- "@utils/eslint-config": "^1.0.4",
115
- "@utils/ts-config-types": "^1.0.4",
116
114
  "@utils/tsup-config": "^1.0.4",
117
- "@utils/ts-config": "^1.0.4"
115
+ "@utils/ts-config": "^1.0.4",
116
+ "@utils/eslint-config": "^1.0.4",
117
+ "@utils/ts-config-types": "^1.0.4"
118
118
  },
119
119
  "peerDependencies": {
120
120
  "react": ">=16.0.0 <19.0.0",
121
121
  "react-dom": ">=16.0.0 <19.0.0",
122
- "@intlayer/chokidar": "^3.2.0",
123
- "@intlayer/config": "^3.2.0",
124
- "@intlayer/core": "^3.2.0",
125
- "@intlayer/webpack": "^3.2.0",
126
- "@intlayer/dictionaries-entry": "^3.2.0",
127
- "intlayer": "^3.2.0"
122
+ "@intlayer/chokidar": "^3.2.1",
123
+ "@intlayer/core": "^3.2.1",
124
+ "@intlayer/config": "^3.2.1",
125
+ "@intlayer/dictionaries-entry": "^3.2.1",
126
+ "@intlayer/webpack": "^3.2.1",
127
+ "intlayer": "^3.2.1"
128
128
  },
129
129
  "engines": {
130
130
  "node": ">=14.18"