summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-03 17:08:39 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-12 13:21:50 +0200
commitc2e882134526816e224bb408e42f4953f385c917 (patch)
tree1c28c5e3bdd08dafa3369225365a1fee7dcda88b /package-lock.json
parent7f8ff16c76ae31b0bcb2f62cc58ed89e7f2fbb22 (diff)
downloadnextcloud-server-c2e882134526816e224bb408e42f4953f385c917.tar.gz
nextcloud-server-c2e882134526816e224bb408e42f4953f385c917.zip
Use the external initial state implementation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json
index a2935dbda25..3011a4891fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -866,6 +866,21 @@
}
}
},
+ "@nextcloud/initial-state": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-0.2.0.tgz",
+ "integrity": "sha512-aFkEXxEchawyn1HWn/nStX25324/4+RcOHiHJ1gW/vVH6bPRW8suj9V1Rsi380mMRM7sjkICyeNPxOZ8f+WZrA==",
+ "requires": {
+ "core-js": "3.1.4"
+ },
+ "dependencies": {
+ "core-js": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
+ "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
+ }
+ }
+ },
"@nextcloud/paths": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-0.2.0.tgz",
@@ -6200,21 +6215,6 @@
"axios": "^0.19.0"
}
},
- "nextcloud-initial-state": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/nextcloud-initial-state/-/nextcloud-initial-state-0.0.3.tgz",
- "integrity": "sha512-sL0dKbOb63QwvkAfQdDC5AldshVwaY8B8tKpAci7UMmJV3M1KLxTBzQoY+CVy03/uqTvvFt3Brz/Bd2UNp3zsQ==",
- "requires": {
- "core-js": "^3.1.4"
- },
- "dependencies": {
- "core-js": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
- "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
- }
- }
- },
"nextcloud-password-confirmation": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/nextcloud-password-confirmation/-/nextcloud-password-confirmation-0.4.2.tgz",