@dbp-wp/ui 0.2.6 → 0.2.7
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dbp-wp/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "DBP WP web UI: table view and spreadsheet (Svelte 5 SPA). Served by the dbp-wp CLI.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Takashi Matsuyama",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"typecheck": "svelte-check --tsconfig ./tsconfig.json"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@dbp-wp/core": "0.2.
|
|
36
|
+
"@dbp-wp/core": "0.2.7",
|
|
37
37
|
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
|
38
38
|
"@tanstack/table-core": "^8.20.5",
|
|
39
39
|
"svelte": "^5.1.0",
|