Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group across 1 dir…
Browse files Browse the repository at this point in the history
…ectory with 5 updates (#116)
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent c08ed15 commit c33e3f8
Show file tree
Hide file tree
Showing 7 changed files with 837 additions and 827 deletions.
1,648 changes: 829 additions & 819 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.10.1"
},
"devDependencies": {
"typescript": "~5.3.3"
"typescript": "~5.4.5"
}
}
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.1.2"
},
"devDependencies": {
"vite": "~5.0.12"
"vite": "~5.2.10"
}
}
2 changes: 1 addition & 1 deletion projects/parcel-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"build": "tsc && parcel build --public-url ./ index.html"
},
"devDependencies": {
"parcel": "~2.11.0"
"parcel": "~2.12.0"
}
}
6 changes: 3 additions & 3 deletions projects/rollup-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@rollup/plugin-typescript": "~11.1.6",
"copyfiles": "~2.4.1",
"npm-run-all": "~4.1.5",
"rollup": "~4.9.5",
"serve": "~14.2.1",
"rollup": "~4.17.1",
"serve": "~14.2.3",
"tslib": "~2.6.2",
"typescript": "~5.3.3"
"typescript": "~5.4.5"
}
}
2 changes: 1 addition & 1 deletion projects/sveltekit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"svelte": "~4.2.8",
"svelte-check": "~3.6.2",
"tslib": "~2.6.2",
"vite": "~5.0.12"
"vite": "~5.2.10"
}
}
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.0.12"
"vite": "~5.2.10"
}
}

0 comments on commit c33e3f8

Please sign in to comment.