Skip to content

Commit 4d68f05

Browse files
dependabot[bot]susnux
authored andcommitted
Chore(deps): Bump @nextcloud/vue from 8.26.0 to 8.26.1
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.26.0 to 8.26.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.26.1/CHANGELOG.md) - [Commits](nextcloud-libraries/nextcloud-vue@v8.26.0...v8.26.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 8.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1da890 commit 4d68f05

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

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

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,34 @@
11
{
22
"name": "firstrunwizard",
3-
"description": "A first run wizard that explains the usage of Nextcloud to new users",
43
"version": "3.0.0",
5-
"author": "Julius Härtl <jus@bitgrid.net>",
6-
"license": "AGPL-3.0-or-later",
74
"private": true,
5+
"description": "A first run wizard that explains the usage of Nextcloud to new users",
6+
"license": "AGPL-3.0-or-later",
7+
"author": "Julius Härtl <jus@bitgrid.net>",
88
"type": "module",
99
"scripts": {
1010
"build": "vite --mode production build",
1111
"dev": "vite --mode development build",
12-
"watch": "vite --mode development build --watch",
1312
"lint": "eslint --ext .js,.vue src",
1413
"lint:fix": "eslint --ext .js,.vue src --fix",
1514
"stylelint": "stylelint src/**/*.scss src/**/*.vue",
16-
"stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix"
15+
"stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix",
16+
"watch": "vite --mode development build --watch"
1717
},
18+
"browserslist": [
19+
"extends @nextcloud/browserslist-config"
20+
],
1821
"dependencies": {
1922
"@mdi/js": "^7.4.47",
2023
"@nextcloud/axios": "^2.5.1",
2124
"@nextcloud/dialogs": "^5.3.8",
2225
"@nextcloud/initial-state": "^2.2.0",
2326
"@nextcloud/l10n": "^3.1.0",
2427
"@nextcloud/router": "^3.0.1",
25-
"@nextcloud/vue": "^8.16.0",
28+
"@nextcloud/vue": "^8.29.2",
2629
"vue": "^2.7.16",
2730
"vue-frag": "^1.4.3"
2831
},
29-
"browserslist": [
30-
"extends @nextcloud/browserslist-config"
31-
],
32-
"engines": {
33-
"node": "^20.0.0",
34-
"npm": "^10.0.0"
35-
},
3632
"devDependencies": {
3733
"@nextcloud/browserslist-config": "^3.0.1",
3834
"@nextcloud/eslint-config": "^8.4.2",
@@ -42,5 +38,9 @@
4238
"@vue/tsconfig": "^0.5.1",
4339
"sass": "^1.92.0",
4440
"vite": "^7.1.4"
41+
},
42+
"engines": {
43+
"node": "^20.0.0",
44+
"npm": "^10.5.1"
4545
}
4646
}

0 commit comments

Comments
 (0)