Skip to content

Commit

Permalink
upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 24, 2024
1 parent 380ee68 commit 6de6114
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"devDependencies": {
"@ryanatkn/belt": "^0.24.11",
"@ryanatkn/eslint-config": "^0.4.2",
"@ryanatkn/fuz": "^0.118.2",
"@ryanatkn/fuz": "^0.119.0",
"@ryanatkn/fuz_blog": "^0.7.0",
"@ryanatkn/fuz_code": "^0.17.0",
"@ryanatkn/fuz_code": "^0.18.0",
"@ryanatkn/fuz_mastodon": "^0.23.0",
"@ryanatkn/gro": "^0.133.4",
"@ryanatkn/moss": "^0.11.1",
"@ryanatkn/moss": "^0.12.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"eslint": "^9.7.0",
"eslint-plugin-svelte": "^2.43.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^5.0.0-next.195",
"svelte": "^5.0.0-next.196",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
Expand Down
8 changes: 4 additions & 4 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ export const package_json = {
devDependencies: {
'@ryanatkn/belt': '^0.24.11',
'@ryanatkn/eslint-config': '^0.4.2',
'@ryanatkn/fuz': '^0.118.2',
'@ryanatkn/fuz': '^0.119.0',
'@ryanatkn/fuz_blog': '^0.7.0',
'@ryanatkn/fuz_code': '^0.17.0',
'@ryanatkn/fuz_code': '^0.18.0',
'@ryanatkn/fuz_mastodon': '^0.23.0',
'@ryanatkn/gro': '^0.133.4',
'@ryanatkn/moss': '^0.11.1',
'@ryanatkn/moss': '^0.12.0',
'@sveltejs/adapter-static': '^3.0.2',
'@sveltejs/kit': '^2.5.18',
'@sveltejs/vite-plugin-svelte': '^3.1.1',
eslint: '^9.7.0',
'eslint-plugin-svelte': '^2.43.0',
prettier: '^3.3.3',
'prettier-plugin-svelte': '^3.2.6',
svelte: '^5.0.0-next.195',
svelte: '^5.0.0-next.196',
'svelte-check': '^3.8.4',
tslib: '^2.6.3',
typescript: '^5.5.4',
Expand Down
2 changes: 1 addition & 1 deletion src/routes/tools/Time_Converter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="size_xl">
{#if ms != null}{ms}{:else}null{/if}
</div>
<small class="block text_2">milliseconds </small>
<small class="block text_color_3">milliseconds </small>
<div class="copy">
<Copy_To_Clipboard text={ms + ''} />
</div>
Expand Down

0 comments on commit 6de6114

Please sign in to comment.