@modusoperandi/licit-vignette 1.1.1 → 1.1.2

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.
@@ -7,6 +7,6 @@ export declare class VignettePlugin extends Plugin {
7
7
  constructor();
8
8
  getEffectiveSchema(schema: Schema): Schema;
9
9
  initButtonCommands(): {
10
- '[crop] Insert Vignette': VignetteCommand;
10
+ '[vignette] Insert Vignette': VignetteCommand;
11
11
  };
12
12
  }
package/VignettePlugin.js CHANGED
@@ -33,7 +33,7 @@ export class VignettePlugin extends Plugin {
33
33
  }
34
34
  initButtonCommands() {
35
35
  return {
36
- '[crop] Insert Vignette': new VignetteCommand(),
36
+ '[vignette] Insert Vignette': new VignetteCommand(),
37
37
  };
38
38
  }
39
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modusoperandi/licit-vignette",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "subversion": "1",
6
6
  "description": "Vignette plugin built with ProseMirror",
@@ -25,10 +25,10 @@
25
25
  "verify": "npm run lint -- --fix && npm run ci:build && npm run test:coverage && echo 'All Tests Passed!'"
26
26
  },
27
27
  "peerDependencies": {
28
- "@modusoperandi/licit-ui-commands": "^1.0.0"
28
+ "@modusoperandi/licit-ui-commands": "^1.0.8"
29
29
  },
30
30
  "dependencies": {
31
- "@modusoperandi/color-picker": "^1.0.2"
31
+ "@modusoperandi/color-picker": "^1.0.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@cyclonedx/cyclonedx-npm": "^1.11.0",
@@ -38,7 +38,7 @@
38
38
  "@testing-library/user-event": "^14.4.3",
39
39
  "@types/jest": "^29.2.0",
40
40
  "@types/node": "^22.0.0",
41
- "@types/react": "^18.3.3",
41
+ "@types/react": "^19.0.3",
42
42
  "@typescript-eslint/eslint-plugin": "^8.0.0",
43
43
  "@typescript-eslint/parser": "^8.0.0",
44
44
  "ajv": "^8.12.0",