Skip to content

Commit

Permalink
add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Aug 13, 2023
1 parent bfeeb8b commit 14c13b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 14c13b2

Please sign in to comment.