Skip to content

Commit

Permalink
fix(deps): update vue
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent c84d62f commit 7e70702
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"vite-plugin-hot-glob": "^1.0.0",
"vitest": "^2.1.5",
"vue": "^3.5.13",
"vue-i18n": "10.0.4"
"vue-i18n": "10.0.5"
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}
2 changes: 1 addition & 1 deletion packages/darkroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@codemirror/lang-javascript": "^6.2.2",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.0.0",
"@vueuse/rxjs": "^12.0.0",
"timer-shim": "^0.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"tailwindcss-primeui": "^0.3.4",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-i18n": "10.0.4",
"vue-i18n": "10.0.5",
"vue-markdown-render": "^2.2.1",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@babel/types": "^7.26.0",
Expand All @@ -57,7 +57,7 @@
"@types/node": "^22.10.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"glob": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/uuid": "^10.0.0",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitest/ui": "^2.1.5",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"fake-indexeddb": "^6.0.0",
"happy-dom": "^15.11.6",
"vitest": "^2.1.5"
Expand All @@ -41,6 +41,6 @@
"@vueuse/rxjs": "^12.0.0",
"comlink": "^4.4.2",
"vue": "^3.5.13",
"vue-i18n": "10.0.4"
"vue-i18n": "10.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:run": "vitest run --ui false"
},
"dependencies": {
"@vue/devtools-kit": "^7.6.4",
"@vue/devtools-kit": "^7.6.7",
"@vueuse/core": "^12.0.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^12.0.0",
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"@types/node": "^22.10.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"canvas": "^2.11.2",
"happy-dom": "^15.11.6",
"jsdom": "^25.0.1",
Expand Down
114 changes: 57 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e70702

Please sign in to comment.