Skip to content

Commit 3afeb1e

Browse files
committed
version 3.11 snapshot
1 parent 4d637f1 commit 3afeb1e

File tree

839 files changed

+6015
-5498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

839 files changed

+6015
-5498
lines changed

cypress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This template should help get you started developing with Vue 3 in Vite.
88

99
## Customize configuration
1010

11-
See [Vite Configuration Reference](https://vitejs.dev/config/).
11+
See [Vite Configuration Reference](https://vite.dev/config/).
1212

1313
## Project Setup
1414

cypress/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"test:unit:dev": "cypress open --component"
1414
},
1515
"dependencies": {
16-
"vue": "^3.4.29"
16+
"vue": "^3.5.11"
1717
},
1818
"devDependencies": {
19-
"@vitejs/plugin-vue": "^5.0.5",
20-
"cypress": "^13.12.0",
21-
"start-server-and-test": "^2.0.4",
22-
"vite": "^5.3.1"
19+
"@vitejs/plugin-vue": "^5.1.4",
20+
"cypress": "^13.15.0",
21+
"start-server-and-test": "^2.0.8",
22+
"vite": "^5.4.8"
2323
}
2424
}

cypress/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defineProps({
1212
<h1 class="green">{{ msg }}</h1>
1313
<h3>
1414
You’ve successfully created a project with
15-
<a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
15+
<a href="https://vite.dev/" target="_blank" rel="noopener">Vite</a> +
1616
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
1717
</h3>
1818
</div>

cypress/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import SupportIcon from './icons/IconSupport.vue'
2626
<template #heading>Tooling</template>
2727

2828
This project is served and bundled with
29-
<a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
29+
<a href="https://vite.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
3030
recommended IDE setup is
3131
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
3232
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If

cypress/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { fileURLToPath, URL } from 'node:url'
33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'
55

6-
// https://vitejs.dev/config/
6+
// https://vite.dev/config/
77
export default defineConfig({
88
plugins: [
99
vue(),

default/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This template should help get you started developing with Vue 3 in Vite.
88

99
## Customize configuration
1010

11-
See [Vite Configuration Reference](https://vitejs.dev/config/).
11+
See [Vite Configuration Reference](https://vite.dev/config/).
1212

1313
## Project Setup
1414

default/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.4.29"
12+
"vue": "^3.5.11"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^5.0.5",
16-
"vite": "^5.3.1"
15+
"@vitejs/plugin-vue": "^5.1.4",
16+
"vite": "^5.4.8"
1717
}
1818
}

default/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defineProps({
1212
<h1 class="green">{{ msg }}</h1>
1313
<h3>
1414
You’ve successfully created a project with
15-
<a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
15+
<a href="https://vite.dev/" target="_blank" rel="noopener">Vite</a> +
1616
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
1717
</h3>
1818
</div>

default/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import SupportIcon from './icons/IconSupport.vue'
2626
<template #heading>Tooling</template>
2727

2828
This project is served and bundled with
29-
<a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
29+
<a href="https://vite.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
3030
recommended IDE setup is
3131
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
3232
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If

default/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { fileURLToPath, URL } from 'node:url'
33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'
55

6-
// https://vitejs.dev/config/
6+
// https://vite.dev/config/
77
export default defineConfig({
88
plugins: [
99
vue(),

0 commit comments

Comments
 (0)