Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophJeworutzki committed Oct 11, 2024
2 parents f3b2472 + 5b6fa8e commit 1757f79
Show file tree
Hide file tree
Showing 6 changed files with 860 additions and 656 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vitepress": "1.3.4",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"scripts": {
"dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
"dependencies": {
"@maas/vue-equipment/utils": "workspace:utils@*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@maas/mirror": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@nuxt/kit": "^3.13.2"
},
"devDependencies": {
"@nuxt/devtools": "1.5.1",
"@nuxt/devtools": "1.5.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"@maas/vue-equipment/composables": "workspace:composables@*",
"@maas/vue-equipment/utils": "workspace:utils@*",
"defu": "^6.1.2",
"vue": "^3.5.10"
"vue": "^3.5.11"
}
}
Loading

0 comments on commit 1757f79

Please sign in to comment.