summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-11-11 09:08:17 -0800
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-17 14:50:53 +0100
commit095176fd90ed798b55f87903dbb1adb1da248b24 (patch)
treee94733328db62fd6ef9fa0cb687470a1f18cd04e /package-lock.json
parent234b9759c5691182d7a426d49329c6132c08ea9f (diff)
fix extraneous import error
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json41
1 files changed, 25 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json
index 818520763..7de5669eb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,6 +9,7 @@
"dependencies": {
"@nextcloud/axios": "^1.11.0",
"@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/initial-state": "^2.0.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.0.1",
"vue": "^2.6.14",
@@ -3228,6 +3229,14 @@
"core-js": "^3.6.4"
}
},
+ "node_modules/@nextcloud/capabilities/node_modules/@nextcloud/initial-state": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
+ "integrity": "sha512-2TH2DzJBolYHWfbSovTWkByAIg0gdsyuVfZpf5APnJu/9PixXKbnrVFnaEdxjeP262Gok7ARMFFQeSiuzKRQeQ==",
+ "dependencies": {
+ "core-js": "^3.6.4"
+ }
+ },
"node_modules/@nextcloud/dialogs": {
"version": "3.2.0",
"license": "GPL-3.0-or-later",
@@ -3310,11 +3319,9 @@
}
},
"node_modules/@nextcloud/initial-state": {
- "version": "1.2.1",
- "license": "GPL-3.0-or-later",
- "dependencies": {
- "core-js": "^3.6.4"
- }
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
+ "integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
},
"node_modules/@nextcloud/l10n": {
"version": "1.6.0",
@@ -3500,10 +3507,6 @@
"npm": "^7.0.0 || ^8.0.0"
}
},
- "node_modules/@nextcloud/vue/node_modules/@nextcloud/initial-state": {
- "version": "2.0.0",
- "license": "GPL-3.0-or-later"
- },
"node_modules/@nextcloud/vue/node_modules/axios": {
"version": "0.27.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
@@ -18523,6 +18526,16 @@
"requires": {
"@nextcloud/initial-state": "^1.1.2",
"core-js": "^3.6.4"
+ },
+ "dependencies": {
+ "@nextcloud/initial-state": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
+ "integrity": "sha512-2TH2DzJBolYHWfbSovTWkByAIg0gdsyuVfZpf5APnJu/9PixXKbnrVFnaEdxjeP262Gok7ARMFFQeSiuzKRQeQ==",
+ "requires": {
+ "core-js": "^3.6.4"
+ }
+ }
}
},
"@nextcloud/dialogs": {
@@ -18572,10 +18585,9 @@
}
},
"@nextcloud/initial-state": {
- "version": "1.2.1",
- "requires": {
- "core-js": "^3.6.4"
- }
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
+ "integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
},
"@nextcloud/l10n": {
"version": "1.6.0",
@@ -18718,9 +18730,6 @@
"semver": "^7.3.7"
}
},
- "@nextcloud/initial-state": {
- "version": "2.0.0"
- },
"axios": {
"version": "0.27.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",