From 765737db8a39617337c02c103ad4c7617ea141ab Mon Sep 17 00:00:00 2001 From: Stephen Fraser Date: Fri, 20 Sep 2024 15:23:06 +0100 Subject: [PATCH] Fixed deps --- apps/playground/package.json | 6 +++--- apps/vite-example/package.json | 2 +- apps/web/package.json | 14 +++++++------- packages/creators/package.json | 8 ++++---- packages/editors/package.json | 6 +++--- packages/manifest-editor/package.json | 10 +++++----- packages/projects/package.json | 2 +- packages/shell/package.json | 4 ++-- presets/collection-preset/package.json | 6 +++--- presets/manifest-preset/package.json | 8 ++++---- 10 files changed, 33 insertions(+), 33 deletions(-) diff --git a/apps/playground/package.json b/apps/playground/package.json index b85eeeb9..9555d4b8 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -12,11 +12,11 @@ "author": "", "license": "ISC", "dependencies": { - "@manifest-editor/creator-api": "1.1.0", + "@manifest-editor/creator-api": "1.2.0", "@manifest-editor/iiif-browser": "1.1.0", - "@manifest-editor/shell": "1.1.0", + "@manifest-editor/shell": "1.2.0", "@tanstack/react-router": "^1.26.9", - "manifest-editor": "1.1.0", + "manifest-editor": "1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/apps/vite-example/package.json b/apps/vite-example/package.json index fbdd9619..1cebb21a 100644 --- a/apps/vite-example/package.json +++ b/apps/vite-example/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "manifest-editor": "1.1.0", + "manifest-editor": "1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/apps/web/package.json b/apps/web/package.json index d292692b..915cdaa0 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -12,17 +12,17 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/collection-preset": "1.1.0", - "@manifest-editor/components": "1.1.0", - "@manifest-editor/editors": "1.1.0", + "@manifest-editor/collection-preset": "1.2.0", + "@manifest-editor/components": "1.2.0", + "@manifest-editor/editors": "1.2.0", "@manifest-editor/iiif-browser": "1.1.0", - "@manifest-editor/manifest-preset": "1.1.0", - "@manifest-editor/projects": "1.1.0", - "@manifest-editor/shell": "1.1.0", + "@manifest-editor/manifest-preset": "1.2.0", + "@manifest-editor/projects": "1.2.0", + "@manifest-editor/shell": "1.2.0", "@tanstack/react-query": "^5.37.1", "browser-fs-access": "^0.35.0", "classnames": "^2.5.1", - "manifest-editor": "1.1.0", + "manifest-editor": "1.2.0", "idb-keyval": "^6.2.1", "next": "^14.2.3", "posthog-js": "^1.144.1", diff --git a/packages/creators/package.json b/packages/creators/package.json index e8c80ae9..eb6ff872 100644 --- a/packages/creators/package.json +++ b/packages/creators/package.json @@ -47,12 +47,12 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/components": "^1.2.0", - "@manifest-editor/creator-api": "^1.2.0", + "@manifest-editor/components": "1.2.0", + "@manifest-editor/creator-api": "1.2.0", "@manifest-editor/editor-api": "1.1.0", - "@manifest-editor/editors": "^1.2.0", + "@manifest-editor/editors": "1.2.0", "@manifest-editor/iiif-browser": "1.1.0", - "@manifest-editor/shell": "^1.2.0", + "@manifest-editor/shell": "1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-iiif-vault": "^1.2.1", diff --git a/packages/editors/package.json b/packages/editors/package.json index e3992e07..794d0c91 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -54,10 +54,10 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/components": "^1.2.0", - "@manifest-editor/creator-api": "^1.2.0", + "@manifest-editor/components": "1.2.0", + "@manifest-editor/creator-api": "1.2.0", "@manifest-editor/editor-api": "1.1.0", - "@manifest-editor/shell": "^1.2.0", + "@manifest-editor/shell": "1.2.0", "classnames": "^2.5.1", "dompurify": "3.1.0", "draft-convert": "^2.1.12", diff --git a/packages/manifest-editor/package.json b/packages/manifest-editor/package.json index 0d6b5ab4..71027e66 100644 --- a/packages/manifest-editor/package.json +++ b/packages/manifest-editor/package.json @@ -49,12 +49,12 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/collection-preset": "^1.2.0", - "@manifest-editor/components": "^1.2.0", - "@manifest-editor/editors": "^1.2.0", + "@manifest-editor/collection-preset": "1.2.0", + "@manifest-editor/components": "1.2.0", + "@manifest-editor/editors": "1.2.0", "@manifest-editor/iiif-browser": "1.1.0", - "@manifest-editor/manifest-preset": "^1.2.0", - "@manifest-editor/shell": "^1.2.0", + "@manifest-editor/manifest-preset": "1.2.0", + "@manifest-editor/shell": "1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-iiif-vault": "^1.2.1" diff --git a/packages/projects/package.json b/packages/projects/package.json index 44c48c4e..84f7a23c 100644 --- a/packages/projects/package.json +++ b/packages/projects/package.json @@ -47,7 +47,7 @@ "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", "@manifest-editor/client-vault": "1.1.0", - "@manifest-editor/shell": "^1.2.0", + "@manifest-editor/shell": "1.2.0", "immer": "^10.0.4", "localforage": "^1.10.0", "react": "^18.3.1", diff --git a/packages/shell/package.json b/packages/shell/package.json index aa0ea816..f20b317a 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -44,8 +44,8 @@ "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", "@manifest-editor/client-vault": "1.1.0", - "@manifest-editor/components": "^1.2.0", - "@manifest-editor/creator-api": "^1.2.0", + "@manifest-editor/components": "1.2.0", + "@manifest-editor/creator-api": "1.2.0", "@manifest-editor/editor-api": "1.1.0", "immer": "^10.0.4", "localforage": "^1.10.0", diff --git a/presets/collection-preset/package.json b/presets/collection-preset/package.json index 8f4a0b97..b07a99a5 100644 --- a/presets/collection-preset/package.json +++ b/presets/collection-preset/package.json @@ -40,10 +40,10 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/creators": "^1.2.0", - "@manifest-editor/editors": "^1.2.0", + "@manifest-editor/creators": "1.2.0", + "@manifest-editor/editors": "1.2.0", "@manifest-editor/iiif-browser": "1.1.0", - "@manifest-editor/shell": "^1.2.0", + "@manifest-editor/shell": "1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-iiif-vault": "^1.2.1", diff --git a/presets/manifest-preset/package.json b/presets/manifest-preset/package.json index f4ce4d47..eae5a7e0 100644 --- a/presets/manifest-preset/package.json +++ b/presets/manifest-preset/package.json @@ -40,10 +40,10 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/components": "^1.2.0", - "@manifest-editor/creators": "^1.2.0", - "@manifest-editor/editors": "^1.2.0", - "@manifest-editor/shell": "^1.2.0", + "@manifest-editor/components": "1.2.0", + "@manifest-editor/creators": "1.2.0", + "@manifest-editor/editors": "1.2.0", + "@manifest-editor/shell": "1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-iiif-vault": "^1.2.1",