Skip to content

Commit

Permalink
version 3.6.4 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed May 12, 2023
1 parent 211a174 commit 9335545
Show file tree
Hide file tree
Showing 317 changed files with 2,551 additions and 2,448 deletions.
8 changes: 4 additions & 4 deletions cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"cypress": "^12.11.0",
"@vitejs/plugin-vue": "^4.2.3",
"cypress": "^12.12.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.3.4"
"vite": "^4.3.5"
}
}
1 change: 0 additions & 1 deletion cypress/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions cypress/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
6 changes: 3 additions & 3 deletions default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"vite": "^4.3.4"
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.5"
}
}
1 change: 0 additions & 1 deletion default/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions default/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
8 changes: 4 additions & 4 deletions jsx-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"cypress": "^12.11.0",
"cypress": "^12.12.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.3.4"
"vite": "^4.3.5"
}
}
1 change: 0 additions & 1 deletion jsx-cypress/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions jsx-cypress/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
10 changes: 5 additions & 5 deletions jsx-pinia-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"pinia": "^2.0.35",
"vue": "^3.2.47"
"pinia": "^2.0.36",
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"cypress": "^12.11.0",
"cypress": "^12.12.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.3.4"
"vite": "^4.3.5"
}
}
1 change: 0 additions & 1 deletion jsx-pinia-cypress/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions jsx-pinia-cypress/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
8 changes: 4 additions & 4 deletions jsx-pinia-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"test:e2e": "playwright test"
},
"dependencies": {
"pinia": "^2.0.35",
"vue": "^3.2.47"
"pinia": "^2.0.36",
"vue": "^3.3.2"
},
"devDependencies": {
"@playwright/test": "^1.33.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"vite": "^4.3.4"
"vite": "^4.3.5"
}
}
1 change: 0 additions & 1 deletion jsx-pinia-playwright/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions jsx-pinia-playwright/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
10 changes: 5 additions & 5 deletions jsx-pinia-vitest-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
},
"dependencies": {
"pinia": "^2.0.35",
"vue": "^3.2.47"
"pinia": "^2.0.36",
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"cypress": "^12.11.0",
"cypress": "^12.12.0",
"jsdom": "^22.0.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.3.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
}
}
1 change: 0 additions & 1 deletion jsx-pinia-vitest-cypress/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions jsx-pinia-vitest-cypress/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
5 changes: 4 additions & 1 deletion jsx-pinia-vitest-cypress/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ export default mergeConfig(
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
root: fileURLToPath(new URL('./', import.meta.url))
root: fileURLToPath(new URL('./', import.meta.url)),
transformMode: {
web: [/\.[jt]sx$/],
},
}
})
)
8 changes: 4 additions & 4 deletions jsx-pinia-vitest-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"test:e2e": "playwright test"
},
"dependencies": {
"pinia": "^2.0.35",
"vue": "^3.2.47"
"pinia": "^2.0.36",
"vue": "^3.3.2"
},
"devDependencies": {
"@playwright/test": "^1.33.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"jsdom": "^22.0.0",
"vite": "^4.3.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
}
}
1 change: 0 additions & 1 deletion jsx-pinia-vitest-playwright/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions jsx-pinia-vitest-playwright/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
5 changes: 4 additions & 1 deletion jsx-pinia-vitest-playwright/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ export default mergeConfig(
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
root: fileURLToPath(new URL('./', import.meta.url))
root: fileURLToPath(new URL('./', import.meta.url)),
transformMode: {
web: [/\.[jt]sx$/],
},
}
})
)
8 changes: 4 additions & 4 deletions jsx-pinia-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"test:unit": "vitest"
},
"dependencies": {
"pinia": "^2.0.35",
"vue": "^3.2.47"
"pinia": "^2.0.36",
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"jsdom": "^22.0.0",
"vite": "^4.3.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
}
}
1 change: 0 additions & 1 deletion jsx-pinia-vitest/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions jsx-pinia-vitest/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
5 changes: 4 additions & 1 deletion jsx-pinia-vitest/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ export default mergeConfig(
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
root: fileURLToPath(new URL('./', import.meta.url))
root: fileURLToPath(new URL('./', import.meta.url)),
transformMode: {
web: [/\.[jt]sx$/],
},
}
})
)
10 changes: 5 additions & 5 deletions jsx-pinia-with-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
},
"dependencies": {
"pinia": "^2.0.35",
"vue": "^3.2.47"
"pinia": "^2.0.36",
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"cypress": "^12.11.0",
"cypress": "^12.12.0",
"jsdom": "^22.0.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.3.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
}
}
1 change: 0 additions & 1 deletion jsx-pinia-with-tests/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions jsx-pinia-with-tests/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
5 changes: 4 additions & 1 deletion jsx-pinia-with-tests/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ export default mergeConfig(
test: {
environment: 'jsdom',
exclude: [...configDefaults.exclude, 'e2e/*'],
root: fileURLToPath(new URL('./', import.meta.url))
root: fileURLToPath(new URL('./', import.meta.url)),
transformMode: {
web: [/\.[jt]sx$/],
},
}
})
)
8 changes: 4 additions & 4 deletions jsx-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "vite preview"
},
"dependencies": {
"pinia": "^2.0.35",
"vue": "^3.2.47"
"pinia": "^2.0.36",
"vue": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"vite": "^4.3.4"
"vite": "^4.3.5"
}
}
1 change: 0 additions & 1 deletion jsx-pinia/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
*::after {
box-sizing: border-box;
margin: 0;
position: relative;
font-weight: normal;
}

Expand Down
1 change: 1 addition & 0 deletions jsx-pinia/src/components/WelcomeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.item {
margin-top: 2rem;
display: flex;
position: relative;
}
.details {
Expand Down
Loading

0 comments on commit 9335545

Please sign in to comment.