Skip to content

Commit

Permalink
fix(deps): update vue (#345)
Browse files Browse the repository at this point in the history
* fix(deps): update vue

* ci(general): 📌 Removed typescript from pinned deps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joery <[email protected]>
  • Loading branch information
renovate[bot] and Joery-M authored Jan 1, 2025
1 parent cf9bdba commit aca952e
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 84 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
'pnpm',

// Pinned
'@vue/devtools-api',
'typescript' // https://github.com/vuejs/language-tools/issues/5018
'@vue/devtools-api'
]
}
4 changes: 2 additions & 2 deletions packages/darkroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.1.0",
"@vueuse/rxjs": "^12.1.0",
"@vueuse/core": "^12.2.0",
"@vueuse/rxjs": "^12.2.0",
"timer-shim": "^0.3.0",
"util": "^0.12.5",
"vite-plugin-mkcert": "^1.17.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@safelight/daguerreo": "workspace:^",
"@safelight/shared": "workspace:*",
"@safelight/timeline": "workspace:*",
"@vueuse/core": "^12.1.0",
"@vueuse/core": "^12.2.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/integrations": "^12.1.0",
"@vueuse/math": "^12.1.0",
"@vueuse/rxjs": "^12.1.0",
"@vueuse/integrations": "^12.2.0",
"@vueuse/math": "^12.2.0",
"@vueuse/rxjs": "^12.2.0",
"comlink": "^4.4.2",
"dexie": "^4.0.10",
"dot-path-value": "^0.0.11",
Expand Down Expand Up @@ -72,7 +72,7 @@
"unplugin-vue-router": "^0.10.9",
"vite": "^6.0.5",
"vite-plugin-mkcert": "^1.17.6",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
},
"peerDependencies": {
"eventemitter3": "^5.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"peerDependencies": {
"@phosphor-icons/vue": "^2.2.1",
"@vueuse/core": "^12.1.0",
"@vueuse/rxjs": "^12.1.0",
"@vueuse/core": "^12.2.0",
"@vueuse/rxjs": "^12.2.0",
"comlink": "^4.4.2",
"vue": "^3.5.13",
"vue-i18n": "10.0.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@vue/devtools-kit": "^7.6.8",
"@vueuse/core": "^12.1.0",
"@vueuse/core": "^12.2.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^12.1.0",
"@vueuse/math": "^12.2.0",
"eventemitter3": "^5.0.1",
"vue": "^3.5.13"
},
Expand All @@ -42,6 +42,6 @@
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.6.3",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit aca952e

Please sign in to comment.