Skip to content

Commit

Permalink
Update dependencies across server, client and system projects
Browse files Browse the repository at this point in the history
This commit includes updating multiple dependencies across server, client, and system projects. These updates primarily pertain to various libraries including pino-pretty, aws-sdk, prettier, systeminformation, esbuild, ant-design pro-components, rc-util and more, ensuring the use of their latest versions. Similarly, devDependency updates include prettier, typescript-eslint parser and plugin, and eslint-plugin-jest.
  • Loading branch information
manu committed Jun 11, 2024
1 parent a163ef2 commit 851a0ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"ssm-shared-lib": "file:../shared-lib/",
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-components": "^2.7.9",
"@ant-design/pro-components": "^2.7.10",
"@ant-design/use-emotion-css": "1.0.4",
"@umijs/route-utils": "^4.0.1",
"@ant-design/charts": "^2.1.1",
Expand All @@ -59,7 +59,7 @@
"omit.js": "^2.0.2",
"querystring": "^0.2.1",
"rc-menu": "^9.14.0",
"rc-util": "^5.41.0",
"rc-util": "^5.42.0",
"react": "^18.3.1",
"react-dev-inspector": "^2.0.1",
"react-dom": "^18.3.1",
Expand All @@ -77,7 +77,7 @@
"rc-tween-one": "^3.0.6",
"react-confetti": "^6.1.0",
"@antv/g2plot": "^2.4.31",
"monaco-yaml":"^5.1.1",
"monaco-yaml": "^5.2.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"react-js-cron": "^5.0.1"
},
Expand All @@ -90,7 +90,7 @@
"@types/express": "^4.17.21",
"@types/history": "^5.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.4",
"@types/lodash": "^4.17.5",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -104,14 +104,14 @@
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.5",
"mockjs": "^1.1.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"swagger-ui-dist": "^5.17.14",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest": "^28.6.0",
"@babel/eslint-plugin": "^7.24.7",
"eslint-plugin-react-hooks": "^4.6.2"

Expand Down
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"pino": "^9.1.0",
"pino-http": "^10.1.0",
"pino-mongodb": "^4.3.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.0",
"redis": "^4.6.14",
"rewire": "^7.0.0",
"semver": "^7.6.2",
"shelljs": "^0.8.5",
"ssm-shared-lib": "file:../shared-lib/",
"@aws-sdk/client-ecr": "^3.590.0"
"@aws-sdk/client-ecr": "^3.592.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
Expand All @@ -70,7 +70,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"node-mocks-http": "^1.14.1",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down

0 comments on commit 851a0ac

Please sign in to comment.