Skip to content

Commit

Permalink
version 3.6.2 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed May 5, 2023
1 parent fb8f802 commit a85ce4e
Show file tree
Hide file tree
Showing 473 changed files with 6,360 additions and 4,868 deletions.
2 changes: 1 addition & 1 deletion cypress/cypress/e2e/example.cy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://docs.cypress.io/api/introduction/api.html
// https://on.cypress.io/api

describe('My First Test', () => {
it('visits the app root url', () => {
Expand Down
6 changes: 3 additions & 3 deletions cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"cypress": "^12.7.0",
"@vitejs/plugin-vue": "^4.2.1",
"cypress": "^12.11.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.1.4"
"vite": "^4.3.4"
}
}
4 changes: 2 additions & 2 deletions cypress/src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './assets/main.css'

import { createApp } from 'vue'
import App from './App.vue'

import './assets/main.css'

createApp(App).mount('#app')
4 changes: 2 additions & 2 deletions default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.1.4"
"@vitejs/plugin-vue": "^4.2.1",
"vite": "^4.3.4"
}
}
4 changes: 2 additions & 2 deletions default/src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './assets/main.css'

import { createApp } from 'vue'
import App from './App.vue'

import './assets/main.css'

createApp(App).mount('#app')
2 changes: 1 addition & 1 deletion jsx-cypress/cypress/e2e/example.cy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://docs.cypress.io/api/introduction/api.html
// https://on.cypress.io/api

describe('My First Test', () => {
it('visits the app root url', () => {
Expand Down
8 changes: 4 additions & 4 deletions jsx-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"cypress": "^12.7.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"cypress": "^12.11.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.1.4"
"vite": "^4.3.4"
}
}
4 changes: 2 additions & 2 deletions jsx-cypress/src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './assets/main.css'

import { createApp } from 'vue'
import App from './App.vue'

import './assets/main.css'

createApp(App).mount('#app')
2 changes: 1 addition & 1 deletion jsx-pinia-cypress/cypress/e2e/example.cy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://docs.cypress.io/api/introduction/api.html
// https://on.cypress.io/api

describe('My First Test', () => {
it('visits the app root url', () => {
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.32",
"pinia": "^2.0.35",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"cypress": "^12.7.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"cypress": "^12.11.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.1.4"
"vite": "^4.3.4"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-cypress/src/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import './assets/main.css'

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import App from './App.vue'

import './assets/main.css'

const app = createApp(App)

app.use(createPinia())
Expand Down
6 changes: 5 additions & 1 deletion jsx-pinia-playwright/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"ms-playwright.playwright"
]
}
10 changes: 5 additions & 5 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.32",
"pinia": "^2.0.35",
"vue": "^3.2.47"
},
"devDependencies": {
"@playwright/test": "^1.31.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"vite": "^4.1.4"
"@playwright/test": "^1.33.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"vite": "^4.3.4"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-playwright/src/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import './assets/main.css'

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import App from './App.vue'

import './assets/main.css'

const app = createApp(App)

app.use(createPinia())
Expand Down
2 changes: 1 addition & 1 deletion jsx-pinia-vitest-cypress/cypress/e2e/example.cy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://docs.cypress.io/api/introduction/api.html
// https://on.cypress.io/api

describe('My First Test', () => {
it('visits the app root url', () => {
Expand Down
16 changes: 8 additions & 8 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.32",
"pinia": "^2.0.35",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/test-utils": "^2.3.0",
"cypress": "^12.7.0",
"jsdom": "^21.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"cypress": "^12.11.0",
"jsdom": "^22.0.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.1.4",
"vitest": "^0.29.1"
"vite": "^4.3.4",
"vitest": "^0.31.0"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-vitest-cypress/src/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import './assets/main.css'

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import App from './App.vue'

import './assets/main.css'

const app = createApp(App)

app.use(createPinia())
Expand Down
6 changes: 5 additions & 1 deletion jsx-pinia-vitest-playwright/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"ms-playwright.playwright"
]
}
16 changes: 8 additions & 8 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.32",
"pinia": "^2.0.35",
"vue": "^3.2.47"
},
"devDependencies": {
"@playwright/test": "^1.31.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/test-utils": "^2.3.0",
"jsdom": "^21.1.0",
"vite": "^4.1.4",
"vitest": "^0.29.1"
"@playwright/test": "^1.33.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"jsdom": "^22.0.0",
"vite": "^4.3.4",
"vitest": "^0.31.0"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-vitest-playwright/src/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import './assets/main.css'

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import App from './App.vue'

import './assets/main.css'

const app = createApp(App)

app.use(createPinia())
Expand Down
14 changes: 7 additions & 7 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.32",
"pinia": "^2.0.35",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/test-utils": "^2.3.0",
"jsdom": "^21.1.0",
"vite": "^4.1.4",
"vitest": "^0.29.1"
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"jsdom": "^22.0.0",
"vite": "^4.3.4",
"vitest": "^0.31.0"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-vitest/src/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import './assets/main.css'

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import App from './App.vue'

import './assets/main.css'

const app = createApp(App)

app.use(createPinia())
Expand Down
2 changes: 1 addition & 1 deletion jsx-pinia-with-tests/cypress/e2e/example.cy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://docs.cypress.io/api/introduction/api.html
// https://on.cypress.io/api

describe('My First Test', () => {
it('visits the app root url', () => {
Expand Down
16 changes: 8 additions & 8 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.32",
"pinia": "^2.0.35",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/test-utils": "^2.3.0",
"cypress": "^12.7.0",
"jsdom": "^21.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "^2.3.2",
"cypress": "^12.11.0",
"jsdom": "^22.0.0",
"start-server-and-test": "^2.0.0",
"vite": "^4.1.4",
"vitest": "^0.29.1"
"vite": "^4.3.4",
"vitest": "^0.31.0"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia-with-tests/src/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import './assets/main.css'

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import App from './App.vue'

import './assets/main.css'

const app = createApp(App)

app.use(createPinia())
Expand Down
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.32",
"pinia": "^2.0.35",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"vite": "^4.1.4"
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"vite": "^4.3.4"
}
}
4 changes: 2 additions & 2 deletions jsx-pinia/src/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import './assets/main.css'

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import App from './App.vue'

import './assets/main.css'

const app = createApp(App)

app.use(createPinia())
Expand Down
6 changes: 5 additions & 1 deletion jsx-playwright/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"ms-playwright.playwright"
]
}
8 changes: 4 additions & 4 deletions jsx-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@playwright/test": "^1.31.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"vite": "^4.1.4"
"@playwright/test": "^1.33.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"vite": "^4.3.4"
}
}
4 changes: 2 additions & 2 deletions jsx-playwright/src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './assets/main.css'

import { createApp } from 'vue'
import App from './App.vue'

import './assets/main.css'

createApp(App).mount('#app')
2 changes: 1 addition & 1 deletion jsx-router-cypress/cypress/e2e/example.cy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://docs.cypress.io/api/introduction/api.html
// https://on.cypress.io/api

describe('My First Test', () => {
it('visits the app root url', () => {
Expand Down
Loading

0 comments on commit a85ce4e

Please sign in to comment.