Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Dec 4, 2023
1 parent fb085bb commit 1378fc9
Show file tree
Hide file tree
Showing 2 changed files with 1,302 additions and 1,090 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"xo": "xo"
},
"dependencies": {
"fuse.js": "^6.6.2",
"hotkeys-js": "^3.10.1",
"lit": "^2.6.1"
"fuse.js": "^7.0.0",
"hotkeys-js": "^3.12.2",
"lit": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"xo": "^0.53.1"
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"xo": "^0.56.0"
},
"keywords": [
"keyboard",
Expand All @@ -52,7 +52,8 @@
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
"@typescript-eslint/indent": "off"
"@typescript-eslint/indent": "off",
"unicorn/prefer-at": "off"
},
"ignores": [
"dist",
Expand Down
Loading

1 comment on commit 1378fc9

@vercel
Copy link

@vercel vercel bot commented on 1378fc9 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cmd-dialog – ./

cmd-dialog-git-main-ozzyczech.vercel.app
cmd-dialog-ozzyczech.vercel.app
cmd-dialog.vercel.app

Please sign in to comment.