Skip to content

Commit

Permalink
chore(deps): update dependency typescript-eslint to v8.18.0 (v1) (#2187)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <[email protected]>
  • Loading branch information
renovate[bot] and FabianLars authored Dec 10, 2024
1 parent d7e2304 commit 55da13d
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 236 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prettier": "3.4.2",
"rollup": "4.28.1",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0"
"typescript-eslint": "8.18.0"
},
"resolutions": {
"semver": ">=7.5.2",
Expand Down
4 changes: 2 additions & 2 deletions plugins/store/examples/AppSettingsManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@tauri-apps/cli": "1.6.3",
"vite": "^5.4.7",
"typescript": "^5.3.3"
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}
4 changes: 2 additions & 2 deletions plugins/websocket/examples/tauri-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"@tauri-apps/cli": "1.6.3",
"typescript": "^5.3.3",
"vite": "^5.4.7"
"typescript": "^5.7.2",
"vite": "^6.0.3"
},
"dependencies": {
"tauri-plugin-websocket-api": "link:..\\.."
Expand Down
Loading

0 comments on commit 55da13d

Please sign in to comment.