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] authored Sep 11, 2023
1 parent 39912ae commit 84e9bb1
Show file tree
Hide file tree
Showing 20 changed files with 802 additions and 465 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 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/pino-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-server-pino-logging",
"version": "0.0.1",
"dependencies": {
"pino": "^8.14.2",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0"
}
}
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,18 @@
"@next/bundle-analyzer": "^13.4.7",
"@pothos/core": "^3.30.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@vercel/edge-config": "^0.3.0",
"@vercel/otel": "^0.3.0",
"@wundergraph/react-relay": "^0.4.0",
"@wundergraph/sdk": "^0.174.0",
"@wundergraph/sdk": "^0.177.0",
"attr-accept": "^2.2.2",
"bcryptjs": "^2.4.3",
"clsx": "^1.1.1",
"core-js": "^3.30.1",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"file-selector": "^0.6.0",
"graphql": "^16.8.0",
"graphql-modules": "^2.1.2",
"graphql-modules": "^2.2.0",
"graphql-scalars": "^1.22.2",
"graphql-sse": "^2.2.0",
"graphql-yoga": "^4.0.3",
Expand All @@ -115,11 +115,11 @@
"kysely-d1": "^0.3.0",
"lottie-web": "^5.12.0",
"next": "^13.4.4",
"next-auth": "^4.22.3",
"next-auth": "^4.23.1",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"react-hook-form": "^7.46.1",
"react-relay": "^15.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
Expand All @@ -131,8 +131,8 @@
"schema-dts": "^1.1.2",
"superjson": "^1.13.1",
"tslib": "^2.5.2",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.1"
"zod": "^3.22.2",
"zod-validation-error": "^1.5.0"
},
"devDependencies": {
"@babel/core": "7.22.10",
Expand Down Expand Up @@ -296,7 +296,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 @@ -383,17 +383,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"
}
}
Loading

0 comments on commit 84e9bb1

Please sign in to comment.