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

fix(deps): 🐛 🔗 update all dependencies #120

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup-node-and-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:

steps:
- name: Setup Node.js environment
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: lts/*

Expand All @@ -25,7 +25,7 @@ runs:
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- name: Setup pnpm cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
16 changes: 8 additions & 8 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"dev": "bunny dev-api"
},
"dependencies": {
"@apollo/server": "4.9.5",
"@aws-sdk/client-lambda": "3.461.0",
"@apollo/server": "4.10.0",
"@aws-sdk/client-lambda": "3.490.0",
"@graphql-tools/load-files": "7.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/utils": "10.0.11",
"@graphql-tools/utils": "10.0.12",
"@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.111.0",
"aws-cdk-lib": "2.121.1",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0",
"graphql": "16.8.1",
Expand All @@ -40,12 +40,12 @@
"devDependencies": {
"@bronya.js/api-construct": "0.11.3",
"@bronya.js/core": "0.11.3",
"@types/aws-lambda": "8.10.129",
"aws-cdk": "2.111.0",
"@types/aws-lambda": "8.10.131",
"aws-cdk": "2.121.1",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"esbuild": "0.19.8",
"tsx": "4.6.0"
"esbuild": "0.19.11",
"tsx": "4.7.0"
},
"//": "the CDK configuration in this config file is used in the deployment package, @tools/cdk"
}
4 changes: 2 additions & 2 deletions 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.10.4",
"typescript": "5.3.2"
"@types/node": "20.11.0",
"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.6.0"
"@prisma/client": "5.8.0"
},
"devDependencies": {
"prisma": "5.6.0"
"prisma": "5.8.0"
}
}
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.129"
"@types/aws-lambda": "8.10.131"
}
}
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": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.1",
"engines": {
"node": "20",
"pnpm": "8"
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/types": "18.4.3",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@commitlint/types": "18.4.4",
"@tsconfig/node20": "20.1.2",
"@types/lint-staged": "13.2.2",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"arktype": "1.0.16-alpha",
"aws-cdk-lib": "2.111.0",
"aws-cdk-lib": "2.121.1",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"dotenv": "16.3.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-turbo": "1.10.16",
"eslint-plugin-import": "2.29.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.11.3",
"eslint-plugin-import": "2.29.1",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"prettier-plugin-packagejson": "2.4.6",
"lint-staged": "15.2.0",
"prettier": "3.2.2",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sql": "0.17.0",
"turbo": "1.10.16",
"typescript": "5.3.2",
"prettier-plugin-sql": "0.18.0",
"turbo": "1.11.3",
"typescript": "5.3.3",
"unconfig": "0.3.11"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.1",
"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.1",
"tsx": "4.6.0"
"tsx": "4.7.0"
}
}
Loading
Loading