chore: fix lockfile

This commit is contained in:
Aman Harwara
2023-04-18 21:45:17 +05:30
parent fe07c58e98
commit 32c3b98293
2 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
"clean": "rm -rf dist" "clean": "rm -rf dist"
}, },
"devDependencies": { "devDependencies": {
"@standardnotes/web": "workspace:*",
"@types/webextension-polyfill": "^0.10.0", "@types/webextension-polyfill": "^0.10.0",
"babel-loader": "^9.1.0", "babel-loader": "^9.1.0",
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",
@@ -28,8 +29,7 @@
"typescript": "*", "typescript": "*",
"web-ext": "^7.5.0", "web-ext": "^7.5.0",
"webextension-polyfill": "^0.10.0", "webextension-polyfill": "^0.10.0",
"webpack": "*", "webpack": "*"
"@standardnotes/web": "workspace:*"
}, },
"dependencies": { "dependencies": {
"@mozilla/readability": "^0.4.2" "@mozilla/readability": "^0.4.2"

View File

@@ -4877,6 +4877,7 @@ __metadata:
resolution: "@standardnotes/clipper@workspace:packages/clipper" resolution: "@standardnotes/clipper@workspace:packages/clipper"
dependencies: dependencies:
"@mozilla/readability": ^0.4.2 "@mozilla/readability": ^0.4.2
"@standardnotes/web": "workspace:*"
"@types/webextension-polyfill": ^0.10.0 "@types/webextension-polyfill": ^0.10.0
babel-loader: ^9.1.0 babel-loader: ^9.1.0
copy-webpack-plugin: 11.0.0 copy-webpack-plugin: 11.0.0