Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-22 23:11:57 +0300
committerGitHub <noreply@github.com>2019-12-22 23:11:57 +0300
commit4bc15cc1d1cd371e975a313b2a5b6805fc0ed6da (patch)
treeaaba79e61ced27148d7575394970ca9744342f34 /package-lock.json
parent27aa524de55f02d4646516f4c99551c93c8cb8cd (diff)
Bump @nextcloud/initial-state from 0.2.0 to 1.0.0
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 0.2.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v0.2.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json15
1 files changed, 4 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index a2656abac..128f4148a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1122,18 +1122,11 @@
}
},
"@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==",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.0.0.tgz",
+ "integrity": "sha512-JQZfLV3NYaa4DStJoZ/XXXxqH8wA4NmuBrHOLbrixyx3/CFMswPsfRkDNevaQ4HMU87Y2WcBlecj469PMjsyjw==",
"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=="
- }
+ "core-js": "3.5.0"
}
},
"@nextcloud/router": {