1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-12-03 02:33:36 +01:00

Update several dependencies in package.json

This commit is contained in:
Aleksandr Gumroian
2025-12-02 21:34:50 +03:00
parent b2b8c920a2
commit a16ca955fe
2 changed files with 155 additions and 143 deletions

View File

@@ -20,7 +20,7 @@
"@fortawesome/react-fontawesome": "^0.2.2",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.12.2",
"axios": "^1.13.2",
"immutability-helper": "^3.1.1",
"moment": "^2.30.1",
"qrcode.react": "^4.2.0",
@@ -36,10 +36,10 @@
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/core": "^7.28.5",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@testing-library/react": "^12.1.5",
"babel-loader": "^9.2.1",
"babel-polyfill": "^6.26.0",
@@ -52,7 +52,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-mock-axios": "^4.9.0",
"moment-timezone": "^0.5.47",
"prettier": "^3.6.2",
"prettier": "^3.7.3",
"prop-types": "15.8.1",
"react": "16.9.0",
"react-dom": "16.9.0",
@@ -60,7 +60,7 @@
"react-styleguidist": "^12.0.1",
"snapshot-diff": "^0.10.0",
"style-loader": "^4.0.0",
"webpack": "^5.101.3"
"webpack": "^5.103.0"
},
"overrides": {
"markdown-to-jsx": "^7.7.4"