lingo.dev 0.117.14 → 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 +2 -2
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -2
- package/build/cli.mjs.map +1 -1
- package/package.json +5 -5
package/build/cli.mjs
CHANGED
|
@@ -14603,7 +14603,7 @@ async function renderHero2() {
|
|
|
14603
14603
|
// package.json
|
|
14604
14604
|
var package_default = {
|
|
14605
14605
|
name: "lingo.dev",
|
|
14606
|
-
version: "0.117.
|
|
14606
|
+
version: "0.117.15",
|
|
14607
14607
|
description: "Lingo.dev CLI",
|
|
14608
14608
|
private: false,
|
|
14609
14609
|
repository: {
|
|
@@ -14810,7 +14810,7 @@ var package_default = {
|
|
|
14810
14810
|
plist: "3.1.0",
|
|
14811
14811
|
"posthog-node": "5.14.0",
|
|
14812
14812
|
prettier: "3.6.2",
|
|
14813
|
-
react: "19.2.
|
|
14813
|
+
react: "19.2.3",
|
|
14814
14814
|
"rehype-stringify": "10.0.1",
|
|
14815
14815
|
"remark-disable-tokenizers": "1.1.1",
|
|
14816
14816
|
"remark-frontmatter": "5.0.0",
|