@codeparticle/strapi-plugin-grapejs 1.4.1 → 1.4.3

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.
@@ -10,7 +10,7 @@ import React, {
10
10
  useState,
11
11
  } from 'react';
12
12
  import { useIntl } from 'react-intl';
13
- import { request, useCMEditViewDataManager } from '@strapi/helper-plugin';
13
+ import { request, useCMEditViewDataManager } from '@codeparticle/strapi-helper-plugin';
14
14
  import { useStableUniqueId } from 'react-stable-uniqueid';
15
15
  import eotFont from 'grapesjs/dist/fonts/main-fonts.eot';
16
16
  import woffFont from 'grapesjs/dist/fonts/main-fonts.woff';
@@ -358,4 +358,4 @@ const InputGrapeJs = ({
358
358
  );
359
359
  };
360
360
 
361
- export default InputGrapeJs;
361
+ export default InputGrapeJs;
@@ -7,7 +7,7 @@
7
7
 
8
8
  import React from 'react';
9
9
  import { Switch, Route } from 'react-router-dom';
10
- import { NotFound } from '@strapi/helper-plugin';
10
+ import { NotFound } from '@codeparticle/strapi-helper-plugin';
11
11
  // Utils
12
12
  import pluginId from '../../pluginId';
13
13
  // Containers
@@ -22,4 +22,4 @@ const App = () => (
22
22
  </div>
23
23
  );
24
24
 
25
- export default App;
25
+ export default App;
@@ -1,4 +1,4 @@
1
- import { prefixPluginTranslations } from '@strapi/helper-plugin';
1
+ import { prefixPluginTranslations } from '@codeparticle/strapi-helper-plugin';
2
2
  import pluginPkg from '../../package.json';
3
3
  import pluginId from './pluginId';
4
4
  import trads from './translations';
@@ -49,4 +49,4 @@ export default {
49
49
 
50
50
  return Promise.resolve(importedTrads);
51
51
  },
52
- };
52
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeparticle/strapi-plugin-grapejs",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Integrated GrapeJS as a content editor",
5
5
  "strapi": {
6
6
  "name": "grapejs",
@@ -35,8 +35,8 @@
35
35
  "strapi-server.js"
36
36
  ],
37
37
  "dependencies": {
38
- "@strapi/helper-plugin": "4.9.2",
39
- "@strapi/strapi": "4.9.2",
38
+ "@codeparticle/strapi-helper-plugin": "4.9.11",
39
+ "@codeparticle/strapi": "4.9.11",
40
40
  "grapesjs": "^0.19.4",
41
41
  "grapesjs-blocks-basic": "^1.0.2",
42
42
  "grapesjs-plugin-forms": "^2.0.6",
@@ -1,4 +1,5 @@
1
1
  onlyBuiltDependencies:
2
+ - '@codeparticle/strapi'
2
3
  - '@strapi/strapi'
3
4
  - core-js
4
5
  - core-js-pure