Skip to content

Commit

Permalink
Merge pull request #99 from SquirrelCorporation/chore-bump-version
Browse files Browse the repository at this point in the history
[CHORE] Update various package versions
  • Loading branch information
SquirrelDeveloper authored Jul 12, 2024
2 parents 0b14997 + 977e4db commit 53a5185
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@ant-design/use-emotion-css": "1.0.4",
"@ant-design/charts": "^2.1.1",
"@antv/g2plot": "^2.4.31",
"@umijs/max": "^4.3.1",
"@umijs/max": "^4.3.6",
"@umijs/route-utils": "^4.0.1",
"@umijs/plugin-antd-dayjs": "^0.3.0",
"umi-presets-pro": "^2.0.3",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@umijs/fabric": "^4.0.1",
"@umijs/lint": "^4.3.1",
"@umijs/lint": "^4.3.6",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"express": "^4.19.2",
Expand Down
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"semver": "^7.6.2",
"shelljs": "^0.8.5",
"ssm-shared-lib": "file:../shared-lib/",
"@aws-sdk/client-ecr": "^3.609.0",
"@aws-sdk/client-ecr": "^3.614.0",
"dugite": "^2.7.1",
"fs-extra": "^11.2.0",
"isomorphic-git": "^1.27.0",
"isomorphic-git": "^1.27.1",
"lodash": "^4.17.21"
},
"overrides": {
Expand All @@ -72,7 +72,7 @@
"@types/uuid": "^10.0.0",
"@types/lodash": "^4.17.6",
"@types/fs-extra": "^11.0.4",
"@vitest/coverage-v8": "^2.0.1",
"@vitest/coverage-v8": "^2.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -82,6 +82,6 @@
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vitest": "^2.0.1"
"vitest": "^2.0.2"
}
}

0 comments on commit 53a5185

Please sign in to comment.