diff --git a/package.json b/package.json index 1ae9c5cdf..a880c2b4c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "test": "jest", "test-watch": "jest --watch", "test-dom": "lerna run test --scope react-magma-dom -- --watch --coverage=false", - "webpack-filter-warnings-plugin": "npm install -D webpack-filter-warnings-plugin", "storybook": "NODE_OPTIONS='--max-old-space-size=4096' start-storybook -p 6006", "build:docs": "lerna run build --scope react-magma-docs --no-progress", "build:lite": "lerna run build --ignore react-magma-docs --concurrency=6 --no-progress", @@ -148,6 +147,7 @@ "ts-node": "^9.1.1", "tsdx": "^0.14.1", "typedoc": "^0.19.2", - "typescript": "^3.9.7" + "typescript": "^3.9.7", + "webpack-filter-warnings-plugin": "1.2.1" } }