Update deps
This commit is contained in:
parent
9e452c65c3
commit
d1fcdbbe10
@ -23,8 +23,8 @@ jobs:
|
|||||||
- uses: skjnldsv/read-package-engines-version-actions@v2
|
- uses: skjnldsv/read-package-engines-version-actions@v2
|
||||||
id: versions
|
id: versions
|
||||||
with:
|
with:
|
||||||
fallbackNode: '^12'
|
fallbackNode: '^20.0.0'
|
||||||
fallbackNpm: '^6'
|
fallbackNpm: '^9.0.0'
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
10
package-lock.json
generated
10
package-lock.json
generated
@ -28,8 +28,8 @@
|
|||||||
"@nextcloud/webpack-vue-config": "^5.5.1"
|
"@nextcloud/webpack-vue-config": "^5.5.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.0.0",
|
"node": "^20.0.0",
|
||||||
"npm": "^7.0.0 || ^8.0.0"
|
"npm": "^9.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
@ -2473,9 +2473,9 @@
|
|||||||
"integrity": "sha512-Bu+AMaXNjrpjh41znzHqaz3r2Nr8hHuHZT6V2LBKMhyMl0FgKA62PNYbqnfgmzOhoWZj70Zecisbo4H1rotP5g=="
|
"integrity": "sha512-Bu+AMaXNjrpjh41znzHqaz3r2Nr8hHuHZT6V2LBKMhyMl0FgKA62PNYbqnfgmzOhoWZj70Zecisbo4H1rotP5g=="
|
||||||
},
|
},
|
||||||
"node_modules/@nextcloud/vue/node_modules/@floating-ui/dom": {
|
"node_modules/@nextcloud/vue/node_modules/@floating-ui/dom": {
|
||||||
"version": "1.4.5",
|
"version": "1.4.3",
|
||||||
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.4.5.tgz",
|
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.4.3.tgz",
|
||||||
"integrity": "sha512-96KnRWkRnuBSSFbj0sFGwwOUd8EkiecINVl0O9wiZlZ64EkpyAOG3Xc2vKKNJmru0Z7RqWNymA+6b8OZqjgyyw==",
|
"integrity": "sha512-nB/68NyaQlcdY22L+Fgd1HERQ7UGv7XFN+tPxwrEfQL4nKtAP/jIZnZtpUlXbtV+VEGHh6W/63Gy2C5biWI3sA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/core": "^1.3.1"
|
"@floating-ui/core": "^1.3.1"
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"@nextcloud/dialogs": "^4.1.0",
|
"@nextcloud/dialogs": "^4.1.0",
|
||||||
"@nextcloud/l10n": "^2.2.0",
|
"@nextcloud/l10n": "^2.2.0",
|
||||||
"@nextcloud/router": "^2.1.2",
|
"@nextcloud/router": "^2.1.2",
|
||||||
"@nextcloud/vue": "^7.12.0",
|
"@nextcloud/vue": "^7.12.1",
|
||||||
"vue": "^2",
|
"vue": "^2",
|
||||||
"vue-fragment": "^1.6.0",
|
"vue-fragment": "^1.6.0",
|
||||||
"vue-material-design-icons": "^5.2.0",
|
"vue-material-design-icons": "^5.2.0",
|
||||||
@ -33,8 +33,8 @@
|
|||||||
"extends @nextcloud/browserslist-config"
|
"extends @nextcloud/browserslist-config"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.0.0",
|
"node": "^20.0.0",
|
||||||
"npm": "^7.0.0 || ^8.0.0"
|
"npm": "^9.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nextcloud/babel-config": "^1.0.0",
|
"@nextcloud/babel-config": "^1.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user