Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a85ce4e

Browse filesBrowse files
committed
version 3.6.2 snapshot
1 parent fb8f802 commit a85ce4e
Copy full SHA for a85ce4e

File tree

Expand file treeCollapse file tree

473 files changed

+6360
-4868
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

473 files changed

+6360
-4868
lines changed

‎cypress/cypress/e2e/example.cy.js

Copy file name to clipboardExpand all lines: cypress/cypress/e2e/example.cy.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://docs.cypress.io/api/introduction/api.html
1+
// https://on.cypress.io/api
22

33
describe('My First Test', () => {
44
it('visits the app root url', () => {

‎cypress/package.json

Copy file name to clipboardExpand all lines: cypress/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"vue": "^3.2.47"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^4.0.0",
19-
"cypress": "^12.7.0",
18+
"@vitejs/plugin-vue": "^4.2.1",
19+
"cypress": "^12.11.0",
2020
"start-server-and-test": "^2.0.0",
21-
"vite": "^4.1.4"
21+
"vite": "^4.3.4"
2222
}
2323
}

‎cypress/src/main.js

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import App from './App.vue'
35

4-
import './assets/main.css'
5-
66
createApp(App).mount('#app')

‎default/package.json

Copy file name to clipboardExpand all lines: default/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vue": "^3.2.47"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^4.0.0",
15-
"vite": "^4.1.4"
14+
"@vitejs/plugin-vue": "^4.2.1",
15+
"vite": "^4.3.4"
1616
}
1717
}

‎default/src/main.js

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import App from './App.vue'
35

4-
import './assets/main.css'
5-
66
createApp(App).mount('#app')

‎jsx-cypress/cypress/e2e/example.cy.js

Copy file name to clipboardExpand all lines: jsx-cypress/cypress/e2e/example.cy.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://docs.cypress.io/api/introduction/api.html
1+
// https://on.cypress.io/api
22

