From 6e4fe37378ab4af8e438fa7d0c7cf43fc45b2c99 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 9 Jan 2021 12:07:29 +0100 Subject: [PATCH] =?UTF-8?q?general=20dependency=20bump=20=E2=8F=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 051f2a79..324ceb63 100644 --- a/package.json +++ b/package.json @@ -9,27 +9,27 @@ "licenses:export": "license-exporter --md" }, "dependencies": { - "@odit/lfk-client-js": "0.0.9", - "filepond": "^4.25.1", - "gridjs": "^3.2.1", - "localforage": "^1.9.0", - "svelte-filepond": "^0.0.1", - "svelte-focus-trap": "^1.0.1", - "svelte-i18n": "^3.3.0", - "tailwindcss": "^2.0.2", - "tinro": "^0.5.6", - "toastify-js": "^1.9.3", - "validator": "^13.5.2" + "@odit/lfk-client-js": "0.0.10", + "filepond": "4.25.1", + "gridjs": "3.2.1", + "localforage": "1.9.0", + "svelte-filepond": "0.0.1", + "svelte-focus-trap": "1.0.1", + "svelte-i18n": "3.3.0", + "tailwindcss": "2.0.2", + "tinro": "0.5.6", + "toastify-js": "1.9.3", + "validator": "13.5.2" }, "devDependencies": { - "@odit/license-exporter": "^0.0.8", - "@snowpack/plugin-svelte": "^3.4.1", - "autoprefixer": "^10.2.1", - "postcss": "^8.2.3", - "postcss-load-config": "^3.0.0", + "@odit/license-exporter": "0.0.8", + "@snowpack/plugin-svelte": "3.4.1", + "autoprefixer": "10.2.1", + "postcss": "8.2.4", + "postcss-load-config": "3.0.0", "snowpack": "3.0.0-rc.2", - "svelte": "^3.31.2", - "svelte-preprocess": "^4.6.1", - "workbox-cli": "^6.0.2" + "svelte": "3.31.2", + "svelte-preprocess": "4.6.1", + "workbox-cli": "6.0.2" } }