From 5c689ac5b1139d686952f18fb5f2a48cbdd8fe5c Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 5 Nov 2021 21:02:46 +0100 Subject: [PATCH] yarn wants deps in different order --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 94f74279..6e106061 100644 --- a/package.json +++ b/package.json @@ -56,16 +56,16 @@ }, "dependencies": { "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz", + "@rollup/plugin-commonjs": "^15.0.0", + "@rollup/plugin-json": "^4.1.0", + "@rollup/plugin-node-resolve": "^9.0.0", "aes-js": "^3.1.2", "another-json": "^0.2.0", "base64-arraybuffer": "^0.2.0", "bs58": "^4.0.1", "dompurify": "^2.3.0", "es6-promise": "https://github.com/bwindels/es6-promise.git#bwindels/expose-flush", - "text-encoding": "^0.7.0", - "@rollup/plugin-commonjs": "^15.0.0", - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^9.0.0", - "rollup": "^2.26.4" + "rollup": "^2.26.4", + "text-encoding": "^0.7.0" } }