aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-17 01:21:20 +0000
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-19 10:01:18 +0200
commit819996eeaa02e7694f59d74c2396d1d610684819 (patch)
treea7969b7e6e27fca98fb84d9075791a460f57c467
parente578307def4edec78ddc085322233ca039effdd3 (diff)
downloadnextcloud-server-819996eeaa02e7694f59d74c2396d1d610684819.tar.gz
nextcloud-server-819996eeaa02e7694f59d74c2396d1d610684819.zip
Bump @nextcloud/initial-state from 1.1.2 to 1.2.0
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.1.2...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 1601dbc603a..9511b311736 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1165,9 +1165,9 @@
}
},
"@nextcloud/initial-state": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.2.tgz",
- "integrity": "sha512-AmewfDmsCgL9j062VWkgWPg+dfyu63xxqv29ErAJ1WZiEQK/gb2IyiILDMTXdVeNHGDY874mzBcAAkpFO/DxnQ==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.0.tgz",
+ "integrity": "sha512-/ZN4f/gihvRPXa7S2mgV2Is5QyEGqb4/Z2OGHxilJV86ZKBnR9DlA5dFqtzdV86dHVsZ+PfthUI3vDPJ81hTJA==",
"requires": {
"core-js": "^3.6.4"
}
diff --git a/package.json b/package.json
index 48064da2c1f..527440a45e8 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@nextcloud/dialogs": "^2.0.1",
"@nextcloud/event-bus": "^1.2.0",
"@nextcloud/files": "^1.1.0",
- "@nextcloud/initial-state": "^1.1.2",
+ "@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/moment": "^1.1.1",