diff --git a/package-lock.json b/package-lock.json index 890f4a7..b9716bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.1", "license": "ISC", "dependencies": { - "@coseeing/see-mark": "^1.5.0" + "@coseeing/see-mark": "^1.6.0" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", @@ -2135,11 +2135,19 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, + "node_modules/@coseeing/nemeth2latex": { + "version": "0.1.0", + "resolved": "https://npm.pkg.github.com/download/@coseeing/nemeth2latex/0.1.0/e4ed47d4c42afcfd14fd39cb7dd2797fce665a92", + "integrity": "sha512-EVVnyzvd/hAFTlF3fSOUd6Jo4TYe4N4bHATjuzjFYpukHbPB2fA/H6fArW0pxSTI2PgtTMZ6MOEFWBoHvLBYCw==", + "license": "ISC" + }, "node_modules/@coseeing/see-mark": { - "version": "1.5.0", - "resolved": "https://npm.pkg.github.com/download/@coseeing/see-mark/1.5.0/93ded216f1a0b572fc52660ac43b5c125f6f225a", - "integrity": "sha512-7fZ0kTyVFuB44DATUIUPPEcrqmCxstHK3uIBQ3Ba5yip+O7a63YePvKyZMINHq2b5EKvoXxI08jgAWF8nUCXBg==", + "version": "1.6.0", + "resolved": "https://npm.pkg.github.com/download/@coseeing/see-mark/1.6.0/2c06a1b0b3f2d7b508d2523e6fba994311f11cb8", + "integrity": "sha512-yaKi+r3d5xVzrL7JOTgDL4QQTysMDc/edLaBrqneG9hb18I6ov32WbP3XmCbyxFHw5vxUeSMYjME5DCROijIVg==", + "license": "ISC", "dependencies": { + "@coseeing/nemeth2latex": "^0.1.0", "html-react-parser": "^5.2.5", "marked": "^15.0.11", "mathjax-full": "^3.2.2" @@ -23907,11 +23915,17 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, + "@coseeing/nemeth2latex": { + "version": "0.1.0", + "resolved": "https://npm.pkg.github.com/download/@coseeing/nemeth2latex/0.1.0/e4ed47d4c42afcfd14fd39cb7dd2797fce665a92", + "integrity": "sha512-EVVnyzvd/hAFTlF3fSOUd6Jo4TYe4N4bHATjuzjFYpukHbPB2fA/H6fArW0pxSTI2PgtTMZ6MOEFWBoHvLBYCw==" + }, "@coseeing/see-mark": { - "version": "1.5.0", - "resolved": "https://npm.pkg.github.com/download/@coseeing/see-mark/1.5.0/93ded216f1a0b572fc52660ac43b5c125f6f225a", - "integrity": "sha512-7fZ0kTyVFuB44DATUIUPPEcrqmCxstHK3uIBQ3Ba5yip+O7a63YePvKyZMINHq2b5EKvoXxI08jgAWF8nUCXBg==", + "version": "1.6.0", + "resolved": "https://npm.pkg.github.com/download/@coseeing/see-mark/1.6.0/2c06a1b0b3f2d7b508d2523e6fba994311f11cb8", + "integrity": "sha512-yaKi+r3d5xVzrL7JOTgDL4QQTysMDc/edLaBrqneG9hb18I6ov32WbP3XmCbyxFHw5vxUeSMYjME5DCROijIVg==", "requires": { + "@coseeing/nemeth2latex": "^0.1.0", "html-react-parser": "^5.2.5", "marked": "^15.0.11", "mathjax-full": "^3.2.2" diff --git a/package.json b/package.json index f9aba10..2b3e882 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.3.1", "homepage": "./", "dependencies": { - "@coseeing/see-mark": "^1.5.0" + "@coseeing/see-mark": "^1.6.0" }, "scripts": { "start": "craco start",