Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BCsabaEngine committed Aug 19, 2024
1 parent b8df573 commit 880cf41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"format:fix": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix .",
"fix": "npm run format:fix && npm run lint:fix"
"fix": "npm run format:fix && npm run lint:fix",
"npm:reinstall": "rm -rf ./node_modules && rm -f ./package-lock.json && npm i"
},
"keywords": [
"svelte",
Expand All @@ -52,7 +53,7 @@
],
"devDependencies": {
"@types/mime-types": "^2.1.4",
"@types/node": "^22.4.0",
"@types/node": "^22.4.1",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
Expand Down

0 comments on commit 880cf41

Please sign in to comment.