Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Jul 17, 2024
1 parent 92a14ca commit 00c5584
Show file tree
Hide file tree
Showing 5 changed files with 5,572 additions and 6,369 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"aws-cdk-lib": "2.132.1",
"aws-cdk-lib": "2.142.1",
"constructs": "10.3.0",
"eslint": "^8.57.0",
"eslint-config-universe": "12.1.0",
"eslint-config-universe": "^13.0.0",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"sst": "2.41.4"
"lerna": "^8.1.6",
"prettier": "^3.3.3",
"sst": "2.43.4"
},
"scripts": {
"test": "lerna run test",
Expand All @@ -40,5 +40,8 @@
"depcheck": "yarn workspaces foreach --verbose exec npx depcheck",
"postinstall": "husky"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"resolutions": {
"eslint": "^8.9.0"
}
}
35 changes: 20 additions & 15 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,35 @@
"version": "3.16.0",
"dependencies": {
"@ambito-dolar/core": "^3.8.4",
"@atproto/api": "^0.12.5",
"@aws-sdk/client-dynamodb": "~3.556.0",
"@aws-sdk/client-s3": "~3.556.0",
"@aws-sdk/client-sns": "~3.556.0",
"@aws-sdk/lib-dynamodb": "~3.556.0",
"@sentry/integrations": "7.110.1",
"@sentry/serverless": "7.110.1",
"@shelf/dynamodb-parallel-scan": "^3.9.0",
"@smithy/node-http-handler": "^2.5.0",
"@atproto/api": "^0.12.24",
"@aws-sdk/client-dynamodb": "^3.614.0",
"@aws-sdk/client-s3": "^3.614.0",
"@aws-sdk/client-sns": "^3.614.0",
"@aws-sdk/lib-dynamodb": "^3.614.0",
"@aws-sdk/util-dynamodb": "^3.614.0",
"@sentry/integrations": "7.117.0",
"@sentry/serverless": "7.117.0",
"@shelf/dynamodb-parallel-scan": "^3.9.2",
"@smithy/node-http-handler": "^3.1.3",
"@sparticuz/chromium": "~123.0.1",
"async": "^3.2.5",
"boolean": "^3.2.0",
"expo-server-sdk": "^3.9.0",
"google-auth-library": "^9.8.0",
"expo-server-sdk": "^3.10.0",
"google-auth-library": "^9.11.0",
"instagram-private-api": "^1.46.1",
"joi": "^17.12.3",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"masto": "^6.7.2",
"masto": "^6.8.0",
"object-hash": "^3.0.0",
"p-throttle": "^6.1.0",
"pretty-ms": "^9.0.0",
"promise-limit": "^2.7.0",
"promise-retry": "^2.0.1",
"puppeteer-core": "~22.6.5",
"reddit": "^1.2.1",
"semver": "^7.6.0",
"semver": "^7.6.3",
"sharp": "^0.32.6",
"twitter-api-v2": "^1.16.1"
"throttled-queue": "^2.1.4",
"twitter-api-v2": "^1.17.2"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "3.8.4",
"dependencies": {
"@jsonurl/jsonurl": "^1.1.7",
"@jsonurl/jsonurl": "^1.1.8",
"@vercel/fetch-retry": "https://gitpkg.vercel.app/api/pkg.tgz?url=outaTiME/fetch/packages/fetch-retry&commit=main",
"cross-fetch": "^4.0.0",
"lodash.isempty": "^4.4.0",
Expand All @@ -15,7 +15,7 @@
"numeral": "^2.0.6"
},
"devDependencies": {
"ava": "^6.1.2",
"ava": "^6.1.3",
"nock": "^13.5.4"
},
"scripts": {
Expand Down
9 changes: 6 additions & 3 deletions 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.4",
"gatsby": "^5.13.7",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-humans-txt": "^1.1.4",
Expand All @@ -27,7 +27,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.1.0",
"sass": "^1.75.0"
"react-icons": "^5.2.1",
"sass": "^1.77.8"
},
"installConfig": {
"hoistingLimits": "workspaces"
}
}
Loading

0 comments on commit 00c5584

Please sign in to comment.