riksdagsmonitor 0.8.31 → 0.8.33
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "riksdagsmonitor",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.33",
|
|
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",
|
|
@@ -159,10 +159,10 @@
|
|
|
159
159
|
"devDependencies": {
|
|
160
160
|
"@eslint/js": "10.0.1",
|
|
161
161
|
"@types/d3": "7.4.3",
|
|
162
|
-
"@types/node": "25.
|
|
162
|
+
"@types/node": "25.6.0",
|
|
163
163
|
"@types/papaparse": "5.5.2",
|
|
164
|
-
"@vitest/coverage-v8": "4.1.
|
|
165
|
-
"@vitest/ui": "4.1.
|
|
164
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
165
|
+
"@vitest/ui": "4.1.4",
|
|
166
166
|
"ajv": "8.18.0",
|
|
167
167
|
"ajv-formats": "3.0.1",
|
|
168
168
|
"chart.js": "4.5.1",
|
|
@@ -174,10 +174,10 @@
|
|
|
174
174
|
"htmlhint": "1.9.2",
|
|
175
175
|
"js-yaml": "4.1.1",
|
|
176
176
|
"json-schema-to-typescript": "15.0.4",
|
|
177
|
-
"knip": "6.
|
|
177
|
+
"knip": "6.4.0",
|
|
178
178
|
"papaparse": "5.5.3",
|
|
179
179
|
"playwright": "1.59.1",
|
|
180
|
-
"start-server-and-test": "3.0.
|
|
180
|
+
"start-server-and-test": "3.0.2",
|
|
181
181
|
"tsx": "4.21.0",
|
|
182
182
|
"typedoc": "0.28.18",
|
|
183
183
|
"typedoc-plugin-mdn-links": "5.1.1",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"typescript-eslint": "8.58.1",
|
|
186
186
|
"vite": "8.0.8",
|
|
187
187
|
"vite-plugin-sri-gen": "1.3.2",
|
|
188
|
-
"vitest": "4.1.
|
|
188
|
+
"vitest": "4.1.4",
|
|
189
189
|
"worldbank-mcp": "1.0.1"
|
|
190
190
|
},
|
|
191
191
|
"optionalDependencies": {
|