Skip to content

Commit

Permalink
fix: deps (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack authored May 7, 2024
1 parent 114759a commit 57bf3f1
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 230 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
"test": "jest"
},
"dependencies": {
"vue": "^3.4.25",
"vue": "^3.4.27",
"vue-template-compiler": "^2.7.16"
},
"devDependencies": {
"@jest/environment": "^29.7.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/vue": "^8.0.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/parser": "^7.8.0",
"@vue/compiler-sfc": "^3.4.25",
"@vue/test-utils": "^2.4.5",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
Expand Down
Loading

0 comments on commit 57bf3f1

Please sign in to comment.