@atscript/vue-table 0.1.73 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/vue-table",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "Type-driven table components for Atscript with Vue 3",
5
5
  "keywords": [
6
6
  "atscript",
@@ -159,13 +159,13 @@
159
159
  "access": "public"
160
160
  },
161
161
  "dependencies": {
162
- "@atscript/ui": "^0.1.73",
163
- "@atscript/vue-form": "^0.1.73",
164
- "@atscript/ui-table": "^0.1.73"
162
+ "@atscript/ui-table": "^0.1.74",
163
+ "@atscript/ui": "^0.1.74",
164
+ "@atscript/vue-form": "^0.1.74"
165
165
  },
166
166
  "devDependencies": {
167
- "@atscript/db-client": "^0.1.85",
168
- "@atscript/typescript": "^0.1.59",
167
+ "@atscript/db-client": "^0.1.86",
168
+ "@atscript/typescript": "^0.1.60",
169
169
  "@tanstack/vue-virtual": "^3.13.23",
170
170
  "@uniqu/core": "^0.1.6",
171
171
  "@vitejs/plugin-vue": "^6",
@@ -180,7 +180,7 @@
180
180
  "vunor": "^0.2"
181
181
  },
182
182
  "peerDependencies": {
183
- "@atscript/db-client": "^0.1.85",
183
+ "@atscript/db-client": "^0.1.86",
184
184
  "@tanstack/vue-virtual": "^3.13.23",
185
185
  "@vueuse/core": "^14.2.1",
186
186
  "reka-ui": "^2.9.2",