aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2022-09-22 22:35:31 +0200
committerGitHub <noreply@github.com>2022-09-22 22:35:31 +0200
commit6b7f92b062ab8d4ed7ccd8cc84663b9cab63ec2f (patch)
tree52f34da65eb5bf79eb4f7771c285591ade5ef6d4 /package-lock.json
parent41cf93b7121fe2bd83a5428ebd20ace5beb60866 (diff)
parent7be562965057dddd0719646c5bb7fb48574bb3a2 (diff)
downloadFlightCore-6b7f92b062ab8d4ed7ccd8cc84663b9cab63ec2f.tar.gz
FlightCore-6b7f92b062ab8d4ed7ccd8cc84663b9cab63ec2f.zip
Merge branch 'GeckoEidechse:main' into feat/new-ui
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json26
1 files changed, 21 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 8b31a082..80466586 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,8 @@
"": {
"name": "flightcore",
"dependencies": {
- "@tauri-apps/api": "^1.1.0"
+ "@tauri-apps/api": "^1.1.0",
+ "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
@@ -447,11 +448,19 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/tauri-plugin-store-api": {
+ "version": "0.1.0",
+ "resolved": "git+ssh://git@github.com/tauri-apps/tauri-plugin-store.git#d8efb964bb1894bdf01407693ee896d0f9c557b3",
+ "license": "MIT",
+ "dependencies": {
+ "@tauri-apps/api": "1.1.0",
+ "tslib": "2.4.0"
+ }
+ },
"node_modules/tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
- "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
- "dev": true
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
},
"node_modules/typescript": {
"version": "4.8.3",
@@ -717,11 +726,18 @@
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
"dev": true
},
+ "tauri-plugin-store-api": {
+ "version": "git+ssh://git@github.com/tauri-apps/tauri-plugin-store.git#d8efb964bb1894bdf01407693ee896d0f9c557b3",
+ "from": "tauri-plugin-store-api@https://github.com/tauri-apps/tauri-plugin-store#dev",
+ "requires": {
+ "@tauri-apps/api": "1.1.0",
+ "tslib": "2.4.0"
+ }
+ },
"tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
- "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
- "dev": true
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
},
"typescript": {
"version": "4.8.3",