next-intlayer 3.0.1 → 3.0.3
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.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-intlayer",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Internationalisation tool for Next.js applications. Declare your multilingual contant in the same lever than your component. Powered by TypeScript, declaration files.",
|
|
6
6
|
"keywords": [
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"next": "14.2.16",
|
|
75
75
|
"webpack": "^5.93.0",
|
|
76
|
-
"@intlayer/
|
|
77
|
-
"@intlayer/
|
|
78
|
-
"
|
|
79
|
-
"@intlayer/
|
|
80
|
-
"intlayer": "^3.0.
|
|
81
|
-
"
|
|
82
|
-
"
|
|
76
|
+
"@intlayer/config": "^3.0.3",
|
|
77
|
+
"@intlayer/core": "^3.0.3",
|
|
78
|
+
"intlayer": "^3.0.3",
|
|
79
|
+
"@intlayer/webpack": "^3.0.3",
|
|
80
|
+
"@intlayer/chokidar": "^3.0.3",
|
|
81
|
+
"react-intlayer": "^3.0.3",
|
|
82
|
+
"@intlayer/dictionaries-entry": "^3.0.3"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@types/node": "^22.1.0",
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"tsup": "^8.3.0",
|
|
94
94
|
"typescript": "^5.5.4",
|
|
95
95
|
"@utils/eslint-config": "^1.0.4",
|
|
96
|
+
"@utils/ts-config-types": "^1.0.4",
|
|
96
97
|
"@utils/ts-config": "^1.0.4",
|
|
97
|
-
"@utils/tsup-config": "^1.0.4"
|
|
98
|
-
"@utils/ts-config-types": "^1.0.4"
|
|
98
|
+
"@utils/tsup-config": "^1.0.4"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
101
|
"react": "^18.2.0"
|