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 #137 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 27, 2022
2 parents 3c73596 + d8f1885 commit 14d6980
Show file tree
Hide file tree
Showing 14 changed files with 247 additions and 354 deletions.
6 changes: 3 additions & 3 deletions backend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@swarmion-starter/core-contracts": "1.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"esbuild": "^0.14.27",
"eslint": "^8.11.0",
"esbuild": "^0.14.28",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"serverless": "^3.9.0",
"serverless": "^3.10.0",
"serverless-esbuild": "^1.26.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
Expand Down
8 changes: 4 additions & 4 deletions backend/forum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@swarmion-starter/forum-contracts": "1.0.0",
"@swarmion-starter/serverless-configuration": "1.0.0",
"@swarmion-starter/serverless-helpers": "1.0.0",
"aws-sdk": "^2.1100.0",
"aws-sdk": "^2.1101.0",
"http-errors": "^2.0.0"
},
"devDependencies": {
Expand All @@ -34,10 +34,10 @@
"@types/http-errors": "^1.8.2",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"esbuild": "^0.14.27",
"eslint": "^8.11.0",
"esbuild": "^0.14.28",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"serverless": "^3.9.0",
"serverless": "^3.10.0",
"serverless-esbuild": "^1.26.1",
"serverless-iam-roles-per-function": "^3.2.0",
"ts-jest": "^27.1.4",
Expand Down
8 changes: 4 additions & 4 deletions backend/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@swarmion-starter/serverless-configuration": "1.0.0",
"@swarmion-starter/serverless-helpers": "1.0.0",
"@swarmion-starter/users-contracts": "1.0.0",
"aws-sdk": "^2.1100.0",
"aws-sdk": "^2.1101.0",
"http-errors": "^2.0.0"
},
"devDependencies": {
Expand All @@ -34,10 +34,10 @@
"@types/http-errors": "^1.8.2",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"esbuild": "^0.14.27",
"eslint": "^8.11.0",
"esbuild": "^0.14.28",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"serverless": "^3.9.0",
"serverless": "^3.10.0",
"serverless-esbuild": "^1.26.1",
"serverless-iam-roles-per-function": "^3.2.0",
"ts-jest": "^27.1.4",
Expand Down
4 changes: 2 additions & 2 deletions contracts/core-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@swarmion/serverless-contracts": "0.4.3"
"@swarmion/serverless-contracts": "0.4.4"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand All @@ -39,7 +39,7 @@
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"ts-node": "^10.7.0",
Expand Down
4 changes: 2 additions & 2 deletions contracts/forum-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@swarmion/serverless-contracts": "0.4.3"
"@swarmion/serverless-contracts": "0.4.4"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand All @@ -39,7 +39,7 @@
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"json-schema-to-ts": "^1.6.5",
"prettier": "^2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions contracts/users-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@swarmion/serverless-contracts": "0.4.3"
"@swarmion/serverless-contracts": "0.4.4"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand All @@ -39,7 +39,7 @@
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"json-schema-to-ts": "^1.6.5",
"prettier": "^2.6.1",
Expand Down
8 changes: 4 additions & 4 deletions frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"axios": "0.26.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.24.7",
"react-intl": "^5.24.8",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2"
},
"devDependencies": {
"@redux-devtools/extension": "^3.2.2",
"@stylelint/postcss-css-in-js": "^0.37.2",
"@testing-library/dom": "^8.11.4",
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
Expand All @@ -53,7 +53,7 @@
"@types/react-dom": "^17.0.14",
"@vitejs/plugin-react": "^1.2.0",
"dotenv-flow": "^3.2.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
Expand All @@ -65,7 +65,7 @@
"prettier": "^2.6.1",
"rollup": "^2.70.1",
"rollup-plugin-visualizer": "^5.6.0",
"stylelint": "^14.6.0",
"stylelint": "^14.6.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-property-sort-order-smacss": "^9.0.0",
"stylelint-config-standard": "^25.0.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"jest": "^27.5.1",
"serverless": "^3.9.0",
"serverless": "^3.10.0",
"serverless-lift": "^1.13.0",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
"css-mediaquery": "^0.1.2",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"json-schema-to-ts": "^1.6.5",
"prettier": "^2.6.1",
"react-intl": "^5.24.7",
"react-intl": "^5.24.8",
"react-router-dom": "^6.2.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"aws-sdk": "^2.1100.0",
"eslint": "^8.11.0",
"aws-sdk": "^2.1101.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"ts-jest": "^27.1.4",
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 @@ -38,7 +38,7 @@
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"ts-node": "^10.7.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 @@ -45,7 +45,7 @@
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.0.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"json-schema-to-ts": "^1.6.5",
"prettier": "^2.6.1",
Expand Down
Loading

0 comments on commit 14d6980

Please sign in to comment.