From 32c3b982938ce081495c87b96668999115057195 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Tue, 18 Apr 2023 21:45:17 +0530 Subject: [PATCH] chore: fix lockfile --- packages/clipper/package.json | 4 ++-- yarn.lock | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 53e0f5788..060ad53a8 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -19,6 +19,7 @@ "clean": "rm -rf dist" }, "devDependencies": { + "@standardnotes/web": "workspace:*", "@types/webextension-polyfill": "^0.10.0", "babel-loader": "^9.1.0", "copy-webpack-plugin": "11.0.0", @@ -28,8 +29,7 @@ "typescript": "*", "web-ext": "^7.5.0", "webextension-polyfill": "^0.10.0", - "webpack": "*", - "@standardnotes/web": "workspace:*" + "webpack": "*" }, "dependencies": { "@mozilla/readability": "^0.4.2" diff --git a/yarn.lock b/yarn.lock index 9aa85f9bb..27c69e635 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4877,6 +4877,7 @@ __metadata: resolution: "@standardnotes/clipper@workspace:packages/clipper" dependencies: "@mozilla/readability": ^0.4.2 + "@standardnotes/web": "workspace:*" "@types/webextension-polyfill": ^0.10.0 babel-loader: ^9.1.0 copy-webpack-plugin: 11.0.0