From 831f13ed364557d32c15680415fa5b010a99fda5 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Tue, 10 Dec 2024 14:44:31 +0100 Subject: [PATCH] hotfix: move invisi-data to dev --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b26bbefd8..a3fc44c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeceptjs", - "version": "3.6.8", + "version": "3.6.9", "description": "Supercharged End 2 End Testing Framework for NodeJS", "keywords": [ "acceptance", @@ -96,6 +96,7 @@ "fs-extra": "11.2.0", "glob": "6.0.1", "html-minifier-terser": "7.2.0", + "invisi-data": "^1.0.0", "inquirer": "6.5.2", "joi": "17.13.3", "js-beautify": "1.15.1", @@ -147,7 +148,6 @@ "graphql": "16.9.0", "husky": "9.1.7", "inquirer-test": "2.0.1", - "invisi-data": "^1.0.0", "jsdoc": "4.0.4", "jsdoc-typeof-plugin": "1.0.0", "json-server": "0.17.4", @@ -184,4 +184,4 @@ "strict": false } } -} \ No newline at end of file +}