mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Introduce new directus wrapper package (#18134)
* Maybe? * Maybe maybe * ESM & version update * Adjust Dockerfile to new wrapper package * Clean-up api package.json file * Update directus/package.json * Update directus/package.json * Update directus/package.json * Regen pnpm lock * Declare engines in new wrapper package * Use wrapper version in app-settings --------- Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
"date-fns": "2.29.3",
|
||||
"diacritics": "1.3.0",
|
||||
"diff": "5.1.0",
|
||||
"directus": "workspace:*",
|
||||
"dompurify": "3.0.1",
|
||||
"escape-string-regexp": "5.0.0",
|
||||
"file-saver": "2.0.5",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<script lang="ts">
|
||||
import { computed, defineComponent } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { version } from '../../../../package.json';
|
||||
import { version } from 'directus/package.json';
|
||||
|
||||
export default defineComponent({
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user