From 9c29f699f34704b42a62a79cae87e20a95d7285c Mon Sep 17 00:00:00 2001 From: "M. Wulff" Date: Sat, 27 Jan 2024 07:42:55 +1100 Subject: [PATCH] v4.2.6 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4aa99b1e54..91d85a4273 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alasql", "description": "Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV", - "version": "4.2.5", + "version": "4.2.6", "author": "Andrey Gershun ", "contributors": [ "Mathias Wulff " @@ -53,7 +53,7 @@ "blueimp-md5": "2.19.0", "cmdmix": "2.1.1", "dom-storage": "2.1.0", - "esbuild": "^0.19.3", + "esbuild": "0.19.12", "eslint": "8.56.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.29.1", @@ -67,7 +67,7 @@ "mocha": "10.2.0", "mocha.parallel": "0.15.6", "open": "10.0.3", - "prettier": "^3.0.3", + "prettier": "3.2.4", "react-native-fetch-blob": "^0.10.8", "react-native-fs": "^2.20.0", "rexreplace": "7.1.3", @@ -123,4 +123,4 @@ "pre-push": "yarn test-format || (echo please format using 'yarn format' && exit 1)" } } -} \ No newline at end of file +}