lingo.dev 0.117.13 → 0.117.15
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/build/cli.cjs +9 -6
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +9 -6
- package/build/cli.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.117.
|
|
3
|
+
"version": "0.117.15",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"plist": "3.1.0",
|
|
194
194
|
"posthog-node": "5.14.0",
|
|
195
195
|
"prettier": "3.6.2",
|
|
196
|
-
"react": "19.2.
|
|
196
|
+
"react": "19.2.3",
|
|
197
197
|
"rehype-stringify": "10.0.1",
|
|
198
198
|
"remark-disable-tokenizers": "1.1.1",
|
|
199
199
|
"remark-frontmatter": "5.0.0",
|
|
@@ -215,8 +215,8 @@
|
|
|
215
215
|
"zod": "3.25.76",
|
|
216
216
|
"@lingo.dev/_compiler": "0.8.6",
|
|
217
217
|
"@lingo.dev/_locales": "0.3.1",
|
|
218
|
-
"@lingo.dev/_react": "0.7.3",
|
|
219
218
|
"@lingo.dev/_sdk": "0.13.4",
|
|
219
|
+
"@lingo.dev/_react": "0.7.4",
|
|
220
220
|
"@lingo.dev/_spec": "0.44.4"
|
|
221
221
|
},
|
|
222
222
|
"devDependencies": {
|