Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): 🐛 🔗 update all dependencies (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent de27c05 commit 615f27d
Show file tree
Hide file tree
Showing 13 changed files with 1,049 additions and 814 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node-and-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- name: Setup pnpm cache
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
14 changes: 7 additions & 7 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
},
"dependencies": {
"@apollo/server": "4.10.0",
"@aws-sdk/client-lambda": "3.490.0",
"@aws-sdk/client-lambda": "3.501.0",
"@graphql-tools/load-files": "7.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/utils": "10.0.12",
"@graphql-tools/utils": "10.0.13",
"@libs/db": "workspace:^",
"@libs/lambda": "workspace:^",
"@libs/uc-irvine-api": "workspace:^",
"@libs/websoc-utils": "workspace:^",
"@peterportal-api/types": "workspace:^",
"@services/websoc-proxy": "workspace:^",
"aws-cdk-lib": "2.121.1",
"aws-cdk-lib": "2.124.0",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0",
"graphql": "16.8.1",
Expand All @@ -40,11 +40,11 @@
"devDependencies": {
"@bronya.js/api-construct": "0.11.3",
"@bronya.js/core": "0.11.3",
"@types/aws-lambda": "8.10.131",
"aws-cdk": "2.121.1",
"dotenv": "16.3.1",
"@types/aws-lambda": "8.10.132",
"aws-cdk": "2.124.0",
"dotenv": "16.4.1",
"dotenv-cli": "7.3.0",
"esbuild": "0.19.11",
"esbuild": "0.20.0",
"tsx": "4.7.0"
},
"//": "the CDK configuration in this config file is used in the deployment package, @tools/cdk"
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/types": "2.4.3",
"@tsconfig/docusaurus": "2.0.2",
"@types/node": "20.11.0",
"@types/node": "20.11.10",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions libs/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"studio:prod": "dotenv -e ../../.env.production -- prisma studio"
},
"dependencies": {
"@prisma/client": "5.8.0"
"@prisma/client": "5.8.1"
},
"devDependencies": {
"prisma": "5.8.0"
"prisma": "5.8.1"
}
}
2 changes: 1 addition & 1 deletion libs/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"@peterportal-api/types": "workspace:^",
"@types/aws-lambda": "8.10.131"
"@types/aws-lambda": "8.10.132"
}
}
2 changes: 1 addition & 1 deletion libs/uc-irvine-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "20",
"pnpm": "8"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@commitlint/types": "18.4.4",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/types": "18.6.0",
"@tsconfig/node20": "20.1.2",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@types/node": "20.11.10",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"arktype": "1.0.16-alpha",
"aws-cdk-lib": "2.121.1",
"aws-cdk-lib": "2.124.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"dotenv": "16.3.1",
"dotenv": "16.4.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"husky": "8.0.3",
"husky": "9.0.7",
"lint-staged": "15.2.0",
"prettier": "3.2.2",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sql": "0.18.0",
"turbo": "1.11.3",
"typescript": "5.3.3",
"unconfig": "0.3.11"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "20",
"pnpm": "8"
Expand Down
Loading

0 comments on commit 615f27d

Please sign in to comment.