Skip to content

Commit

Permalink
3.0.0-rc.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Jan 25, 2024
1 parent 3d61df9 commit c95cac6
Show file tree
Hide file tree
Showing 7 changed files with 330 additions and 324 deletions.
602 changes: 304 additions & 298 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@annotorious/monorepo",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Annotorious v3 monorepo",
"author": "Rainer Simon",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/annotorious-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@annotorious/core",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Annotorious core types and functions",
"author": "Rainer Simon",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@tsconfig/svelte": "^5.0.2",
"@types/deep-equal": "^1.0.4",
"@types/uuid": "^9.0.7",
"svelte": "^4.2.8",
"svelte": "^4.2.9",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.1"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2",
"vitest": "^1.2.1"
},
"dependencies": {
"dequal": "^2.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/annotorious-openseadragon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@annotorious/openseadragon",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Annotorious for OpenSeadragon",
"author": "Rainer Simon",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -39,11 +39,11 @@
"@types/openseadragon": "^3.0.10",
"@types/rbush": "^3.0.3",
"@types/uuid": "^9.0.7",
"svelte": "^4.2.8",
"svelte": "^4.2.9",
"svelte-preprocess": "^5.1.3",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@annotorious/annotorious": "*",
Expand Down
10 changes: 5 additions & 5 deletions packages/annotorious-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@annotorious/react",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Annotorious React bindings",
"author": "Rainer Simon",
"license": "BSD-3-Clause",
Expand All @@ -24,13 +24,13 @@
"./annotorious-react.css": "./dist/annotorious-react.css"
},
"devDependencies": {
"@types/react": "^18.2.46",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vite-tsconfig-paths": "^4.2.3"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2",
"vite-tsconfig-paths": "^4.3.1"
},
"peerDependencies": {
"@annotorious/annotorious": "*",
Expand Down
10 changes: 5 additions & 5 deletions packages/annotorious-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@annotorious/svelte",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Annotorious Svelte bindings",
"author": "Rainer Simon",
"license": "BSD-3-Clause",
Expand All @@ -18,12 +18,12 @@
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@types/openseadragon": "^3.0.10",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@annotorious/annotorious": "*",
Expand Down
12 changes: 6 additions & 6 deletions packages/annotorious/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@annotorious/annotorious",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Add image annotation functionality to any web page with a few lines of JavaScript",
"author": "Rainer Simon",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -39,12 +39,12 @@
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@types/rbush": "^3.0.3",
"jsdom": "^23.0.1",
"svelte": "^4.2.8",
"jsdom": "^24.0.0",
"svelte": "^4.2.9",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.1"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2",
"vitest": "^1.2.1"
},
"peerDependencies": {
"@annotorious/core": "*"
Expand Down

0 comments on commit c95cac6

Please sign in to comment.