33
describe('My First Test', () => {
44
it('visits the app root url', () => {

‎jsx-cypress/package.json

Copy file name to clipboardExpand all lines: jsx-cypress/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"vue": "^3.2.47"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^4.0.0",
19-
"@vitejs/plugin-vue-jsx": "^3.0.0",
20-
"cypress": "^12.7.0",
18+
"@vitejs/plugin-vue": "^4.2.1",
19+
"@vitejs/plugin-vue-jsx": "^3.0.1",
20+
"cypress": "^12.11.0",
2121
"start-server-and-test": "^2.0.0",
22-
"vite": "^4.1.4"
22+
"vite": "^4.3.4"
2323
}
2424
}

‎jsx-cypress/src/main.js

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import App from './App.vue'
35

4-
import './assets/main.css'
5-
66
createApp(App).mount('#app')

‎jsx-pinia-cypress/cypress/e2e/example.cy.js

Copy file name to clipboardExpand all lines: jsx-pinia-cypress/cypress/e2e/example.cy.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://docs.cypress.io/api/introduction/api.html
1+
// https://on.cypress.io/api
22

33
describe('My First Test', () => {
44
it('visits the app root url', () => {

‎jsx-pinia-cypress/package.json

Copy file name to clipboardExpand all lines: jsx-pinia-cypress/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"test:unit:dev": "cypress open --component"
1313
},
1414
"dependencies": {
15-
"pinia": "^2.0.32",
15+
"pinia": "^2.0.35",
1616
"vue": "^3.2.47"
1717
},
1818
"devDependencies": {
19-
"@vitejs/plugin-vue": "^4.0.0",
20-
"@vitejs/plugin-vue-jsx": "^3.0.0",
21-
"cypress": "^12.7.0",
19+
"@vitejs/plugin-vue": "^4.2.1",
20+
"@vitejs/plugin-vue-jsx": "^3.0.1",
21+
"cypress": "^12.11.0",
2222
"start-server-and-test": "^2.0.0",
23-
"vite": "^4.1.4"
23+
"vite": "^4.3.4"
2424
}
2525
}

‎jsx-pinia-cypress/src/main.js

Copy file name to clipboardExpand all lines: jsx-pinia-cypress/src/main.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import { createPinia } from 'pinia'
35
import App from './App.vue'
46

5-
import './assets/main.css'
6-
77
const app = createApp(App)
88

99
app.use(createPinia())
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
2+
"recommendations": [
3+
"Vue.volar",
4+
"Vue.vscode-typescript-vue-plugin",
5+
"ms-playwright.playwright"
6+
]
37
}

‎jsx-pinia-playwright/package.json

Copy file name to clipboardExpand all lines: jsx-pinia-playwright/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"test:e2e": "playwright test"
1010
},
1111
"dependencies": {
12-
"pinia": "^2.0.32",
12+
"pinia": "^2.0.35",
1313
"vue": "^3.2.47"
1414
},
1515
"devDependencies": {
16-
"@playwright/test": "^1.31.1",
17-
"@vitejs/plugin-vue": "^4.0.0",
18-
"@vitejs/plugin-vue-jsx": "^3.0.0",
19-
"vite": "^4.1.4"
16+
"@playwright/test": "^1.33.0",
17+
"@vitejs/plugin-vue": "^4.2.1",
18+
"@vitejs/plugin-vue-jsx": "^3.0.1",
19+
"vite": "^4.3.4"
2020
}
2121
}

‎jsx-pinia-playwright/src/main.js

Copy file name to clipboardExpand all lines: jsx-pinia-playwright/src/main.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import { createPinia } from 'pinia'
35
import App from './App.vue'
46

5-
import './assets/main.css'
6-
77
const app = createApp(App)
88

99
app.use(createPinia())

‎jsx-pinia-vitest-cypress/cypress/e2e/example.cy.js

Copy file name to clipboardExpand all lines: jsx-pinia-vitest-cypress/cypress/e2e/example.cy.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://docs.cypress.io/api/introduction/api.html
1+
// https://on.cypress.io/api
22

33
describe('My First Test', () => {
44
it('visits the app root url', () => {

‎jsx-pinia-vitest-cypress/package.json

Copy file name to clipboardExpand all lines: jsx-pinia-vitest-cypress/package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.32",
14+
"pinia": "^2.0.35",
1515
"vue": "^3.2.47"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^4.0.0",
19-
"@vitejs/plugin-vue-jsx": "^3.0.0",
20-
"@vue/test-utils": "^2.3.0",
21-
"cypress": "^12.7.0",
22-
"jsdom": "^21.1.0",
18+
"@vitejs/plugin-vue": "^4.2.1",
19+
"@vitejs/plugin-vue-jsx": "^3.0.1",
20+
"@vue/test-utils": "^2.3.2",
21+
"cypress": "^12.11.0",
22+
"jsdom": "^22.0.0",
2323
"start-server-and-test": "^2.0.0",
24-
"vite": "^4.1.4",
25-
"vitest": "^0.29.1"
24+
"vite": "^4.3.4",
25+
"vitest": "^0.31.0"
2626
}
2727
}

‎jsx-pinia-vitest-cypress/src/main.js

Copy file name to clipboardExpand all lines: jsx-pinia-vitest-cypress/src/main.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import { createPinia } from 'pinia'
35
import App from './App.vue'
46

5-
import './assets/main.css'
6-
77
const app = createApp(App)
88

99
app.use(createPinia())
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
2+
"recommendations": [
3+
"Vue.volar",
4+
"Vue.vscode-typescript-vue-plugin",
5+
"ms-playwright.playwright"
6+
]
37
}

‎jsx-pinia-vitest-playwright/package.json

Copy file name to clipboardExpand all lines: jsx-pinia-vitest-playwright/package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"test:e2e": "playwright test"
1111
},
1212
"dependencies": {
13-
"pinia": "^2.0.32",
13+
"pinia": "^2.0.35",
1414
"vue": "^3.2.47"
1515
},
1616
"devDependencies": {
17-
"@playwright/test": "^1.31.1",
18-
"@vitejs/plugin-vue": "^4.0.0",
19-
"@vitejs/plugin-vue-jsx": "^3.0.0",
20-
"@vue/test-utils": "^2.3.0",
21-
"jsdom": "^21.1.0",
22-
"vite": "^4.1.4",
23-
"vitest": "^0.29.1"
17+
"@playwright/test": "^1.33.0",
18+
"@vitejs/plugin-vue": "^4.2.1",
19+
"@vitejs/plugin-vue-jsx": "^3.0.1",
20+
"@vue/test-utils": "^2.3.2",
21+
"jsdom": "^22.0.0",
22+
"vite": "^4.3.4",
23+
"vitest": "^0.31.0"
2424
}
2525
}

‎jsx-pinia-vitest-playwright/src/main.js

Copy file name to clipboardExpand all lines: jsx-pinia-vitest-playwright/src/main.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import { createPinia } from 'pinia'
35
import App from './App.vue'
46

5-
import './assets/main.css'
6-
77
const app = createApp(App)
88

99
app.use(createPinia())

‎jsx-pinia-vitest/package.json

