Skip to content

Commit

Permalink
chore(deps): update devdependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 54dc290 commit 3b934dd
Show file tree
Hide file tree
Showing 4 changed files with 1,066 additions and 614 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"release": "tsx scripts/release.ts"
},
"devDependencies": {
"@octokit/core": "^5.0.1",
"@octokit/core": "^6.0.0",
"@swc/core": "1.3.94",
"@tsconfig/node14": "14.1.0",
"@tsconfig/node16": "16.1.1",
"@tsconfig/recommended": "1.0.3",
"@types/node": "20.8.7",
"@types/node": "22.10.0",
"@types/semver": "^7.5.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.52.0",
"eslint-plugin-deprecation": "2.0.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "9.15.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-tsdoc": "0.2.17",
"execa": "8.0.1",
"execa": "9.5.1",
"fast-glob": "3.3.1",
"fs-jetpack": "5.1.0",
"markdown-toc": "^1.2.0",
Expand All @@ -40,7 +40,7 @@
"semver-regex": "4.0.5",
"tsx": "^4.0.0",
"typescript": "5.2.2",
"vitest": "0.34.6",
"vitest": "2.1.6",
"zod": "3.22.4"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@molt/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"@types/lodash.camelcase": "4.3.8",
"@types/lodash.snakecase": "^4.1.8",
"conditional-type-checks": "1.0.6",
"execa": "8.0.1",
"execa": "9.5.1",
"fast-glob": "3.3.1",
"fs-jetpack": "5.1.0",
"tsd": "0.29.0",
"vitest": "0.34.6",
"vitest": "2.1.6",
"vitest-mock-process": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/molt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"zod": "^3.22.2"
},
"devDependencies": {
"execa": "8.0.1",
"execa": "9.5.1",
"fast-glob": "3.3.1",
"fs-jetpack": "5.1.0"
}
Expand Down
Loading

0 comments on commit 3b934dd

Please sign in to comment.