Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-31 23:03:45 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-31 23:03:45 +0300
commit2348300329e062f818af1cc9545c9f278a4a7051 (patch)
treec2ac6e0137cebffbd9bead596fb752a9f236521e /package.json
parentab83854cc7cd9924280273a4312016d881982b99 (diff)
new jest
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7011e83..9a70af0 100644
--- a/package.json
+++ b/package.json
@@ -64,14 +64,14 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.18.9",
- "babel-jest": "27.5.1",
+ "babel-jest": "28.1.3",
"eslint": "8.20.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
- "jest": "27.5.1",
- "jest-cli": "27.5.1",
+ "jest": "28.1.3",
+ "jest-cli": "28.1.3",
"webpack-cli": "4.10.0"
},
"packageManager": "yarn@3.2.2"