1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-15 13:36:35 +02:00

Update dependencies in package.json

Update Webpack and Prettier to latest versions
This commit is contained in:
Aleksandr Gumroian
2024-06-26 15:52:42 +03:00
parent 0b02bead71
commit 6cb2a5388e
2 changed files with 39 additions and 36 deletions

View File

@ -47,7 +47,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-mock-axios": "^4.7.3",
"moment-timezone": "^0.5.45",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prop-types": "15.8.1",
"react": "16.9.0",
"react-dom": "16.9.0",
@ -55,7 +55,7 @@
"react-styleguidist": "^12.0.1",
"snapshot-diff": "^0.10.0",
"style-loader": "^1.2.1",
"webpack": "^5.91.0"
"webpack": "^5.92.1"
},
"scripts": {
"lint": "eslint src",