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 Jan 30, 2025
1 parent ca43232 commit 0f38b81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"@workleap/create-schemas": "workspace:*",
"openapi-fetch": "0.10.2",
"openapi-msw": "0.7.0"
"openapi-msw": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@changesets/cli": "2.27.7",
"@workleap/eslint-plugin": "3.2.2",
"@workleap/typescript-configs": "3.0.2",
"eslint": "8.57.0",
"eslint": "9.19.0",
"typescript": "5.5.3"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions packages/create-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
},
"devDependencies": {
"@swc/helpers": "0.5.11",
"@types/node": "20.14.1",
"@types/node": "22.10.10",
"@workleap/eslint-plugin": "3.2.2",
"@workleap/swc-configs": "2.2.3",
"@workleap/tsup-configs": "3.0.6",
"eslint": "8.57.0",
"eslint": "9.19.0",
"tsup": "8.1.0",
"vitest": "1.6.0"
"vitest": "3.0.4"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"c12": "1.11.1",
"chokidar": "3.6.0",
"commander": "12.1.0",
"c12": "2.0.1",
"chokidar": "4.0.3",
"commander": "13.1.0",
"kleur": "4.1.5",
"openapi-typescript": "7.0.2",
"typescript": "5.5.3",
Expand Down

0 comments on commit 0f38b81

Please sign in to comment.