Skip to content

Commit

Permalink
Merge pull request #1863 from habitat-sh/Aadesh/Chef-4510
Browse files Browse the repository at this point in the history
marked package version updated with latest
  • Loading branch information
sajjaphani authored Jan 9, 2025
2 parents 0f3154a + 951103e commit 9138413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/builder-web/app/reducers/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import * as marked from 'marked';
import { marked } from 'marked';
import * as actionTypes from '../actions/index';
import initialState from '../initial-state';
import { Package } from '../records/Package';
Expand Down
2 changes: 1 addition & 1 deletion components/builder-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"immutable": "^3.8.2",
"js-cookie": "^2.2.0",
"lodash": "^4.17.21",
"marked": "^0.7.0",
"marked": "^15.0.6",
"moment": "^2.22.2",
"redux": "^4.0.0",
"redux-reset": "^0.3.0",
Expand Down

0 comments on commit 9138413

Please sign in to comment.