summaryrefslogtreecommitdiffstats
path: root/webapp/package-lock.json
diff options
context:
space:
mode:
authorJannik Schönartz2019-02-26 01:18:03 +0100
committerJannik Schönartz2019-02-26 01:18:03 +0100
commit741cf724ae6cff9b023016b9a6f42a8a9f23647c (patch)
tree49e8f95b7d88e8dc069a5d41e540c3160d6bc018 /webapp/package-lock.json
parent[webapp] small ui fixes (diff)
downloadbas-741cf724ae6cff9b023016b9a6f42a8a9f23647c.tar.gz
bas-741cf724ae6cff9b023016b9a6f42a8a9f23647c.tar.xz
bas-741cf724ae6cff9b023016b9a6f42a8a9f23647c.zip
[webapp/setup] StartPageSetup now uses the new UserCreateForm component & small fixes
Diffstat (limited to 'webapp/package-lock.json')
-rw-r--r--webapp/package-lock.json28
1 files changed, 21 insertions, 7 deletions
diff --git a/webapp/package-lock.json b/webapp/package-lock.json
index b03144b..f8a2299 100644
--- a/webapp/package-lock.json
+++ b/webapp/package-lock.json
@@ -4295,12 +4295,14 @@
"balanced-match": {
"version": "1.0.0",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -4315,17 +4317,20 @@
"code-point-at": {
"version": "1.1.0",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"core-util-is": {
"version": "1.0.2",
@@ -4442,7 +4447,8 @@
"inherits": {
"version": "2.0.3",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"ini": {
"version": "1.3.5",
@@ -4454,6 +4460,7 @@
"version": "1.0.0",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -4468,6 +4475,7 @@
"version": "3.0.4",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
@@ -4475,12 +4483,14 @@
"minimist": {
"version": "0.0.8",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@@ -4499,6 +4509,7 @@
"version": "0.5.1",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -4579,7 +4590,8 @@
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"object-assign": {
"version": "4.1.1",
@@ -4591,6 +4603,7 @@
"version": "1.4.0",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"wrappy": "1"
}
@@ -4712,6 +4725,7 @@
"version": "1.0.2",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",