summaryrefslogtreecommitdiffstats
path: root/settings/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-10 12:02:26 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-10 12:02:26 +0200
commitba47f97124f055b5b8bd5cdb501b92b431a738fe (patch)
treeb1618331d98cbf5eaca2e04cea2e50950084be39 /settings/package.json
parente9c644412c65aab4799c5dc24dcfa294cc7f5a23 (diff)
downloadnextcloud-server-ba47f97124f055b5b8bd5cdb501b92b431a738fe.tar.gz
nextcloud-server-ba47f97124f055b5b8bd5cdb501b92b431a738fe.zip
Update config and babel for ie11
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/package.json')
-rw-r--r--settings/package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/settings/package.json b/settings/package.json
index 082bd8b1f68..6c1969ef770 100644
--- a/settings/package.json
+++ b/settings/package.json
@@ -1,7 +1,7 @@
{
"name": "settings",
"description": "Nextcloud settings",
- "version": "1.2.0",
+ "version": "1.3.0",
"author": "John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>",
"license": "AGPL3",
"private": true,
@@ -28,10 +28,9 @@
"ie >= 11"
],
"devDependencies": {
- "babel-core": "^6.26.3",
- "babel-loader": "^7.1.5",
- "babel-preset-env": "^1.7.0",
- "babel-preset-stage-3": "^6.24.1",
+ "@babel/core": "^7.0.0",
+ "@babel/preset-env": "^7.0.0",
+ "babel-loader": "^8.0.2",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"vue-loader": "^15.4.1",