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 26, 2024
1 parent 3d4dbe1 commit eb3c5f2
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"dependencies": {
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"express": "^4.18.3",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue": "^3.4.38",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@faker-js/faker": "^9.0.0",
"@kong/eslint-config-kong-ui": "^1.0.3",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/node20": "^20.1.4",
"@types/body-parser": "^1.19.5",
"@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",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.11.30",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/ui": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"c8": "^9.1.0",
"commitizen": "^4.3.0",
Expand All @@ -49,7 +49,7 @@
"eslint": "^9.4.0",
"jsdom": "^25.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss": "^8.4.47",
"postcss-html": "^1.6.0",
"sass": "^1.70.0",
"stylelint": "^16.2.1",
Expand All @@ -60,7 +60,7 @@
"ts-node-dev": "^2.0.0",
"typescript": "~5.3.3",
"vite": "^5.0.11",
"vite-plugin-vue-devtools": "^7.0.14",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
},
Expand All @@ -74,6 +74,6 @@
},
"license": "UNLICENSED",
"volta": {
"node": "20.11.0"
"node": "20.11.1"
}
}
Loading

0 comments on commit eb3c5f2

Please sign in to comment.