From 851a0ac8c2c618e263467c3618b618c3b8f67c5d Mon Sep 17 00:00:00 2001 From: manu Date: Tue, 11 Jun 2024 09:22:12 +0200 Subject: [PATCH] Update dependencies across server, client and system projects 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. --- client/package.json | 16 ++++++++-------- server/package.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/package.json b/client/package.json index 796305b6..dd89efd1 100644 --- a/client/package.json +++ b/client/package.json @@ -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", @@ -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", @@ -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" }, @@ -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", @@ -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" diff --git a/server/package.json b/server/package.json index 272db9f9..29b46e7d 100644 --- a/server/package.json +++ b/server/package.json @@ -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", @@ -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"