Skip to content

Commit

Permalink
update npm dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav committed Sep 30, 2024
1 parent 642e683 commit 6984b93
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-jest": "^25.1.0",
"cypress": "^10.3.0",
"jest": "^25.1.0"
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-jest": "^29.7.0",
"cypress": "^13.15.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"jest":{
"testEnvironment": "jsdom"
}
}

0 comments on commit 6984b93

Please sign in to comment.