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 4, 2023
1 parent 9c89463 commit 113afb6
Show file tree
Hide file tree
Showing 17 changed files with 786 additions and 677 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@d882d12c64e032187b2edb46d3a0d003b7a43598 # 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@d882d12c64e032187b2edb46d3a0d003b7a43598 # 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@d882d12c64e032187b2edb46d3a0d003b7a43598 # 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.0",
"pino-pretty": "^10.2.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"storm",
"storm-lang"
],
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.1",
"engines": {
"node": ">=18.17.0",
"pnpm": ">=8.6.3"
Expand Down Expand Up @@ -91,15 +91,15 @@
"@vercel/edge-config": "^0.2.1",
"@vercel/otel": "^0.3.0",
"@wundergraph/react-relay": "^0.4.0",
"@wundergraph/sdk": "^0.174.0",
"@wundergraph/sdk": "^0.176.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.7.1",
"graphql-modules": "^2.1.2",
"graphql": "^16.8.0",
"graphql-modules": "^2.2.0",
"graphql-scalars": "^1.22.2",
"graphql-sse": "^2.2.0",
"graphql-yoga": "^4.0.3",
Expand All @@ -110,11 +110,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.0",
"react-relay": "^15.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
Expand All @@ -126,8 +126,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
Loading

0 comments on commit 113afb6

Please sign in to comment.