Skip to content

Commit

Permalink
Merge pull request #143 from miksrv/develop
Browse files Browse the repository at this point in the history
Updated UI Libraries
  • Loading branch information
miksrv authored Nov 25, 2024
2 parents 0a5fba3 + 7334ed6 commit 4fd4d71
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 161 deletions.
Binary file modified client/.yarn/install-state.gz
Binary file not shown.
22 changes: 11 additions & 11 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"i18next": "^23.16.5",
"i18next": "^23.16.8",
"lodash-es": "^4.17.21",
"next": "^15.0.3",
"next-i18next": "^15.3.1",
"next-i18next": "^15.4.0",
"next-redux-wrapper": "^8.1.0",
"next-seo": "^6.6.0",
"next-themes": "^0.4.3",
Expand All @@ -41,22 +41,22 @@
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.15.0",
"@next/eslint-plugin-next": "^15.0.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/identity-obj-proxy": "^3.0.2",
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.17.6",
"@types/node": "20.17.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/redux-mock-store": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"eslint": "^9.14.0",
"@types/redux-mock-store": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"eslint": "^9.15.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^6.3.1",
"eslint-plugin-eslint-plugin": "^6.3.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-react": "^7.37.2",
Expand All @@ -67,12 +67,12 @@
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"redux-mock-store": "^1.5.5",
"sass": "^1.80.7",
"sass": "^1.81.0",
"schema-dts": "^1.1.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "^8.14.0"
"typescript": "5.7.2",
"typescript-eslint": "^8.15.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 4fd4d71

Please sign in to comment.