next-intlayer 7.1.7 → 7.1.8-canary.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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intlayer",
3
- "version": "7.1.7",
3
+ "version": "7.1.8-canary.0",
4
4
  "private": false,
5
5
  "description": "Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.",
6
6
  "keywords": [
@@ -117,16 +117,16 @@
117
117
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
118
118
  },
119
119
  "dependencies": {
120
- "@intlayer/chokidar": "7.1.7",
121
- "@intlayer/config": "7.1.7",
122
- "@intlayer/core": "7.1.7",
123
- "@intlayer/dictionaries-entry": "7.1.7",
124
- "@intlayer/types": "7.1.7",
125
- "@intlayer/webpack": "7.1.7",
120
+ "@intlayer/chokidar": "7.1.8-canary.0",
121
+ "@intlayer/config": "7.1.8-canary.0",
122
+ "@intlayer/core": "7.1.8-canary.0",
123
+ "@intlayer/dictionaries-entry": "7.1.8-canary.0",
124
+ "@intlayer/types": "7.1.8-canary.0",
125
+ "@intlayer/webpack": "7.1.8-canary.0",
126
126
  "deepmerge": "4.3.1",
127
127
  "fast-glob": "3.3.3",
128
128
  "node-loader": "2.1.0",
129
- "react-intlayer": "7.1.7"
129
+ "react-intlayer": "7.1.8-canary.0"
130
130
  },
131
131
  "devDependencies": {
132
132
  "@types/node": "24.10.1",