diff --git a/examples/create-react-app/package-lock.json b/examples/create-react-app/package-lock.json index 9348c40..bbddfc6 100644 --- a/examples/create-react-app/package-lock.json +++ b/examples/create-react-app/package-lock.json @@ -2941,6 +2941,7 @@ "version": "3.4.35", "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -5694,11 +5695,11 @@ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" }, "node_modules/editorjs-blocks-react-renderer": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/editorjs-blocks-react-renderer/-/editorjs-blocks-react-renderer-1.2.1.tgz", - "integrity": "sha512-iEPMEjxbLx206tBBTxSTj7PKB5kTSSrnuV0ETsDwH6ZltkIRMIX622fnANx/MizftgddagrxCkJwH3l83livFg==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/editorjs-blocks-react-renderer/-/editorjs-blocks-react-renderer-1.2.4.tgz", + "integrity": "sha512-oplMOLKAgMBJ/URPXDOa5pm5XAoTTAn1p+NS9AdbH+Fr2fbnTZuiYIhQdmlkXQfH+DVtPztAFtz5G54z6aDq3w==", "dependencies": { - "html-react-parser": "^1.3.0" + "html-react-parser": "^1.4.5" }, "engines": { "node": ">=14" @@ -18356,11 +18357,11 @@ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" }, "editorjs-blocks-react-renderer": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/editorjs-blocks-react-renderer/-/editorjs-blocks-react-renderer-1.2.1.tgz", - "integrity": "sha512-iEPMEjxbLx206tBBTxSTj7PKB5kTSSrnuV0ETsDwH6ZltkIRMIX622fnANx/MizftgddagrxCkJwH3l83livFg==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/editorjs-blocks-react-renderer/-/editorjs-blocks-react-renderer-1.2.4.tgz", + "integrity": "sha512-oplMOLKAgMBJ/URPXDOa5pm5XAoTTAn1p+NS9AdbH+Fr2fbnTZuiYIhQdmlkXQfH+DVtPztAFtz5G54z6aDq3w==", "requires": { - "html-react-parser": "^1.3.0" + "html-react-parser": "^1.4.5" } }, "ee-first": { diff --git a/package.json b/package.json index 02a6190..65d07ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "editorjs-blocks-react-renderer", - "version": "1.2.2", + "version": "1.2.4", "description": "EditorJS blocks render to semanticly beautiful html5 tags via React.", "keywords": [ "editorjs", diff --git a/tsconfig.json b/tsconfig.json index 23c400e..da62a4e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */, "declaration": true /* Generates corresponding '.d.ts' file. */, // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ - "sourceMap": true /* Generates corresponding '.map' file. */, + "sourceMap": false /* Generates corresponding '.map' file. */, // "outFile": "./", /* Concatenate and emit output to single file. */ "outDir": "./dist" /* Redirect output structure to the directory. */, // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */