Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent c81ca8d commit 9a77618
Show file tree
Hide file tree
Showing 3 changed files with 792 additions and 582 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.18.0
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"dependencies": {
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"express": "^4.18.3",
"pinia": "^2.1.7",
"express": "^4.21.0",
"pinia": "^2.2.4",
"vue": "^3.4.38",
"vue-router": "^4.2.5"
"vue-router": "^4.4.5"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
Expand All @@ -39,7 +39,7 @@
"@types/jsdom": "^21.1.7",
"@types/node": "^20.11.30",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/ui": "^1.2.2",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"c8": "^10.1.2",
Expand All @@ -50,18 +50,18 @@
"jsdom": "^25.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"postcss-html": "^1.6.0",
"sass": "^1.70.0",
"stylelint": "^16.2.1",
"postcss-html": "^1.7.0",
"sass": "^1.79.4",
"stylelint": "^16.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"ts-node-dev": "^2.0.0",
"typescript": "~5.3.3",
"vite": "^5.0.11",
"typescript": "~5.6.2",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.2.2",
"vitest": "^1.6.0",
"vue-tsc": "^1.8.27"
},
"repository": {
Expand All @@ -74,6 +74,6 @@
},
"license": "UNLICENSED",
"volta": {
"node": "20.11.1"
"node": "20.18.0"
}
}
Loading

0 comments on commit 9a77618

Please sign in to comment.