Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent 17ed32d commit 66a3dbb
Show file tree
Hide file tree
Showing 6 changed files with 1,358 additions and 732 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"bump": "bumpp -r"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"bumpp": "^9.2.0",
"changelogithub": "^0.12.12",
"eslint": "^8.47.0",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"bumpp": "^9.7.1",
"changelogithub": "^0.13.11",
"eslint": "^8.57.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.0.2",
"react": "^18.2.0",
"turbo": "^1.10.13",
"typescript": "^5.1.6"
"prettier": "^3.3.3",
"react": "^18.3.1",
"turbo": "^1.13.4",
"typescript": "^5.6.3"
},
"prettier": {
"singleQuote": true
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@ts-rename-all/core": "workspace:*",
"@ts-rename-all/shared": "workspace:*",
"cleye": "^1.3.2",
"picocolors": "^1.0.0"
"picocolors": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20.5.4",
"@types/node": "^20.16.15",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
"tsx": "^3.14.0",
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"ts-morph": "^19.0.0"
},
"devDependencies": {
"@types/node": "^20.5.4",
"@vitest/coverage-v8": "^0.34.2",
"@types/node": "^20.16.15",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"typescript": "^5.6.3",
"vitest": "^0.34.6"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"build": "tsup"
},
"dependencies": {
"debug": "^4.3.4"
"debug": "^4.3.7"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/node": "^20.5.4",
"@types/debug": "^4.1.12",
"@types/node": "^20.16.15",
"tsup": "^7.2.0"
},
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,18 @@
"dependencies": {
"@ts-rename-all/core": "workspace:*",
"@ts-rename-all/shared": "workspace:*",
"vscode-jsonrpc": "^8.1.0",
"vscode-jsonrpc": "^8.2.1",
"vscode-languageclient": "^8.1.0",
"vscode-languageserver": "^8.1.0"
},
"devDependencies": {
"@types/node": "^20.5.4",
"@types/node": "^20.16.15",
"@types/vscode": "^1.80.0",
"@vscode/vsce": "^2.20.1",
"concurrently": "^8.2.1",
"esbuild": "^0.19.2",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
"@vscode/vsce": "^2.32.0",
"concurrently": "^8.2.2",
"esbuild": "^0.24.0",
"rimraf": "^5.0.10",
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 66a3dbb

Please sign in to comment.