Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 7 updat…
Browse files Browse the repository at this point in the history
…es (#67)
  • Loading branch information
dependabot[bot] committed Nov 24, 2023
1 parent d9dcf44 commit 86f5bb0
Show file tree
Hide file tree
Showing 7 changed files with 632 additions and 664 deletions.
1,276 changes: 622 additions & 654 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.4.1"
},
"devDependencies": {
"typescript": "~5.2.2"
"typescript": "~5.3.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.1.0"
},
"devDependencies": {
"vite": "~4.5.0"
"vite": "~5.0.2"
}
}
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.10.2"
"parcel": "~2.10.3"
}
}
4 changes: 2 additions & 2 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.5",
"copyfiles": "~2.4.1",
"npm-run-all": "~4.1.5",
"rollup": "~4.4.0",
"rollup": "~4.5.1",
"serve": "~14.2.1",
"tslib": "~2.6.2",
"typescript": "~5.2.2"
"typescript": "~5.3.2"
}
}
8 changes: 4 additions & 4 deletions projects/sveltekit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "~2.1.1",
"@sveltejs/kit": "~1.27.5",
"svelte": "~4.2.3",
"svelte-check": "~3.6.0",
"@sveltejs/kit": "~1.27.6",
"svelte": "~4.2.7",
"svelte-check": "~3.6.1",
"tslib": "~2.6.2",
"vite": "~4.5.0"
"vite": "~5.0.2"
}
}
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": "~4.5.0"
"vite": "~5.0.2"
}
}

0 comments on commit 86f5bb0

Please sign in to comment.