euparliamentmonitor 1.0.73 → 1.0.74
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "euparliamentmonitor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.74",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "European Parliament Intelligence Platform - Monitor political activity with systematic transparency",
|
|
6
6
|
"main": "scripts/index.js",
|
|
@@ -154,13 +154,13 @@
|
|
|
154
154
|
"devDependencies": {
|
|
155
155
|
"@axe-core/playwright": "4.13.0",
|
|
156
156
|
"@eslint/js": "10.0.1",
|
|
157
|
-
"@playwright/test": "1.
|
|
157
|
+
"@playwright/test": "1.63.0",
|
|
158
158
|
"@types/d3": "7.4.3",
|
|
159
159
|
"@types/markdown-it": "14.2.0",
|
|
160
|
-
"@types/node": "26.
|
|
160
|
+
"@types/node": "26.5.0",
|
|
161
161
|
"@types/papaparse": "5.5.2",
|
|
162
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
163
|
-
"@typescript-eslint/parser": "8.
|
|
162
|
+
"@typescript-eslint/eslint-plugin": "8.70.0",
|
|
163
|
+
"@typescript-eslint/parser": "8.70.0",
|
|
164
164
|
"@vitest/coverage-v8": "5.0.0",
|
|
165
165
|
"@vitest/ui": "5.0.0",
|
|
166
166
|
"chart.js": "4.5.1",
|
|
@@ -168,9 +168,9 @@
|
|
|
168
168
|
"clean-css": "5.3.3",
|
|
169
169
|
"d3": "7.9.0",
|
|
170
170
|
"esbuild": "0.28.2",
|
|
171
|
-
"eslint": "10.
|
|
171
|
+
"eslint": "10.10.0",
|
|
172
172
|
"eslint-config-prettier": "10.1.8",
|
|
173
|
-
"eslint-plugin-jsdoc": "64.3.
|
|
173
|
+
"eslint-plugin-jsdoc": "64.3.6",
|
|
174
174
|
"eslint-plugin-security": "4.0.1",
|
|
175
175
|
"eslint-plugin-sonarjs": "4.2.0",
|
|
176
176
|
"fast-check": "4.9.0",
|
|
@@ -178,9 +178,9 @@
|
|
|
178
178
|
"html-minifier-terser": "7.2.0",
|
|
179
179
|
"htmlhint": "1.9.2",
|
|
180
180
|
"husky": "9.1.7",
|
|
181
|
-
"jscpd": "5.
|
|
182
|
-
"knip": "6.
|
|
183
|
-
"lint-staged": "17.
|
|
181
|
+
"jscpd": "5.2.0",
|
|
182
|
+
"knip": "6.35.0",
|
|
183
|
+
"lint-staged": "17.5.0",
|
|
184
184
|
"mermaid": "11.17.2",
|
|
185
185
|
"papaparse": "5.7.0",
|
|
186
186
|
"prettier": "3.9.6",
|
|
@@ -199,9 +199,9 @@
|
|
|
199
199
|
"node": ">=26"
|
|
200
200
|
},
|
|
201
201
|
"dependencies": {
|
|
202
|
-
"european-parliament-mcp-server": "1.4.
|
|
202
|
+
"european-parliament-mcp-server": "1.4.37",
|
|
203
203
|
"markdown-it": "15.0.1",
|
|
204
|
-
"markdown-it-anchor": "
|
|
204
|
+
"markdown-it-anchor": "10.0.0",
|
|
205
205
|
"markdown-it-attrs": "5.0.1",
|
|
206
206
|
"markdown-it-deflist": "4.0.0",
|
|
207
207
|
"markdown-it-footnote": "4.0.0"
|