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 22, 2024
1 parent 98b0590 commit fd2bff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.17.0",
"typescript": "5.5.3"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/create-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
},
"devDependencies": {
"@swc/helpers": "0.5.11",
"@types/node": "20.14.1",
"@types/node": "22.10.2",
"@workleap/eslint-plugin": "3.2.2",
"@workleap/swc-configs": "2.2.3",
"@workleap/tsup-configs": "3.0.6",
"eslint": "8.57.0",
"eslint": "9.17.0",
"tsup": "8.1.0",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"c12": "1.11.1",
"chokidar": "3.6.0",
"c12": "2.0.1",
"chokidar": "4.0.3",
"commander": "12.1.0",
"kleur": "4.1.5",
"openapi-typescript": "7.0.2",
Expand Down

0 comments on commit fd2bff2

Please sign in to comment.