From 922da1b6d4a1b691d769f656bd0bdb574a0f9017 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 27 Sep 2021 22:13:28 +0200 Subject: [PATCH] chore(package): remove unused deps --- package-lock.json | 14 -------------- package.json | 1 - 2 files changed, 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3971eea8f..2bd902f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,6 @@ "lint-staged": "^11.1.2", "lodash": "^4.17.21", "minimist": "^1.2.5", - "natives": "^1.1.6", "prettier": "^2.3.2", "rimraf": "^3.0.2", "rollup": "^2.56.2", @@ -10829,13 +10828,6 @@ "node": ">=0.10.0" } }, - "node_modules/natives": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz", - "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==", - "deprecated": "This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.", - "dev": true - }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -24262,12 +24254,6 @@ } } }, - "natives": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz", - "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==", - "dev": true - }, "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", diff --git a/package.json b/package.json index 0a28ecb73..600b2d9fa 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,6 @@ "lint-staged": "^11.1.2", "lodash": "^4.17.21", "minimist": "^1.2.5", - "natives": "^1.1.6", "prettier": "^2.3.2", "rimraf": "^3.0.2", "rollup": "^2.56.2",