Skip to content

Commit

Permalink
fix(deps): 🔗 update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent f29fe67 commit f9f18ab
Show file tree
Hide file tree
Showing 15 changed files with 1,066 additions and 1,080 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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
18 changes: 9 additions & 9 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"dev": "bunny dev-api"
},
"dependencies": {
"@apollo/server": "4.10.0",
"@aws-sdk/client-lambda": "3.525.0",
"@apollo/server": "4.10.2",
"@aws-sdk/client-lambda": "3.548.0",
"@graphql-tools/load-files": "7.0.0",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/utils": "10.1.0",
"@graphql-tools/utils": "10.1.2",
"@libs/db": "workspace:^",
"@libs/lambda": "workspace:^",
"@libs/uc-irvine-lib": "workspace:^",
"@libs/utils": "workspace:^",
"@libs/websoc-utils": "workspace:^",
"@peterportal-api/types": "workspace:^",
"@services/websoc-proxy": "workspace:^",
"aws-cdk-lib": "2.131.0",
"aws-cdk-lib": "2.135.0",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0",
"graphql": "16.8.1",
Expand All @@ -41,12 +41,12 @@
"devDependencies": {
"@bronya.js/api-construct": "0.11.4",
"@bronya.js/core": "0.11.4",
"@types/aws-lambda": "8.10.135",
"aws-cdk": "2.131.0",
"@types/aws-lambda": "8.10.136",
"aws-cdk": "2.135.0",
"dotenv": "16.4.5",
"dotenv-cli": "7.3.0",
"esbuild": "0.20.1",
"tsx": "4.7.1"
"dotenv-cli": "7.4.1",
"esbuild": "0.20.2",
"tsx": "4.7.2"
},
"//": "the CDK configuration in this config file is used in the deployment package, @tools/cdk"
}
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/types": "2.4.3",
"@tsconfig/docusaurus": "2.0.2",
"@types/node": "20.11.24",
"typescript": "5.3.3"
"@tsconfig/docusaurus": "2.0.3",
"@types/node": "20.12.4",
"typescript": "5.4.4"
}
}
4 changes: 2 additions & 2 deletions libs/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"studio:prod": "dotenv -e ../../.env.production -- prisma studio"
},
"dependencies": {
"@prisma/client": "5.10.2"
"@prisma/client": "5.12.1"
},
"devDependencies": {
"prisma": "5.10.2"
"prisma": "5.12.1"
}
}
4 changes: 2 additions & 2 deletions libs/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"main": "src/index.ts",
"types": "src/index.ts",
"dependencies": {
"winston": "3.12.0"
"winston": "3.13.0"
},
"devDependencies": {
"@peterportal-api/types": "workspace:^",
"@types/aws-lambda": "8.10.135"
"@types/aws-lambda": "8.10.136"
}
}
2 changes: 1 addition & 1 deletion libs/uc-irvine-lib/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].4",
"packageManager": "[email protected].6",
"engines": {
"node": "20",
"pnpm": "8"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"test": "turbo run test"
},
"dependencies": {
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/types": "19.0.3",
"@tsconfig/node20": "20.1.2",
"@tsconfig/node20": "20.1.4",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@types/node": "20.12.4",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"arktype": "1.0.16-alpha",
"aws-cdk-lib": "2.131.0",
"aws-cdk-lib": "2.135.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"dotenv": "16.4.5",
Expand All @@ -38,14 +38,14 @@
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.12",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sql": "0.18.0",
"turbo": "1.12.4",
"typescript": "5.3.3",
"unconfig": "0.3.11"
"turbo": "1.13.2",
"typescript": "5.4.4",
"unconfig": "0.3.12"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"engines": {
"node": "20",
"pnpm": "8"
Expand Down
2 changes: 1 addition & 1 deletion packages/websoc-fuzzy-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"cross-fetch": "4.0.0",
"pluralize": "8.0.0",
"tsup": "8.0.2",
"tsx": "4.7.1"
"tsx": "4.7.2"
}
}
Loading

0 comments on commit f9f18ab

Please sign in to comment.