From 14c13b2483c1dddeebe1820c389ab2148484598b Mon Sep 17 00:00:00 2001 From: hellno Date: Sun, 13 Aug 2023 14:33:31 +0200 Subject: [PATCH] add packages --- package.json | 2 ++ yarn.lock | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/package.json b/package.json index 09b7666d..98fe2253 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "command-score": "^0.1.2", "esbuild": "^0.18.19", "framer-motion": "6", + "google-protobuf": "^3.21.2", "javascript-time-ago": "^2.5.9", "localforage": "^1.10.0", "lodash.isempty": "^4.4.0", @@ -62,6 +63,7 @@ "react-icons": "^4.4.0", "react-qr-code": "^2.0.11", "react-router-dom": "^6.4.5", + "rollup": "^2.0.0", "tailwindcss": "^3.3.3", "tauri-plugin-sql-api": "https://github.com/tauri-apps/tauri-plugin-sql#v1", "tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1", diff --git a/yarn.lock b/yarn.lock index 11f1e3b9..ae54bb06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3036,6 +3036,11 @@ globals@^13.19.0: dependencies: type-fest "^0.20.2" +google-protobuf@^3.21.2: + version "3.21.2" + resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.21.2.tgz#4580a2bea8bbb291ee579d1fefb14d6fa3070ea4" + integrity sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA== + graphemer@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" @@ -3843,6 +3848,13 @@ rollup-plugin-visualizer@^5.6.0: optionalDependencies: fsevents "~2.3.2" +rollup@^2.0.0: + version "2.79.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" + integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== + optionalDependencies: + fsevents "~2.3.2" + run-parallel@^1.1.9: version "1.2.0" resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"