fix(deps): update node: all major dependencies
Some checks failed
/ build (pull_request) Failing after 2m56s
Some checks failed
/ build (pull_request) Failing after 2m56s
This commit is contained in:
parent
5c089989cf
commit
9ce11a149e
2 changed files with 649 additions and 2225 deletions
2860
server/web/package-lock.json
generated
2860
server/web/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -34,8 +34,8 @@
|
||||||
"@ant-design/icons": "^5.5.2",
|
"@ant-design/icons": "^5.5.2",
|
||||||
"@ant-design/pro-layout": "^7.21.2",
|
"@ant-design/pro-layout": "^7.21.2",
|
||||||
"@reduxjs/toolkit": "^2.4.0",
|
"@reduxjs/toolkit": "^2.4.0",
|
||||||
"@types/react": "^18.3.12",
|
"@types/react": "^19.0.0",
|
||||||
"@types/react-dom": "^18.3.1",
|
"@types/react-dom": "^19.0.0",
|
||||||
"antd": "^5.22.2",
|
"antd": "^5.22.2",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"html-react-parser": "^5.1.18",
|
"html-react-parser": "^5.1.18",
|
||||||
|
@ -45,8 +45,8 @@
|
||||||
"linkifyjs": "^4.1.4",
|
"linkifyjs": "^4.1.4",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"moment-timezone": "^0.5.46",
|
"moment-timezone": "^0.5.46",
|
||||||
"react": "^18.3.1",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^19.0.0",
|
||||||
"react-i18next": "^15.1.3",
|
"react-i18next": "^15.1.3",
|
||||||
"react-redux": "^9.1.2",
|
"react-redux": "^9.1.2",
|
||||||
"react-router": "^7.0.1",
|
"react-router": "^7.0.1",
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
"eslint-plugin-prettier": "^5.2.1",
|
"eslint-plugin-prettier": "^5.2.1",
|
||||||
"eslint-plugin-react": "^7.37.2",
|
"eslint-plugin-react": "^7.37.2",
|
||||||
"eslint-plugin-react-hooks": "^5.0.0",
|
"eslint-plugin-react-hooks": "^5.0.0",
|
||||||
"eslint-plugin-sonarjs": "^2.0.4",
|
"eslint-plugin-sonarjs": "^3.0.1",
|
||||||
"eslint-plugin-testing-library": "^7.0.0",
|
"eslint-plugin-testing-library": "^7.0.0",
|
||||||
"i18next-json-sync": "^3.1.2",
|
"i18next-json-sync": "^3.1.2",
|
||||||
"jsdom": "^25.0.1",
|
"jsdom": "^25.0.1",
|
||||||
|
@ -84,9 +84,9 @@
|
||||||
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
||||||
"stylelint-order": "^6.0.4",
|
"stylelint-order": "^6.0.4",
|
||||||
"stylelint-prettier": "^5.0.2",
|
"stylelint-prettier": "^5.0.2",
|
||||||
"vite": "^5.4.11",
|
"vite": "^6.0.3",
|
||||||
"vite-plugin-eslint2": "^5.0.3",
|
"vite-plugin-eslint2": "^5.0.3",
|
||||||
"vite-plugin-stylelint": "^5.3.1",
|
"vite-plugin-stylelint": "^6.0.0",
|
||||||
"vite-plugin-svgr": "^4.3.0",
|
"vite-plugin-svgr": "^4.3.0",
|
||||||
"vite-tsconfig-paths": "^5.1.3",
|
"vite-tsconfig-paths": "^5.1.3",
|
||||||
"vitest": "^2.1.6"
|
"vitest": "^2.1.6"
|
||||||
|
|
Loading…
Reference in a new issue