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 Sep 16, 2024
1 parent 90f947f commit 67762a6
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 472 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.17.0
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
"pinia": "^2.2.2",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
Expand All @@ -37,31 +37,31 @@
"@types/express": "^4.17.21",
"@types/flat": "^5.0.5",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.16",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/ui": "^1.2.2",
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"c8": "^9.1.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.4.0",
"jsdom": "^24.0.0",
"eslint": "^9.9.1",
"jsdom": "^24.1.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss-html": "^1.6.0",
"sass": "^1.70.0",
"stylelint": "^16.2.1",
"postcss-html": "^1.7.0",
"sass": "^1.78.0",
"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",
"typescript": "~5.5.4",
"vite": "^5.0.11",
"vite-plugin-vue-devtools": "^7.0.14",
"vitest": "^1.2.2",
"vite-plugin-vue-devtools": "^7.4.4",
"vitest": "^1.6.0",
"vue-tsc": "^1.8.27"
},
"repository": {
Expand All @@ -74,6 +74,6 @@
},
"license": "UNLICENSED",
"volta": {
"node": "20.11.0"
"node": "20.17.0"
}
}
Loading

0 comments on commit 67762a6

Please sign in to comment.