Skip to content

Commit

Permalink
Merge pull request #99 from alexbrazier/fix-deps
Browse files Browse the repository at this point in the history
chore: move css-loader to dev deps and remove classnames
  • Loading branch information
tirsoh authored Dec 3, 2022
2 parents feb145f + ac95e2e commit a052a68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"main": "build/index.js",
"types": "build/src/index.d.ts",
"dependencies": {
"classnames": "^2.2.6",
"css-loader": "^3.5.1",
"react-conditionally-render": "^1.0.2"
},
"scripts": {
Expand All @@ -22,6 +20,7 @@
},
"devDependencies": {
"@types/react": "^17.0.21",
"css-loader": "^3.5.1",
"mini-css-extract-plugin": "^1.4.0",
"react-svg-loader": "^3.0.3",
"style-loader": "^1.1.3",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,6 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"

classnames@^2.2.6:
version "2.3.1"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e"
integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==

clone-deep@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
Expand Down

0 comments on commit a052a68

Please sign in to comment.