Copy file name to clipboardExpand all lines: jsx-pinia-vitest/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"test:unit": "vitest"
1010
},
1111
"dependencies": {
12-
"pinia": "^2.0.32",
12+
"pinia": "^2.0.35",
1313
"vue": "^3.2.47"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^4.0.0",
17-
"@vitejs/plugin-vue-jsx": "^3.0.0",
18-
"@vue/test-utils": "^2.3.0",
19-
"jsdom": "^21.1.0",
20-
"vite": "^4.1.4",
21-
"vitest": "^0.29.1"
16+
"@vitejs/plugin-vue": "^4.2.1",
17+
"@vitejs/plugin-vue-jsx": "^3.0.1",
18+
"@vue/test-utils": "^2.3.2",
19+
"jsdom": "^22.0.0",
20+
"vite": "^4.3.4",
21+
"vitest": "^0.31.0"
2222
}
2323
}

‎jsx-pinia-vitest/src/main.js

Copy file name to clipboardExpand all lines: jsx-pinia-vitest/src/main.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import { createPinia } from 'pinia'
35
import App from './App.vue'
46

5-
import './assets/main.css'
6-
77
const app = createApp(App)
88

99
app.use(createPinia())

‎jsx-pinia-with-tests/cypress/e2e/example.cy.js

Copy file name to clipboardExpand all lines: jsx-pinia-with-tests/cypress/e2e/example.cy.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://docs.cypress.io/api/introduction/api.html
1+
// https://on.cypress.io/api
22

33
describe('My First Test', () => {
44
it('visits the app root url', () => {

‎jsx-pinia-with-tests/package.json

Copy file name to clipboardExpand all lines: jsx-pinia-with-tests/package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.32",
14+
"pinia": "^2.0.35",
1515
"vue": "^3.2.47"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^4.0.0",
19-
"@vitejs/plugin-vue-jsx": "^3.0.0",
20-
"@vue/test-utils": "^2.3.0",
21-
"cypress": "^12.7.0",
22-
"jsdom": "^21.1.0",
18+
"@vitejs/plugin-vue": "^4.2.1",
19+
"@vitejs/plugin-vue-jsx": "^3.0.1",
20+
"@vue/test-utils": "^2.3.2",
21+
"cypress": "^12.11.0",
22+
"jsdom": "^22.0.0",
2323
"start-server-and-test": "^2.0.0",
24-
"vite": "^4.1.4",
25-
"vitest": "^0.29.1"
24+
"vite": "^4.3.4",
25+
"vitest": "^0.31.0"
2626
}
2727
}

‎jsx-pinia-with-tests/src/main.js

Copy file name to clipboardExpand all lines: jsx-pinia-with-tests/src/main.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import { createPinia } from 'pinia'
35
import App from './App.vue'
46

5-
import './assets/main.css'
6-
77
const app = createApp(App)
88

99
app.use(createPinia())

‎jsx-pinia/package.json

Copy file name to clipboardExpand all lines: jsx-pinia/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"pinia": "^2.0.32",
11+
"pinia": "^2.0.35",
1212
"vue": "^3.2.47"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^4.0.0",
16-
"@vitejs/plugin-vue-jsx": "^3.0.0",
17-
"vite": "^4.1.4"
15+
"@vitejs/plugin-vue": "^4.2.1",
16+
"@vitejs/plugin-vue-jsx": "^3.0.1",
17+
"vite": "^4.3.4"
1818
}
1919
}

‎jsx-pinia/src/main.js

Copy file name to clipboardExpand all lines: jsx-pinia/src/main.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import { createPinia } from 'pinia'
35
import App from './App.vue'
46

5-
import './assets/main.css'
6-
77
const app = createApp(App)
88

99
app.use(createPinia())
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
2+
"recommendations": [
3+
"Vue.volar",
4+
"Vue.vscode-typescript-vue-plugin",
5+
"ms-playwright.playwright"
6+
]
37
}

‎jsx-playwright/package.json

Copy file name to clipboardExpand all lines: jsx-playwright/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"vue": "^3.2.47"
1313
},
1414
"devDependencies": {
15-
"@playwright/test": "^1.31.1",
16-
"@vitejs/plugin-vue": "^4.0.0",
17-
"@vitejs/plugin-vue-jsx": "^3.0.0",
18-
"vite": "^4.1.4"
15+
"@playwright/test": "^1.33.0",
16+
"@vitejs/plugin-vue": "^4.2.1",
17+
"@vitejs/plugin-vue-jsx": "^3.0.1",
18+
"vite": "^4.3.4"
1919
}
2020
}

‎jsx-playwright/src/main.js

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import './assets/main.css'
2+
13
import { createApp } from 'vue'
24
import App from './App.vue'
35

4-
import './assets/main.css'
5-
66
createApp(App).mount('#app')

‎jsx-router-cypress/cypress/e2e/example.cy.js

Copy file name to clipboardExpand all lines: jsx-router-cypress/cypress/e2e/example.cy.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://docs.cypress.io/api/introduction/api.html
1+
// https://on.cypress.io/api
22

33
describe('My First Test', () => {
44
it('visits the app root url', () => {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.