Skip to content

Commit ba25e39

Browse files
committed
Remove unnecessary dependencies
1 parent 3fdd39b commit ba25e39

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

packages/homepage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"react-text-loop": "^2.0.1",
5353
"react-transition-group": "^2.2.1",
5454
"react-typography": "^0.16.13",
55-
"slick-carousel": "^1.8.1",
5655
"styled-components": "^4.2.0",
5756
"three": "^0.87.1",
5857
"typography": "^0.16.17",
@@ -72,6 +71,7 @@
7271
"test": "echo \"Todo: no test specified\" && exit 0"
7372
},
7473
"devDependencies": {
74+
"babel-plugin-styled-components": "^1.10.6",
7575
"dotenv": "^6.2.0",
7676
"rimraf": "^2.6.2",
7777
"terser": "^3.17.0"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5605,6 +5605,16 @@ babel-plugin-styled-components@^1.10.0:
56055605
babel-plugin-syntax-jsx "^6.18.0"
56065606
lodash "^4.17.10"
56075607

5608+
babel-plugin-styled-components@^1.10.6:
5609+
version "1.10.6"
5610+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.6.tgz#f8782953751115faf09a9f92431436912c34006b"
5611+
integrity sha512-gyQj/Zf1kQti66100PhrCRjI5ldjaze9O0M3emXRPAN80Zsf8+e1thpTpaXJXVHXtaM4/+dJEgZHyS9Its+8SA==
5612+
dependencies:
5613+
"@babel/helper-annotate-as-pure" "^7.0.0"
5614+
"@babel/helper-module-imports" "^7.0.0"
5615+
babel-plugin-syntax-jsx "^6.18.0"
5616+
lodash "^4.17.11"
5617+
56085618
babel-plugin-styled-components@^1.9.4:
56095619
version "1.9.4"
56105620
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.9.4.tgz#5f2c34d31237c6ee1e86453cc5fa488b97136669"
@@ -24620,10 +24630,6 @@ slice-ansi@^2.1.0:
2462024630
astral-regex "^1.0.0"
2462124631
is-fullwidth-code-point "^2.0.0"
2462224632

24623-
slick-carousel@^1.8.1:
24624-
version "1.8.1"
24625-
resolved "https://registry.yarnpkg.com/slick-carousel/-/slick-carousel-1.8.1.tgz#a4bfb29014887bb66ce528b90bd0cda262cc8f8d"
24626-
2462724633
slide@^1.1.3:
2462824634
version "1.1.6"
2462924635
resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"

0 commit comments

Comments
 (0)