From b0ba9dc1941fec0392c2e4f75a6d25795fee7267 Mon Sep 17 00:00:00 2001 From: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:21:04 -0700 Subject: [PATCH] feat: lib v1.13 (#294) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94e2b916b..71f700c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-build": "8.0.4", "@edx/frontend-component-footer": "10.1.6", - "@edx/frontend-lib-content-components": "1.12.0", + "@edx/frontend-lib-content-components": "1.13.0", "@edx/frontend-platform": "1.15.5", "@edx/paragon": "19.9.0", "@fortawesome/fontawesome-svg-core": "1.2.28", @@ -4936,9 +4936,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.12.0.tgz", - "integrity": "sha512-Pf1LLmOIGGjYW+2AaFACCyMzyBSWJbV5gx3AKWGpS1/uR4Hh5Ahk4x3qo2yye4HfWy8V+u07D5PszZ+BKRDv/g==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.13.0.tgz", + "integrity": "sha512-EYVvWgQtT33RZZasfIJZva7EQhfJzniV7Bc908o7X0jhKk+sdw3iqTq6PL76vFC9qXv7fKdMgTrmnI+QiDDh3w==", "dependencies": { "@reduxjs/toolkit": "^1.7.2", "@tinymce/tinymce-react": "^3.13.0", @@ -36067,9 +36067,9 @@ } }, "@edx/frontend-lib-content-components": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.12.0.tgz", - "integrity": "sha512-Pf1LLmOIGGjYW+2AaFACCyMzyBSWJbV5gx3AKWGpS1/uR4Hh5Ahk4x3qo2yye4HfWy8V+u07D5PszZ+BKRDv/g==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.13.0.tgz", + "integrity": "sha512-EYVvWgQtT33RZZasfIJZva7EQhfJzniV7Bc908o7X0jhKk+sdw3iqTq6PL76vFC9qXv7fKdMgTrmnI+QiDDh3w==", "requires": { "@reduxjs/toolkit": "^1.7.2", "@tinymce/tinymce-react": "^3.13.0", diff --git a/package.json b/package.json index e25599d17..6c6358581 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@edx/frontend-build": "8.0.4", "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-component-footer": "10.1.6", - "@edx/frontend-lib-content-components": "1.12.0", + "@edx/frontend-lib-content-components": "1.13.0", "@edx/frontend-platform": "1.15.5", "@edx/paragon": "19.9.0", "@fortawesome/fontawesome-svg-core": "1.2.28",