euparliamentmonitor 1.0.21 → 1.0.23
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": "euparliamentmonitor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "European Parliament Intelligence Platform - Monitor political activity with systematic transparency",
|
|
6
6
|
"main": "scripts/index.js",
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"@types/markdown-it": "^14.1.2",
|
|
159
159
|
"@types/node": "26.0.1",
|
|
160
160
|
"@types/papaparse": "5.5.2",
|
|
161
|
-
"@typescript-eslint/eslint-plugin": "8.62.
|
|
162
|
-
"@typescript-eslint/parser": "8.62.
|
|
161
|
+
"@typescript-eslint/eslint-plugin": "8.62.1",
|
|
162
|
+
"@typescript-eslint/parser": "8.62.1",
|
|
163
163
|
"@vitest/coverage-v8": "4.1.9",
|
|
164
164
|
"@vitest/ui": "4.1.9",
|
|
165
165
|
"chart.js": "4.5.1",
|
|
@@ -178,14 +178,14 @@
|
|
|
178
178
|
"htmlhint": "1.9.2",
|
|
179
179
|
"husky": "9.1.7",
|
|
180
180
|
"jscpd": "5.0.11",
|
|
181
|
-
"knip": "^6.
|
|
181
|
+
"knip": "^6.23.0",
|
|
182
182
|
"lint-staged": "17.0.8",
|
|
183
183
|
"mermaid": "11.16.0",
|
|
184
184
|
"papaparse": "5.5.4",
|
|
185
|
-
"prettier": "3.9.
|
|
185
|
+
"prettier": "3.9.4",
|
|
186
186
|
"purgecss": "8.0.0",
|
|
187
|
-
"sharp": "^0.35.
|
|
188
|
-
"terser": "^5.
|
|
187
|
+
"sharp": "^0.35.2",
|
|
188
|
+
"terser": "^5.48.0",
|
|
189
189
|
"ts-api-utils": "2.5.0",
|
|
190
190
|
"tsx": "4.22.4",
|
|
191
191
|
"typedoc": "0.28.19",
|
|
@@ -197,11 +197,11 @@
|
|
|
197
197
|
"node": ">=26"
|
|
198
198
|
},
|
|
199
199
|
"dependencies": {
|
|
200
|
-
"european-parliament-mcp-server": "1.3.
|
|
201
|
-
"markdown-it": "^14.
|
|
200
|
+
"european-parliament-mcp-server": "1.3.32",
|
|
201
|
+
"markdown-it": "^14.2.0",
|
|
202
202
|
"markdown-it-anchor": "^9.2.0",
|
|
203
203
|
"markdown-it-attrs": "^5.0.0",
|
|
204
|
-
"markdown-it-deflist": "^3.0.
|
|
204
|
+
"markdown-it-deflist": "^3.0.1",
|
|
205
205
|
"markdown-it-footnote": "^4.0.0"
|
|
206
206
|
},
|
|
207
207
|
"optionalDependencies": {
|