Skip to content

Commit 2eafe57

Browse files
authored
Merge branch 'main' into feat/update-gitignore
2 parents e8d2e95 + 4be74cd commit 2eafe57

File tree

5 files changed

+46
-42
lines changed

5 files changed

+46
-42
lines changed

pnpm-lock.yaml

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

template/base/_gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ dist-ssr
1414
coverage
1515
*.local
1616

17-
/cypress/videos/
18-
/cypress/screenshots/
19-
2017
# Editor directories and files
2118
.vscode/*
2219
!.vscode/extensions.json
@@ -29,4 +26,11 @@ coverage
2926

3027
*.tsbuildinfo
3128

32-
.eslintcache
29+
.eslintcache
30+
31+
# Cypress
32+
/cypress/videos/
33+
/cypress/screenshots/
34+
35+
# Vitest
36+
__screenshots__/

template/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^6.0.1",
17-
"vite": "^7.1.7",
17+
"vite": "^7.1.9",
1818
"vite-plugin-vue-devtools": "^8.0.2"
1919
}
2020
}

template/config/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"devDependencies": {
66
"@vitejs/plugin-vue-jsx": "^5.1.1",
7-
"vite": "^7.1.7"
7+
"vite": "^7.1.9"
88
}
99
}

template/config/nightwatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"geckodriver": "^6.0.2",
1010
"nightwatch": "^3.12.2",
1111
"ts-node": "^10.9.2",
12-
"vite": "^7.1.7",
12+
"vite": "^7.1.9",
1313
"vite-plugin-nightwatch": "^0.4.6"
1414
}
1515
}

0 commit comments

Comments
 (0)