chore: Update testing libraries
parent
d101e3cc43
commit
27b349a82a
|
@ -73,7 +73,7 @@
|
|||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"eslint-plugin-react-hooks": "^2.3.0",
|
||||
"jest": "^29.3.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest-cli": "^29.3.1",
|
||||
"jest-styled-components": "^7.0.2",
|
||||
"lodash": "^4.17.11",
|
||||
|
|
|
@ -11,8 +11,9 @@
|
|||
"cs": "config-sync"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^26.0.1",
|
||||
"jest-cli": "^26.0.1"
|
||||
"jest": "^29.7.0",
|
||||
"jest-cli": "^29.7.0",
|
||||
"supertest": "^6.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/plugin-i18n": "^4.14.4",
|
||||
|
|
Loading…
Reference in New Issue