riksdagsmonitor 0.9.22 → 0.9.24
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Swedish Parliament (Riksdag) intelligence platform — TypeScript utilities for political data visualization, dashboards, and open data analysis with Chart.js and D3.js",
|
|
6
6
|
"main": "dist/lib/shared/index.js",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"check:analysis-language": "tsx scripts/check-analysis-language.ts",
|
|
75
75
|
"generate-types": "npx tsx scripts/generate-types-from-cia-schemas.ts",
|
|
76
76
|
"validate-translations": "npx tsx scripts/validate-translations.ts",
|
|
77
|
-
"validate-news": "
|
|
77
|
+
"validate-news": "npx tsx scripts/validate-news-translations.ts",
|
|
78
78
|
"validate-exec-brief-translations": "npx tsx scripts/validate-executive-brief-translations.ts",
|
|
79
79
|
"validate-article": "npx tsx scripts/validate-article.ts",
|
|
80
80
|
"validate-all": "npm run htmlhint && npm run validate-translations && npm run validate-news && npm run validate-article",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"@eslint/js": "10.0.1",
|
|
174
174
|
"@types/d3": "7.4.3",
|
|
175
175
|
"@types/hast": "3.0.4",
|
|
176
|
-
"@types/node": "25.
|
|
176
|
+
"@types/node": "25.9.1",
|
|
177
177
|
"@types/papaparse": "5.5.2",
|
|
178
178
|
"@vitest/coverage-v8": "4.1.6",
|
|
179
179
|
"@vitest/ui": "4.1.6",
|
|
@@ -196,7 +196,6 @@
|
|
|
196
196
|
"mermaid": "11.15.0",
|
|
197
197
|
"minify": "15.3.1",
|
|
198
198
|
"papaparse": "5.5.3",
|
|
199
|
-
"purgecss": "8.0.0",
|
|
200
199
|
"rehype-autolink-headings": "^7.1.0",
|
|
201
200
|
"rehype-raw": "^7.0.0",
|
|
202
201
|
"rehype-sanitize": "^6.0.0",
|
|
@@ -206,11 +205,11 @@
|
|
|
206
205
|
"remark-rehype": "^11.1.2",
|
|
207
206
|
"sharp": "^0.34.5",
|
|
208
207
|
"start-server-and-test": "3.0.5",
|
|
209
|
-
"tsx": "4.22.
|
|
208
|
+
"tsx": "4.22.3",
|
|
210
209
|
"typedoc": "0.28.19",
|
|
211
210
|
"typedoc-plugin-mdn-links": "5.1.1",
|
|
212
211
|
"typescript": "6.0.3",
|
|
213
|
-
"typescript-eslint": "8.59.
|
|
212
|
+
"typescript-eslint": "8.59.4",
|
|
214
213
|
"unified": "^11.0.5",
|
|
215
214
|
"unist-util-visit": "5.1.0",
|
|
216
215
|
"vite": "8.0.13",
|