Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Jan 29, 2024
1 parent 4e999a4 commit 279d215
Show file tree
Hide file tree
Showing 7 changed files with 328 additions and 170 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn commitlint --edit $1
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"aws-cdk-lib": "2.110.1",
"constructs": "10.3.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lerna": "^8.0.2",
"prettier": "^3.2.4",
"sst": "2.39.9"
"sst": "2.39.13"
},
"scripts": {
"test": "lerna run test",
Expand All @@ -38,7 +38,7 @@
"publish": "lerna version --conventional-commits --conventional-graduate",
"version": "yarn install && git stage yarn.lock",
"depcheck": "yarn workspaces foreach --verbose exec npx depcheck",
"postinstall": "husky install"
"postinstall": "husky"
},
"packageManager": "[email protected]",
"resolutions": {
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"version": "3.12.2",
"dependencies": {
"@ambito-dolar/core": "^3.8.1",
"@atproto/api": "^0.9.3",
"@aws-sdk/client-dynamodb": "^3.499.0",
"@aws-sdk/client-s3": "^3.499.0",
"@aws-sdk/client-sns": "^3.499.0",
"@aws-sdk/lib-dynamodb": "^3.499.0",
"@atproto/api": "^0.9.5",
"@aws-sdk/client-dynamodb": "^3.501.0",
"@aws-sdk/client-s3": "^3.501.0",
"@aws-sdk/client-sns": "^3.501.0",
"@aws-sdk/lib-dynamodb": "^3.501.0",
"@sentry/integrations": "7.69.0",
"@sentry/serverless": "7.69.0",
"@shelf/dynamodb-parallel-scan": "^3.7.0",
"@sparticuz/chromium": "~111.0.0",
"async": "^3.2.5",
"boolean": "^3.2.0",
"expo-server-sdk": "^3.7.0",
"google-auth-library": "^9.4.2",
"google-auth-library": "^9.5.0",
"instagram-private-api": "^1.45.3",
"joi": "^17.12.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"victory-native": "36.8.2"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@expo/webpack-config": "^19.0.1"
},
"version": "6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"ava": "^6.1.0",
"nock": "^13.5.0"
"nock": "^13.5.1"
},
"scripts": {
"test": "yarn g:eslint && ava"
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@anatoliygatt/use-prefers-color-scheme": "^1.0.10",
"gatsby": "^5.13.2",
"gatsby": "^5.13.3",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-humans-txt": "^1.1.4",
Expand Down
Loading

0 comments on commit 279d215

Please sign in to comment.