Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 6 updat…
Browse files Browse the repository at this point in the history
…es (#162)
  • Loading branch information
dependabot[bot] committed Sep 17, 2024
1 parent 0c9ea22 commit bd51d8d
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 150 deletions.
284 changes: 142 additions & 142 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@maxgraph/core": "0.13.0"
},
"devDependencies": {
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion projects/lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lit": "~3.2.0"
},
"devDependencies": {
"vite": "~5.4.3"
"vite": "~5.4.5"
}
}
2 changes: 1 addition & 1 deletion projects/rollup-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rollup/plugin-typescript": "~11.1.6",
"copyfiles": "~2.4.1",
"npm-run-all": "~4.1.5",
"rollup": "~4.21.2",
"rollup": "~4.21.3",
"serve": "~14.2.3",
"tslib": "~2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/rsbuild-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-rc.5"
"@rsbuild/core": "1.0.4"
}
}
6 changes: 3 additions & 3 deletions projects/sveltekit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "~3.0.4",
"@sveltejs/kit": "~2.5.26",
"@sveltejs/kit": "~2.5.27",
"@sveltejs/vite-plugin-svelte": "~3.1.2",
"svelte": "~4.2.19",
"svelte-check": "~4.0.1",
"svelte-check": "~4.0.2",
"tslib": "~2.7.0",
"vite": "~5.4.3"
"vite": "~5.4.5"
}
}
2 changes: 1 addition & 1 deletion projects/vitejs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "~5.4.3"
"vite": "~5.4.5"
}
}

0 comments on commit bd51d8d

Please sign in to comment.