Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Oct 1, 2023
1 parent e3363da commit 1b2674c
Show file tree
Hide file tree
Showing 7 changed files with 5,567 additions and 7,010 deletions.
15 changes: 0 additions & 15 deletions .yarn/patches/react-native-npm-0.71.8-6ea3a72784.patch

This file was deleted.

402 changes: 201 additions & 201 deletions .yarn/releases/yarn-3.6.1.cjs → .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"aws-cdk-lib": "2.84.0",
"constructs": "10.1.156",
"eslint": "^8.45.0",
"eslint-config-universe": "^11.3.0",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"aws-cdk-lib": "2.95.1",
"constructs": "10.2.69",
"eslint": "^8.50.0",
"eslint-config-universe": "^12.0.0",
"husky": "^8.0.3",
"lerna": "^7.1.4",
"prettier": "^2.8.8",
"sst": "2.22.3"
"lerna": "^7.3.0",
"prettier": "^3.0.3",
"sst": "2.26.9"
},
"scripts": {
"test": "lerna run test",
Expand All @@ -40,9 +40,8 @@
"depcheck": "yarn workspaces foreach --verbose exec npx depcheck",
"postinstall": "husky install"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"resolutions": {
"babel-plugin-lodash/@babel/types": "~7.20.0",
"[email protected]": "patch:react-native@npm%3A0.71.8#./.yarn/patches/react-native-npm-0.71.8-6ea3a72784.patch"
"babel-plugin-lodash/@babel/types": "~7.20.0"
}
}
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"@ambito-dolar/core": "^3.4.0",
"@atproto/api": "^0.6.20",
"@aws-sdk/client-dynamodb": "^3.370.0",
"@aws-sdk/client-s3": "^3.370.0",
"@aws-sdk/client-sns": "^3.370.0",
"@aws-sdk/lib-dynamodb": "^3.370.0",
"@aws-sdk/client-dynamodb": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/client-sns": "^3.421.0",
"@aws-sdk/lib-dynamodb": "^3.421.0",
"@sentry/integrations": "7.37.2",
"@sentry/serverless": "7.37.2",
"@shelf/dynamodb-parallel-scan": "^3.5.3",
Expand All @@ -18,14 +18,14 @@
"expo-server-sdk": "^3.7.0",
"google-auth-library": "^9.0.0",
"instagram-private-api": "^1.45.3",
"joi": "^17.9.2",
"joi": "^17.10.2",
"lodash": "^4.17.21",
"masto": "^5.11.4",
"masto": "^6.3.1",
"object-hash": "^3.0.0",
"puppeteer-core": "~19.7.5",
"reddit": "^1.2.1",
"semver": "^7.5.4",
"sharp": "^0.32.4",
"sharp": "^0.32.6",
"twitter-api-v2": "^1.15.1"
}
}
22 changes: 11 additions & 11 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
},
"dependencies": {
"@anatoliygatt/use-prefers-color-scheme": "^1.0.10",
"gatsby": "^5.11.0",
"gatsby": "^5.12.5",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-gtag": "^5.11.0",
"gatsby-plugin-google-gtag": "^5.12.0",
"gatsby-plugin-humans-txt": "^1.1.4",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-no-sourcemaps": "^5.11.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-no-sourcemaps": "^5.12.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-plugin-sass": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.10.1",
"sass": "^1.64.1"
"react-icons": "^4.11.0",
"sass": "^1.68.0"
}
}
Loading

0 comments on commit 1b2674c

Please sign in to comment.