Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JensForstmann committed Sep 1, 2024
1 parent cf7e3bf commit 6712698
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
11 changes: 1 addition & 10 deletions frontend/src/components/CreateUpdateMatch.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import autoAnimate from '@formkit/auto-animate';
import {
Component,
For,
Match,
Show,
Switch,
createEffect,
createSignal,
onMount
} from 'solid-js';
import { Component, For, Match, Show, Switch, createEffect, createSignal, onMount } from 'solid-js';
import { createStore } from 'solid-js/store';
import {
IConfig,
Expand Down
19 changes: 12 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5"
"prettier-plugin-tailwindcss": "^0.6.6"
}
}

0 comments on commit 6712698

Please sign in to comment.