directus-extension-super-table 0.2.16 → 0.2.18

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 (3) hide show
  1. package/README.md +2 -1
  2. package/index.js +2 -2
  3. package/package.json +30 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus-extension-super-table",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "A powerful and feature-rich table layout extension for Directus 11+ with inline editing, quick filters, and manual sorting",
5
5
  "keywords": [
6
6
  "directus",
@@ -61,38 +61,39 @@
61
61
  "quality:fix": "pnpm run lint:fix && pnpm run format"
62
62
  },
63
63
  "dependencies": {
64
- "@directus/format-title": "^12.0.1",
64
+ "@directus/format-title": "^12.1.2",
65
65
  "date-fns": "^4.1.0",
66
- "lodash": "^4.17.21"
66
+ "lodash": "^4.18.1"
67
67
  },
68
68
  "devDependencies": {
69
- "@directus/extensions-sdk": "^11.0.10",
70
- "@directus/types": "^13.2.2",
71
- "@directus/utils": "^13.0.9",
72
- "@eslint/js": "^9.33.0",
73
- "@playwright/test": "^1.54.2",
74
- "@types/lodash": "^4.14.202",
75
- "@types/node": "^24.3.0",
76
- "@typescript-eslint/eslint-plugin": "^8.40.0",
77
- "@typescript-eslint/parser": "^8.40.0",
78
- "@vitejs/plugin-vue": "^6.0.1",
79
- "@vitest/coverage-v8": "^3.2.4",
80
- "@vitest/ui": "^3.2.4",
69
+ "@directus/extensions-sdk": "^17.1.1",
70
+ "@directus/types": "^15.0.1",
71
+ "@directus/utils": "^13.4.0",
72
+ "@eslint/js": "^10.0.1",
73
+ "@playwright/test": "^1.59.1",
74
+ "@types/lodash": "^4.17.24",
75
+ "@types/node": "^22.19.17",
76
+ "@typescript-eslint/eslint-plugin": "^8.58.0",
77
+ "@typescript-eslint/parser": "^8.58.0",
78
+ "@vitejs/plugin-vue": "^6.0.5",
79
+ "@vitest/coverage-v8": "^4.1.2",
80
+ "@vitest/ui": "^4.1.2",
81
81
  "@vue/test-utils": "^2.4.6",
82
- "chalk": "^5.5.0",
83
- "eslint": "^9.33.0",
82
+ "chalk": "^5.6.2",
83
+ "eslint": "^10.2.0",
84
84
  "eslint-config-prettier": "^10.1.8",
85
- "eslint-plugin-prettier": "^5.5.4",
86
- "eslint-plugin-vue": "^10.4.0",
87
- "happy-dom": "^18.0.1",
88
- "jsdom": "^26.1.0",
89
- "playwright": "^1.54.2",
90
- "prettier": "^3.6.2",
91
- "typescript": "^5.0.0",
92
- "vitest": "^3.2.4",
93
- "vue": "^3.3.0",
94
- "vue-eslint-parser": "^10.2.0",
95
- "vue-router": "^4.5.1",
96
- "vue-tsc": "^3.0.5"
85
+ "eslint-plugin-prettier": "^5.5.5",
86
+ "eslint-plugin-vue": "^10.8.0",
87
+ "happy-dom": "^20.8.9",
88
+ "jsdom": "^29.0.1",
89
+ "playwright": "^1.59.1",
90
+ "prettier": "^3.8.1",
91
+ "typescript": "^6.0.2",
92
+ "vite": "^8.0.3",
93
+ "vitest": "^4.1.2",
94
+ "vue": "^3.5.32",
95
+ "vue-eslint-parser": "^10.4.0",
96
+ "vue-router": "^5.0.4",
97
+ "vue-tsc": "^3.2.6"
97
98
  }
98
99
  }