Skip to content

Commit

Permalink
Clean up unused dependencies (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
CallanMcNulty authored Jun 14, 2024
1 parent 591d764 commit 9e0505c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion packages/simplebar-core/can-use-dom.d.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/simplebar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
"precommit": "lint-staged"
},
"dependencies": {
"@types/lodash-es": "^4.17.6",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"browserstack-local": "^1.5.1"
},
"lint-staged": {
Expand Down
1 change: 0 additions & 1 deletion packages/simplebar/can-use-dom.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/simplebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"precommit": "lint-staged"
},
"dependencies": {
"can-use-dom": "^0.1.0",
"simplebar-core": "^1.2.6"
},
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8901,11 +8901,6 @@ camelcase@^7.0.0:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.1.tgz#f02e50af9fd7782bc8b88a3558c32fd3a388f048"
integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==

can-use-dom@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/can-use-dom/-/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a"
integrity sha512-ceOhN1DL7Y4O6M0j9ICgmTYziV89WMd96SvSl0REd8PMgrY0B/WBOPoed5S1KUmJqXgUXh8gzSe6E3ae27upsQ==

caniuse-api@^1.5.2:
version "1.6.1"
resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-1.6.1.tgz#b534e7c734c4f81ec5fbe8aca2ad24354b962c6c"
Expand Down

0 comments on commit 9e0505c

Please sign in to comment.