Skip to content

Commit

Permalink
fix(deps): update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 20, 2024
1 parent 98b0590 commit 05af1c4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@workleap/create-schemas": "workspace:*",
"openapi-fetch": "0.10.2",
"openapi-msw": "0.7.0"
"openapi-fetch": "0.13.3",
"openapi-msw": "0.7.1"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"build": "retype build"
},
"dependencies": {
"retypeapp": "3.5.0"
"retypeapp": "3.6.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@workleap/eslint-plugin": "3.2.2",
"@changesets/cli": "2.27.10",
"@workleap/eslint-plugin": "3.2.5",
"@workleap/typescript-configs": "3.0.2",
"eslint": "8.57.0",
"typescript": "5.5.3"
"eslint": "8.57.1",
"typescript": "5.7.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/create-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
"build": "tsup --config tsup.build.ts"
},
"devDependencies": {
"@swc/helpers": "0.5.11",
"@types/node": "20.14.1",
"@workleap/eslint-plugin": "3.2.2",
"@swc/helpers": "0.5.15",
"@types/node": "20.17.10",
"@workleap/eslint-plugin": "3.2.5",
"@workleap/swc-configs": "2.2.3",
"@workleap/tsup-configs": "3.0.6",
"eslint": "8.57.0",
"tsup": "8.1.0",
"eslint": "8.57.1",
"tsup": "8.3.5",
"vitest": "1.6.0"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"c12": "1.11.1",
"c12": "1.11.2",
"chokidar": "3.6.0",
"commander": "12.1.0",
"kleur": "4.1.5",
"openapi-typescript": "7.0.2",
"typescript": "5.5.3",
"zod": "3.23.8"
"openapi-typescript": "7.4.4",
"typescript": "5.7.2",
"zod": "3.24.1"
}
}

0 comments on commit 05af1c4

Please sign in to comment.