Skip to content

Commit fbcb420

Browse files
committed
must stick w/ vite 4.1.4
1 parent 4ad8b57 commit fbcb420

File tree

5 files changed

+88
-121
lines changed

5 files changed

+88
-121
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
demo
2-
content
2+
content
3+
tests

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ pnpm-debug.log*
88

99
.vscode/*
1010
.DS_Store
11+
*.tgz
12+
.eslintcache
13+
14+
cypress/screenshots
15+
1116
node_modules
1217
dist
13-
1418
content
15-
demo/dist
16-
*.tgz
17-
.eslintcache
19+
demo/dist

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"prettier": "^2.8.7",
6161
"rimraf": "^4.4.1",
6262
"typescript": "^4.9.5",
63-
"vite": "^4.2.1",
6463
"vue": "^3.2.47",
6564
"vue-router": "^4.1.6",
66-
"vue-tsc": "^1.2.0"
65+
"vue-tsc": "^1.2.0",
66+
"vite": "4.1.4"
6767
}
6868
}

0 commit comments

Comments
 (0)