Skip to content

Commit 683e41b

Browse files
committed
chore: update app-vite beta and dependencies
1 parent c5648cd commit 683e41b

8 files changed

Lines changed: 196 additions & 196 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@types/node": "^25.9.2",
3131
"@vitest/coverage-v8": "^4.1.8",
3232
"npm-check-updates": "^22.2.3",
33-
"oxfmt": "^0.53.0",
34-
"oxlint": "^1.68.0",
33+
"oxfmt": "^0.54.0",
34+
"oxlint": "^1.69.0",
3535
"typescript": "~6.0.3",
3636
"vitest": "^4.1.8",
3737
"vue": "^3.5.35"

packages/app-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ quasar ext add @quasar/qwindow@beta
2222
## Requirements
2323

2424
- Quasar v2.
25-
- `@quasar/app-vite` >=3.0.0-beta.42.
25+
- `@quasar/app-vite` >=3.0.0-beta.43.
2626

2727
## Uninstall
2828

packages/app-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@quasar/quasar-ui-qwindow": "workspace:^"
4646
},
4747
"devDependencies": {
48-
"@quasar/app-vite": "3.0.0-beta.42",
48+
"@quasar/app-vite": "3.0.0-beta.43",
4949
"quasar": "^2.19.3",
5050
"typescript": "~6.0.3"
5151
},
5252
"peerDependencies": {
53-
"@quasar/app-vite": ">=3.0.0-beta.42"
53+
"@quasar/app-vite": ">=3.0.0-beta.43"
5454
},
5555
"engines": {
5656
"node": ">=22.13",

packages/app-extension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { defineIndexScript } from "#q-app";
99

1010
export default defineIndexScript((api) => {
1111
api.compatibleWith("quasar", "^2.0.0");
12-
api.compatibleWith("@quasar/app-vite", ">=3.0.0-beta.42");
12+
api.compatibleWith("@quasar/app-vite", ">=3.0.0-beta.43");
1313

1414
api.registerDescribeApi("QWindow", "~@quasar/quasar-ui-qwindow/dist/api/QWindow.json");
1515

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"@md-plugins/vite-examples-plugin": "0.1.0-beta.26",
3434
"@md-plugins/vite-md-plugin": "0.1.0-beta.26",
3535
"@md-plugins/vite-ssg-plugin": "0.1.0-beta.26",
36-
"@quasar/app-vite": "3.0.0-beta.42",
36+
"@quasar/app-vite": "3.0.0-beta.43",
3737
"@quasar/quasar-ui-qwindow": "workspace:*",
3838
"@types/node": "^25.9.2",
3939
"autoprefixer": "^10.5.0",
4040
"sass-embedded": "^1.100.0",
4141
"typescript": "~6.0.3",
4242
"vite-plugin-checker": "^0.14.1",
43-
"vue-tsc": "^3.3.3"
43+
"vue-tsc": "^3.3.4"
4444
},
4545
"engines": {
4646
"node": ">=22.13",

packages/docs/src/markdown/getting-started/installation-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ While QWindow v3 is in beta, install with:
2626
quasar ext add @quasar/qwindow@beta
2727
```
2828

29-
The QWindow v3 App Extension targets Quasar CLI Vite 3 and requires `@quasar/app-vite` >=3.0.0-beta.42. It
29+
The QWindow v3 App Extension targets Quasar CLI Vite 3 and requires `@quasar/app-vite` >=3.0.0-beta.43. It
3030
does not support webpack-based Quasar applications.
3131

3232
### Manual Boot File

packages/docs/src/markdown/other/upgrade-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tooling.
1313
## Requirements
1414

1515
- Vue 3 and Quasar v2.
16-
- Quasar CLI Vite with `@quasar/app-vite` >=3.0.0-beta.42 for the App Extension.
16+
- Quasar CLI Vite with `@quasar/app-vite` >=3.0.0-beta.43 for the App Extension.
1717
- Node.js 22.13 or newer.
1818
- pnpm 11.4 or newer when working in this repository.
1919

pnpm-lock.yaml

Lines changed: 186 additions & 186 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)