Skip to content

Commit

Permalink
fix(deps): update dependencies-non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent a0b43f9 commit 388a0cf
Show file tree
Hide file tree
Showing 22 changed files with 13,685 additions and 27,490 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion apps/workers/contact-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"http": "0.0.1-security",
"process": "^0.11.10",
"reflect-metadata": "^0.1.13",
"wrangler": "^3.2.0",
"wrangler": "^3.7.0",
"zlib": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@docusaurus/module-type-aliases": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"docusaurus-plugin-react-docgen-typescript": "^1.1.0",
"docusaurus-plugin-typedoc": "^0.19.2",
"docusaurus-plugin-typedoc": "^0.20.0",
"react-docgen-typescript": "^2.2.2"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/server/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@cloudflare/d1": "^1.4.1",
"@cloudflare/workers-types": "^4.20230904.0",
"@envelop/types": "^4.0.0",
"@nx/devkit": "16.7.0",
"@nx/devkit": "16.8.1",
"drizzle-orm": "^0.28.5",
"pnpapi": "^0.0.0",
"wrangler": "^3.7.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/core/typescript/server/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@graphql-tools/schema": "^10.0.0",
"@sentry/node": "^7.64.0",
"@sentry/node": "^7.68.0",
"@whatwg-node/node-fetch": "^0.4.18",
"@whatwg-node/server-plugin-cookies": "^1.0.2",
"async_hooks": "^1.0.0",
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
"@heroicons/react": "^2.0.18",
"@js-temporal/polyfill": "^0.4.4",
"@next/bundle-analyzer": "^13.4.7",
"@pothos/core": "^3.30.0",
"@pothos/core": "^3.34.0",
"@release-it/bumper": "^5.1.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@vercel/edge-config": "^0.4.0",
"@vercel/otel": "^0.3.0",
"@wundergraph/react-relay": "^0.4.0",
"@wundergraph/sdk": "^0.175.0",
"@wundergraph/sdk": "^0.178.0",
"attr-accept": "^2.2.2",
"bcryptjs": "^2.4.3",
"clsx": "^1.1.1",
Expand Down Expand Up @@ -306,7 +306,7 @@
"zod-prisma-types": "^2.7.4"
},
"resolutions": {
"graphql": "^16.8.0"
"graphql": "16.8.0"
},
"nextBundleAnalysis": {
"buildOutputDirectory": "dist/apps/web/shell/.next"
Expand Down Expand Up @@ -422,17 +422,17 @@
}
},
"optionalDependencies": {
"@nx/nx-win32-x64-msvc": "^16.8.1",
"@swc/core-darwin-arm64": "^1.3.83",
"@swc/core-darwin-x64": "^1.3.83",
"@swc/core-linux-arm-gnueabihf": "^1.3.83",
"@swc/core-linux-arm64-gnu": "^1.3.83",
"@swc/core-linux-arm64-musl": "^1.3.83",
"@swc/core-linux-x64-gnu": "^1.3.83",
"@swc/core-linux-x64-musl": "^1.3.83",
"@swc/core-win32-arm64-msvc": "^1.3.83",
"@swc/core-win32-ia32-msvc": "^1.3.83",
"@swc/core-win32-x64-msvc": "^1.3.83",
"@swc/wasm": "^1.3.83"
"@nx/nx-win32-x64-msvc": "16.8.1",
"@swc/core-darwin-arm64": "1.3.83",
"@swc/core-darwin-x64": "1.3.83",
"@swc/core-linux-arm-gnueabihf": "1.3.83",
"@swc/core-linux-arm64-gnu": "1.3.83",
"@swc/core-linux-arm64-musl": "1.3.83",
"@swc/core-linux-x64-gnu": "1.3.83",
"@swc/core-linux-x64-musl": "1.3.83",
"@swc/core-win32-arm64-msvc": "1.3.83",
"@swc/core-win32-ia32-msvc": "1.3.83",
"@swc/core-win32-x64-msvc": "1.3.83",
"@swc/wasm": "1.3.83"
}
}

0 comments on commit 388a0cf

Please sign in to comment.