Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni-kantola committed Oct 18, 2023
1 parent 9348ada commit 2f8a716
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 82 deletions.
160 changes: 82 additions & 78 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 @@ -30,21 +30,21 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@neutralinojs/neu": "^9.7.0",
"@neutralinojs/neu": "^9.8.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/test-utils": "^2.4.1",
"adm-zip": "^0.5.10",
"concurrently": "^8.2.1",
"cpy": "^10.1.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.1",
"prettier": "^3.0.3",
"rcedit": "^4.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.19"
},
"lint-staged": {
"**/*": "npx prettier --write --ignore-unknown"
Expand Down

0 comments on commit 2f8a716

Please sign in to comment.