summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-10-12 13:52:28 +0200
committerGitHub <noreply@github.com>2019-10-12 13:52:28 +0200
commit24820e06e543dd91113a7f8190a16e9e24161c28 (patch)
tree1c28c5e3bdd08dafa3369225365a1fee7dcda88b /package-lock.json
parent7f8ff16c76ae31b0bcb2f62cc58ed89e7f2fbb22 (diff)
parentc2e882134526816e224bb408e42f4953f385c917 (diff)
downloadnextcloud-server-24820e06e543dd91113a7f8190a16e9e24161c28.tar.gz
nextcloud-server-24820e06e543dd91113a7f8190a16e9e24161c28.zip
Merge pull request #17390 from nextcloud/refactor/external-initial-state-impl
Use the external initial state implementation
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",