Remove tapable as dependency as we don't use it (#5457)
tapable is a package which is used by other packages we depend on, but we don't actually use it anywhere.
This commit is contained in:
parent
665fe971e0
commit
177d795292
|
@ -165,7 +165,6 @@
|
|||
"storybook-addon-designs": "6.3.1",
|
||||
"style-loader": "3.3.2",
|
||||
"tailwindcss": "3.3.2",
|
||||
"tapable": "1.1.3",
|
||||
"ts-jest": "28.0.8",
|
||||
"ts-loader": "9.4.2",
|
||||
"tsconfig-paths-webpack-plugin": "3.5.2",
|
||||
|
|
|
@ -129,7 +129,6 @@
|
|||
"storybook-addon-designs": "6.3.1",
|
||||
"style-loader": "3.3.2",
|
||||
"tailwindcss": "3.3.2",
|
||||
"tapable": "1.1.3",
|
||||
"ts-jest": "28.0.8",
|
||||
"ts-loader": "9.4.2",
|
||||
"tsconfig-paths-webpack-plugin": "3.5.2",
|
||||
|
|
Loading…
Reference in New Issue