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.cjs
CHANGED
|
@@ -14607,7 +14607,7 @@ async function renderHero2() {
|
|
|
14607
14607
|
// package.json
|
|
14608
14608
|
var package_default = {
|
|
14609
14609
|
name: "lingo.dev",
|
|
14610
|
-
version: "0.117.
|
|
14610
|
+
version: "0.117.15",
|
|
14611
14611
|
description: "Lingo.dev CLI",
|
|
14612
14612
|
private: false,
|
|
14613
14613
|
repository: {
|
|
@@ -14814,7 +14814,7 @@ var package_default = {
|
|
|
14814
14814
|
plist: "3.1.0",
|
|
14815
14815
|
"posthog-node": "5.14.0",
|
|
14816
14816
|
prettier: "3.6.2",
|
|
14817
|
-
react: "19.2.
|
|
14817
|
+
react: "19.2.3",
|
|
14818
14818
|
"rehype-stringify": "10.0.1",
|
|
14819
14819
|
"remark-disable-tokenizers": "1.1.1",
|
|
14820
14820
|
"remark-frontmatter": "5.0.0",
|