Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
chore: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskipper committed Feb 27, 2022
1 parent a5d2b1b commit 859faae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions admin/src/components/Wysiwyg/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import React from "react";
import PropTypes from "prop-types";
import { isEmpty } from 'lodash';
import { LabelIconWrapper } from "@strapi/helper-plugin";
import Editor from "../editorjs";

import cn from 'classnames';
import { Description, ErrorMessage, Label } from "@buffetjs/styles";
import { Error } from "@buffetjs/core";
import Wrapper from './wrapper';
import { useIntl } from 'react-intl';
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"dependencies": {
"@buffetjs/core": "^3.3.8",
"@buffetjs/styles": "^3.3.8",
"@editorjs/checklist": "1.3.0",
"@editorjs/code": "2.7.0",
"@editorjs/delimiter": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
dependencies:
prop-types "^15.5.10"

"@buffetjs/styles@3.3.8", "@buffetjs/styles@^3.3.8":
"@buffetjs/styles@3.3.8":
version "3.3.8"
resolved "https://registry.yarnpkg.com/@buffetjs/styles/-/styles-3.3.8.tgz#932dca9e1c49e3c6717260f1ad784ec8595aec35"
integrity sha512-YkBoXyg6qKe8tUwQQJaieC1hfyBQKLhQZCsIWqhiswr+CJhIJS+YFRQHGQXCo+k3yhHmpXdJqKeMSoBkHr6Xvw==
Expand Down

0 comments on commit 859faae

Please sign in to comment.