Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastelly committed Sep 12, 2024
1 parent d9f64d4 commit dfac98c
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 105 deletions.
205 changes: 106 additions & 99 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tsc:export-types": "tsc --outDir types"
},
"dependencies": {
"vue": "^3.4.38"
"vue": "^3.5.4"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand All @@ -43,13 +43,13 @@
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.1.5",
"eslint-plugin-import": "^2.30.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.9",
"typescript": "^5.5.4",
"vue": "^3.4.38",
"lint-staged": "^15.2.10",
"typescript": "^5.6.2",
"vue": "^3.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
Expand Down

0 comments on commit dfac98c

Please sign in to comment.