Skip to content

Commit baca4f8

Browse files
committed
chore(deps): upgrade to vue 3 and vite
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent 65b46db commit baca4f8

File tree

8 files changed

+7799
-9232
lines changed

8 files changed

+7799
-9232
lines changed
File renamed without changes.

.nextcloudignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.vscode
88
.php-cs-fixer.*
99
/.codecov.yml
10-
/.eslintrc.js
10+
/.eslintrc.cjs
1111
/.gitattributes
1212
/.gitignore
1313
/.l10nignore
@@ -33,6 +33,5 @@
3333
/pyproject.toml
3434
/renovate.json
3535
/stylelint.config.js
36-
/webpack.config.js
37-
/webpack.js
36+
/vite.config.js
3837
tests

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ appstore: clean
8282
--exclude=node_modules \
8383
--exclude=/src \
8484
--exclude=translationfiles \
85-
--exclude=webpack.* \
85+
--exclude=vite.* \
8686
--exclude=stylelint.config.js \
87-
--exclude=.eslintrc.js \
87+
--exclude=.eslintrc.cjs \
8888
--exclude=.github \
8989
--exclude=.gitlab-ci.yml \
9090
--exclude=crowdin.yml \

0 commit comments

Comments
 (0)