Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #121 from swarmion/chore/upgrade-packages
Browse files Browse the repository at this point in the history
chore: upgrade packages
  • Loading branch information
fargito authored Mar 21, 2022
2 parents 229b2cf + 1dc18bf commit d159490
Show file tree
Hide file tree
Showing 14 changed files with 143 additions and 143 deletions.
4 changes: 2 additions & 2 deletions backend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@swarmion-starter/configuration": "1.0.0",
"@swarmion-starter/core-contracts": "1.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"esbuild": "^0.14.27",
"eslint": "^8.11.0",
"jest": "^27.5.1",
"serverless": "^3.7.9",
"serverless": "^3.8.0",
"serverless-esbuild": "^1.26.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
Expand Down
4 changes: 2 additions & 2 deletions backend/forum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@swarmion-starter/configuration": "1.0.0",
"@types/http-errors": "^1.8.2",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"esbuild": "^0.14.27",
"eslint": "^8.11.0",
"jest": "^27.5.1",
"serverless": "^3.7.9",
"serverless": "^3.8.0",
"serverless-esbuild": "^1.26.1",
"serverless-iam-roles-per-function": "^3.2.0",
"ts-jest": "^27.1.3",
Expand Down
4 changes: 2 additions & 2 deletions backend/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@swarmion-starter/configuration": "1.0.0",
"@types/http-errors": "^1.8.2",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"esbuild": "^0.14.27",
"eslint": "^8.11.0",
"jest": "^27.5.1",
"serverless": "^3.7.9",
"serverless": "^3.8.0",
"serverless-esbuild": "^1.26.1",
"serverless-iam-roles-per-function": "^3.2.0",
"ts-jest": "^27.1.3",
Expand Down
2 changes: 1 addition & 1 deletion contracts/core-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion contracts/forum-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion contracts/users-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.5.1",
"@mui/system": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.5.2",
"@mui/system": "^5.5.2",
"@react-hookz/web": "^13.1.0",
"@reduxjs/toolkit": "^1.8.0",
"@swarmion-starter/configuration": "1.0.0",
Expand All @@ -48,7 +48,7 @@
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/dotenv-flow": "^3.2.0",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@vitejs/plugin-react": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"devDependencies": {
"@serverless/typescript": "^3.7.5",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"jest": "^27.5.1",
"serverless": "^3.7.9",
"serverless": "^3.8.0",
"serverless-lift": "^1.13.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
Expand Down
6 changes: 3 additions & 3 deletions frontend/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.5.1",
"@mui/system": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.5.2",
"@mui/system": "^5.5.2",
"@swarmion-starter/configuration": "1.0.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@nrwl/tao": "^13.9.2",
"@nrwl/workspace": "^13.9.2",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"aws-sdk": "^2.1096.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@serverless/typescript": "^3.7.5",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@serverless/typescript": "^3.7.5",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@serverless/typescript": "^3.7.5",
"@swarmion-starter/configuration": "1.0.0",
"@types/aws-lambda": "^8.10.93",
"@types/node": "^17.0.21",
"@types/node": "^17.0.22",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
Expand Down
Loading

0 comments on commit d159490

Please sign in to comment.