lingo.dev 0.85.1 → 0.85.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lingo.dev",
3
- "version": "0.85.1",
3
+ "version": "0.85.3",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -53,7 +53,7 @@
53
53
  "@ai-sdk/openai": "^1.3.7",
54
54
  "@datocms/cma-client-node": "^3.4.0",
55
55
  "@gitbeaker/rest": "^39.34.3",
56
- "@inquirer/prompts": "^7.2.3",
56
+ "@inquirer/prompts": "^7.4.1",
57
57
  "@modelcontextprotocol/sdk": "^1.5.0",
58
58
  "@paralleldrive/cuid2": "^2.2.2",
59
59
  "@types/mdast": "^4.0.4",
@@ -70,14 +70,13 @@
70
70
  "express": "^4.21.2",
71
71
  "external-editor": "^3.1.0",
72
72
  "figlet": "^1.8.0",
73
- "figlet-cli": "^0.2.0",
74
73
  "flat": "^6.0.1",
75
74
  "gettext-parser": "^8.0.0",
76
75
  "glob": "<11.0.0",
77
76
  "gradient-string": "^3.0.0",
78
77
  "gray-matter": "^4.0.3",
79
78
  "ini": "^5.0.0",
80
- "inquirer": "^12.3.2",
79
+ "inquirer": "^12.5.2",
81
80
  "interactive-commander": "^0.5.194",
82
81
  "is-url": "^1.2.4",
83
82
  "jsdom": "^25.0.1",
@@ -115,15 +114,14 @@
115
114
  "unified": "^11.0.5",
116
115
  "unist-util-visit": "^5.0.0",
117
116
  "vfile": "^6.0.3",
118
- "vitest": "^2.1.8",
117
+ "vitest": "^2.1.9",
119
118
  "xliff": "^6.2.1",
120
119
  "xml2js": "^0.6.2",
121
- "xmldom": "^0.6.0",
122
120
  "xpath": "^0.0.34",
123
121
  "yaml": "^2.7.0",
124
122
  "zod": "^3.24.1",
125
- "@lingo.dev/_sdk": "0.7.34",
126
- "@lingo.dev/_spec": "0.30.0"
123
+ "@lingo.dev/_sdk": "0.7.35",
124
+ "@lingo.dev/_spec": "0.30.1"
127
125
  },
128
126
  "devDependencies": {
129
127
  "@types/cors": "^2.8.17",
@@ -135,7 +133,7 @@
135
133
  "@types/ini": "^4.1.1",
136
134
  "@types/is-url": "^1.2.32",
137
135
  "@types/jsdom": "^21.1.7",
138
- "@types/lodash": "^4.17.13",
136
+ "@types/lodash": "^4.17.16",
139
137
  "@types/markdown-it": "^14.1.2",
140
138
  "@types/node": "^22.10.2",
141
139
  "@types/node-gettext": "^3.0.6",
@@ -143,7 +141,6 @@
143
141
  "@types/plist": "^3.0.5",
144
142
  "@types/properties-parser": "^0.3.3",
145
143
  "@types/xml2js": "^0.4.14",
146
- "@types/xmldom": "^0.1.34",
147
144
  "tsup": "^8.3.5"
148
145
  },
149
146
  "engines": {