From 69e34d03bda019615c0d766f64df5c95bbcb54e2 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 1 Dec 2021 17:45:33 +0100 Subject: [PATCH] sort dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 415f1029..0377254a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,10 @@ "@babel/preset-env": "^7.11.0", "@babel/standalone": "^7.15.8", "@rollup/plugin-babel": "^5.1.0", + "@rollup/plugin-commonjs": "^15.0.0", + "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-multi-entry": "^4.0.0", + "@rollup/plugin-node-resolve": "^9.0.0", "@rollup/pluginutils": "^4.1.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", @@ -44,19 +47,16 @@ "finalhandler": "^1.1.1", "impunity": "^1.0.9", "mdn-polyfills": "^5.20.0", + "node-html-parser": "^4.0.0", "postcss-css-variables": "^0.17.0", "postcss-flexbugs-fixes": "^4.2.1", "regenerator-runtime": "^0.13.7", + "rollup": "^2.26.4", "rollup-plugin-cleanup": "^3.1.1", "serve-static": "^1.13.2", "typescript": "^4.3.5", - "xxhashjs": "^0.2.2", "vite": "^2.6.14", - "rollup": "^2.26.4", - "@rollup/plugin-commonjs": "^15.0.0", - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^9.0.0", - "node-html-parser": "^4.0.0" + "xxhashjs": "^0.2.2" }, "dependencies": { "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",