@types/semver is normally included transitively by storybook which we delete, adding it here explicitely because it is needed for build --- clients/package.json.orig 2024-01-10 19:25:17.240793950 +0100 +++ clients/package.json 2024-01-10 19:27:21.476208838 +0100 @@ -13,7 +13,6 @@ }, "homepage": "https://bitwarden.com", "scripts": { - "prepare": "husky install", "lint": "eslint . --cache --cache-strategy content && prettier --check .", "lint:fix": "eslint . --cache --cache-strategy content --fix", "lint:clear": "rimraf .eslintcache", @@ -26,7 +25,7 @@ "storybook": "ng run components:storybook", "build-storybook": "ng run components:build-storybook", "build-storybook:ci": "ng run components:build-storybook --webpack-stats-json", - "postinstall": "patch-package" + "postinstall": "true" }, "workspaces": [ "apps/*", @@ -35,119 +34,44 @@ ], "devDependencies": { "@angular-devkit/build-angular": "15.2.10", - "@angular-eslint/eslint-plugin": "15.2.1", - "@angular-eslint/eslint-plugin-template": "15.2.1", - "@angular-eslint/template-parser": "15.2.1", - "@angular/cli": "15.2.10", "@angular/compiler-cli": "15.2.10", - "@angular/elements": "15.2.10", - "@compodoc/compodoc": "1.1.23", - "@electron/notarize": "2.2.0", - "@electron/rebuild": "3.4.1", "@ngtools/webpack": "15.2.10", - "@storybook/addon-a11y": "7.6.4", - "@storybook/addon-actions": "7.6.4", - "@storybook/addon-designs": "7.0.7", - "@storybook/addon-essentials": "7.6.4", - "@storybook/addon-links": "7.6.4", - "@storybook/angular": "7.6.4", - "@storybook/addon-interactions": "7.6.4", - "@storybook/jest": "0.2.3", - "@storybook/testing-library": "0.2.2", - "@types/argon2-browser": "1.18.1", - "@types/chrome": "0.0.243", "@types/duo_web_sdk": "2.7.1", - "@types/firefox-webext-browser": "111.0.1", - "@types/inquirer": "8.2.6", "@types/jest": "29.5.11", - "@types/jquery": "3.5.29", - "@types/jsdom": "21.1.6", - "@types/koa": "2.13.8", - "@types/koa__multer": "2.0.4", - "@types/koa__router": "12.0.0", - "@types/koa-bodyparser": "4.3.7", - "@types/koa-json": "2.0.20", - "@types/lowdb": "1.0.11", "@types/lunr": "2.3.4", "@types/node": "18.19.2", - "@types/node-fetch": "2.6.4", "@types/node-forge": "1.3.10", "@types/node-ipc": "9.2.0", "@types/papaparse": "5.3.14", - "@types/proper-lockfile": "4.1.2", - "@types/react": "16.14.54", - "@types/retry": "0.12.2", + "@types/semver": "^7.3.4", "@types/zxcvbn": "4.4.4", - "@typescript-eslint/eslint-plugin": "6.16.0", - "@typescript-eslint/parser": "6.16.0", - "@webcomponents/custom-elements": "1.6.0", "autoprefixer": "10.4.16", - "base64-loader": "1.0.0", "buffer": "6.0.3", - "chromatic": "10.0.0", "clean-webpack-plugin": "4.0.0", "concurrently": "8.2.2", "copy-webpack-plugin": "11.0.0", "cross-env": "7.0.3", "css-loader": "6.8.1", "electron": "27.2.0", - "electron-builder": "23.6.0", "electron-log": "5.0.1", - "electron-reload": "2.0.0-alpha.1", "electron-store": "8.1.0", "electron-updater": "6.1.7", - "eslint": "8.56.0", - "eslint-config-prettier": "9.1.0", - "eslint-import-resolver-typescript": "3.6.1", - "eslint-plugin-import": "2.29.1", - "eslint-plugin-rxjs": "5.0.3", - "eslint-plugin-rxjs-angular": "2.0.1", - "eslint-plugin-storybook": "0.6.15", - "eslint-plugin-tailwindcss": "3.13.0", - "gulp": "4.0.2", - "gulp-filter": "9.0.1", - "gulp-if": "3.0.0", - "gulp-json-editor": "2.6.0", - "gulp-replace": "1.1.4", - "gulp-zip": "6.0.0", "html-loader": "4.2.0", - "html-webpack-injector": "1.1.4", "html-webpack-plugin": "5.5.4", - "husky": "8.0.3", - "jest-junit": "16.0.0", "jest-mock-extended": "3.0.5", - "jest-preset-angular": "13.1.4", - "lint-staged": "15.2.0", "mini-css-extract-plugin": "2.7.6", "node-ipc": "9.2.1", - "pkg": "5.8.1", "postcss": "8.4.32", "postcss-loader": "7.3.3", - "prettier": "3.1.1", - "prettier-plugin-tailwindcss": "0.5.10", - "process": "0.11.10", - "react": "18.2.0", - "react-dom": "18.2.0", "regedit": "^3.0.3", - "remark-gfm": "3.0.1", "rimraf": "5.0.5", "sass": "1.69.5", "sass-loader": "13.3.2", - "storybook": "7.6.4", - "style-loader": "3.3.3", - "tailwindcss": "3.3.5", - "ts-jest": "29.1.1", "ts-loader": "9.5.1", "tsconfig-paths-webpack-plugin": "4.1.0", - "type-fest": "2.19.0", "typescript": "4.9.5", - "url": "0.11.3", - "util": "0.12.5", - "wait-on": "7.2.0", "webpack": "5.89.0", - "webpack-cli": "5.1.4", - "webpack-dev-server": "4.15.1", - "webpack-node-externals": "3.0.0" + "webpack-cli": "5.1.4" }, "dependencies": { "@angular/animations": "15.2.10", @@ -159,54 +82,28 @@ "@angular/platform-browser": "15.2.10", "@angular/platform-browser-dynamic": "15.2.10", "@angular/router": "15.2.10", - "@koa/multer": "3.0.2", - "@koa/router": "12.0.0", "@microsoft/signalr": "6.0.25", "@microsoft/signalr-protocol-msgpack": "6.0.25", "@ng-select/ng-select": "10.0.4", "argon2": "0.31.0", - "argon2-browser": "1.18.0", "big-integer": "1.6.51", - "bootstrap": "4.6.0", - "braintree-web-drop-in": "1.41.0", - "bufferutil": "4.0.8", - "chalk": "4.1.2", "commander": "7.2.0", - "core-js": "3.34.0", "duo_web_sdk": "github:duosecurity/duo_web_sdk", - "form-data": "4.0.0", - "https-proxy-agent": "5.0.1", - "inquirer": "8.2.6", - "jquery": "3.7.1", - "jsdom": "23.0.1", "jszip": "3.10.1", - "koa": "2.14.2", - "koa-bodyparser": "4.4.1", - "koa-json": "2.0.2", - "lowdb": "1.0.0", "lunr": "2.3.9", - "multer": "1.4.5-lts.1", - "ngx-infinite-scroll": "15.0.0", "ngx-toastr": "16.2.0", "node-fetch": "2.6.12", "node-forge": "1.3.1", "nord": "0.2.1", "oidc-client-ts": "2.4.0", - "open": "8.4.2", "papaparse": "5.4.1", - "patch-package": "8.0.0", - "popper.js": "1.16.1", - "proper-lockfile": "4.1.2", - "qrious": "4.0.2", "rxjs": "7.8.1", - "tabbable": "6.2.0", "tldts": "6.1.1", "utf-8-validate": "6.0.3", "zone.js": "0.12.0", "zxcvbn": "4.4.2" }, "overrides": { - "tailwindcss": "$tailwindcss", "@storybook/angular": { "zone.js": "0.12.0" }, --- a/apps/desktop/desktop_native/package.json +++ b/apps/desktop/desktop_native/package.json @@ -10,9 +10,6 @@ }, "author": "", "license": "GPL-3.0", - "devDependencies": { - "@napi-rs/cli": "2.16.2" - }, "napi": { "name": "desktop_native", "triples": {