Skip to content

Commit

Permalink
update deps of project
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Feb 16, 2024
1 parent 18be715 commit e21a49f
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 119 deletions.
113 changes: 59 additions & 54 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 @@ -31,13 +31,13 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"sass": "^1.70.0",
"sass": "^1.71.0",
"vue": "^3.4.19"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.4",
Expand All @@ -49,10 +49,10 @@
"npm-run-all": "^4.1.5",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3",
"vite": "^5.1.2",
"vite": "^5.1.3",
"vite-plugin-style-inject": "^0.0.1",
"vite-svg-loader": "^4.0.0",
"vitest": "^1.2.2",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit e21a49f

Please sign in to comment.