Skip to content

Commit

Permalink
fix: Make extension work for Directus 10.x (>= 10.7)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Migrated to @directus/extension-sdk 10.x, this limits this extension to Directus 10.x
  • Loading branch information
u12206050 authored and hanneskuettner committed Dec 22, 2023
1 parent 6b6ecea commit 77ef568
Show file tree
Hide file tree
Showing 9 changed files with 1,955 additions and 529 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "interface",
"path": "dist/index.js",
"source": "src/index.ts",
"host": "^9.25.1"
"host": "^10.1.0"
},
"files": [
"dist"
Expand All @@ -36,6 +36,7 @@
"release": "semantic-release"
},
"devDependencies": {
"@directus/extensions-sdk": "^10.2.0",
"@directus/format-title": "^10.0.0",
"@directus/types": "^9.25.3",
"@directus/utils": "^9.25.3",
Expand All @@ -51,12 +52,12 @@
"lodash-es": "^4.17.21",
"prettier": "^2.8.7",
"rollup-plugin-copy": "^3.4.0",
"sass": "^1.62.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"semantic-release": "^21.0.2",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@directus/extensions-sdk": "^9.25.3",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2"
},
Expand Down
Loading

0 comments on commit 77ef568

Please sign in to comment.