Skip to content

Commit

Permalink
upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed May 1, 2024
1 parent b78f1eb commit b45c9a5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 28 deletions.
39 changes: 18 additions & 21 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"devDependencies": {
"@ryanatkn/belt": "^0.20.10",
"@ryanatkn/eslint-config": "^0.1.2",
"@ryanatkn/fuz": "^0.99.0",
"@ryanatkn/fuz": "^0.101.0",
"@ryanatkn/gro": "^0.115.2",
"@ryanatkn/moss": "^0.2.0",
"@ryanatkn/moss": "^0.3.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.6",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-svelte": "^2.36.0-next.13",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^5.0.0-next.105",
"svelte": "^5.0.0-next.120",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import Themed from '@ryanatkn/fuz/Themed.svelte';
import Dialog from '@ryanatkn/fuz/Dialog.svelte';
import Contextmenu_Root from '@ryanatkn/fuz/Contextmenu_Root.svelte';
import {contextmenu_action} from '@ryanatkn/fuz/contextmenu.svelte.js';
import {contextmenu_action} from '@ryanatkn/fuz/contextmenu_helpers.svelte.js';
import type {Snippet} from 'svelte';
import Settings from '$routes/Settings.svelte';
Expand Down
6 changes: 3 additions & 3 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export const package_json = {
devDependencies: {
'@ryanatkn/belt': '^0.20.10',
'@ryanatkn/eslint-config': '^0.1.2',
'@ryanatkn/fuz': '^0.99.0',
'@ryanatkn/fuz': '^0.101.0',
'@ryanatkn/gro': '^0.115.2',
'@ryanatkn/moss': '^0.2.0',
'@ryanatkn/moss': '^0.3.0',
'@sveltejs/adapter-static': '^3.0.1',
'@sveltejs/kit': '^2.5.6',
'@sveltejs/vite-plugin-svelte': '^3.1.0',
Expand All @@ -37,7 +37,7 @@ export const package_json = {
'eslint-plugin-svelte': '^2.36.0-next.13',
prettier: '^3.2.5',
'prettier-plugin-svelte': '^3.2.3',
svelte: '^5.0.0-next.105',
svelte: '^5.0.0-next.120',
'svelte-check': '^3.6.9',
tslib: '^2.6.2',
typescript: '^5.4.5',
Expand Down

0 comments on commit b45c9a5

Please sign in to comment.