Skip to content

Commit b440ec5

Browse files
authored
Merge branch 'master' into alt-2760-opt-schema
2 parents b8a0de1 + 92478f1 commit b440ec5

4 files changed

Lines changed: 16 additions & 19 deletions

File tree

.github/workflows/dependencies.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@ jobs:
2424
node-version: 20
2525
cache: pnpm
2626

27+
- name: Remove lock
28+
run: rm pnpm-lock.yaml
29+
2730
- name: Install dependencies
2831
run: pnpm install
2932

30-
- name: Upgrade dependencies
31-
run: |
32-
pnpm -w upgrade
33-
pnpm -F express-zod-api upgrade
34-
pnpm dedupe
35-
3633
- name: Branch name
3734
id: create-branch
3835
run: |

express-zod-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ansis": "^4.1.0",
5353
"node-mocks-http": "^1.17.2",
5454
"openapi3-ts": "^4.4.0",
55-
"ramda": "^0.30.1"
55+
"ramda": "^0.31.3"
5656
},
5757
"peerDependencies": {
5858
"@types/compression": "catalog:peer",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vitest/coverage-v8": "^3.2.3",
2626
"eslint": "^9.28.0",
2727
"eslint-config-prettier": "^10.1.5",
28-
"eslint-plugin-allowed-dependencies": "^1.3.0",
28+
"eslint-plugin-allowed-dependencies": "^1.3.1",
2929
"eslint-plugin-prettier": "^5.4.1",
3030
"husky": "^9.0.5",
3131
"prettier": "3.5.3",

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)