Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m committed Dec 25, 2023
1 parent deb7c36 commit ee17ebb
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 149 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>reims2/renovate",
":disableDependencyDashboard"
":disableDependencyDashboard",
":pinOnlyDevDependencies"
],
"rangeStrategy": "update-lockfile"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"devDependencies": {
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/node": "20.10.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"prettier": "3.1.0",
"semantic-release": "^22.0.7",
"ts-node": "10.9.1",
"@types/node": "20.10.5",
"conventional-changelog-conventionalcommits": "7.0.2",
"prettier": "3.1.1",
"semantic-release": "22.0.12",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
"dependencies": {
"@vueuse/core": ">9.x",
"vue": ">=3.3 <4"
"@vueuse/core": "^10.7.0",
"vue": "^3.3.13"
}
}
Loading

0 comments on commit ee17ebb

Please sign in to comment.