Skip to content

Commit

Permalink
chore: update deps (#36)
Browse files Browse the repository at this point in the history
* chore: update deps

* fix: update workflow variables
  • Loading branch information
spaenleh authored Dec 8, 2023
1 parent 22e0993 commit 5229952
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 282 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
version: 'latest'
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_DEV }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_DEV }}
aws-region: ${{ secrets.APPS_AWS_REGION }}
aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME_APPS_DEV }}
aws-region: ${{ vars.APPS_AWS_REGION_DEV }}
aws-s3-bucket-name: ${{ vars.AWS_S3_BUCKET_NAME_APPS_DEV }}
cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_APPS_DEV }}
6 changes: 3 additions & 3 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to staging environment
name: Deploy to production environment

# Controls when the action will run
on:
Expand Down Expand Up @@ -41,6 +41,6 @@ jobs:
version: 'latest'
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_PROD }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }}
aws-region: ${{ secrets.APPS_AWS_REGION }}
aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME_APPS_PROD }}
aws-region: ${{ vars.APPS_AWS_REGION_PROD }}
aws-s3-bucket-name: ${{ vars.AWS_S3_BUCKET_NAME_APPS_PROD }}
cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_APPS_PROD }}
6 changes: 3 additions & 3 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy-app:
name: Deploy to dev
name: Deploy to staging
runs-on: ubuntu-latest
environment: staging
steps:
Expand Down Expand Up @@ -41,6 +41,6 @@ jobs:
version: 'latest'
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_STAGE }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGE }}
aws-region: ${{ secrets.APPS_AWS_REGION }}
aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME_APPS_STAGE }}
aws-region: ${{ vars.APPS_AWS_REGION_STAGE }}
aws-s3-bucket-name: ${{ vars.AWS_S3_BUCKET_NAME_APPS_STAGE }}
cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_APPS_STAGE }}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@graasp/apps-query-client": "3.1.0",
"@graasp/sdk": "3.1.0",
"@graasp/ui": "4.1.0",
"@mui/icons-material": "5.14.18",
"@graasp/apps-query-client": "3.2.1",
"@graasp/sdk": "3.3.0",
"@graasp/ui": "4.1.1",
"@mui/icons-material": "5.14.19",
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "5.14.18",
"@sentry/react": "7.81.1",
"@mui/material": "5.14.20",
"@sentry/react": "7.86.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"i18next": "23.7.6",
"i18next": "23.7.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"react-toastify": "9.1.3",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"scripts": {
"dev": "yarn vite",
Expand All @@ -55,21 +55,21 @@
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@cypress/code-coverage": "3.12.11",
"@cypress/code-coverage": "3.12.13",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/i18n": "0.13.10",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"axios": "0.27.2",
"concurrently": "8.2.2",
"cypress": "13.6.0",
"cypress": "13.6.1",
"env-cmd": "10.1.0",
"eslint": "8.54.0",
"eslint": "8.55.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "2.15.1",
Expand All @@ -80,11 +80,11 @@
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"miragejs": "^0.1.48",
"nock": "^13.3.8",
"nock": "^13.4.0",
"nyc": "15.1.0",
"prettier": "3.1.0",
"uuid": "9.0.1",
"vite": "^5.0.0",
"vite": "^5.0.6",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-istanbul": "^5.0.0"
},
Expand Down
Loading

0 comments on commit 5229952

Please sign in to comment.