chore: ⬆️ add locks and pinia
Some checks failed
retro / xml (push) Successful in 19s
retro / php (push) Successful in 1m7s
retro / nodejs (push) Failing after 1m6s
retro / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-12-26 21:30:13 +01:00
parent de82bca61d
commit 50e7f39014
5 changed files with 16116 additions and 11 deletions

View File

@ -2,6 +2,7 @@ module.exports = {
extends: [
'@nextcloud',
'@vue/eslint-config-typescript/recommended',
'plugin:pinia/recommended',
'plugin:prettier/recommended',
],
parser: 'vue-eslint-parser',

View File

@ -1,14 +1,7 @@
{
"name": "nextcloud/retro",
"description": "An example description",
"description": "🕹️ Play your favorite retro games in Nextcloud",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "example",
"email": "example@example.com",
"homepage": "https://example.com"
}
],
"autoload": {
"psr-4": {
"OCA\\AppTemplate\\": "lib/"

3419
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff

12690
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,8 @@
"@formatjs/intl-segmenter": "^11.7.7",
"@nextcloud/vite-config": "^2.2.2",
"@nextcloud/vue": "9.0.0-alpha.5",
"vite": "^6.0.5",
"pinia": "^2.3.0",
"vite": "~5.4.11",
"vue": "^3.5.13"
},
"devDependencies": {
@ -30,11 +31,12 @@
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/prettier-config": "^1.1.0",
"@nextcloud/stylelint-config": "^3.0.1",
"@vue/eslint-config-typescript": "^13",
"@vue/eslint-config-typescript": "~13.0.0",
"@vue/tsconfig": "^0.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-pinia": "^0.4.1",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "5.5",
"typescript": "~5.5.4",
"vue-tsc": "^2.2.0"
},
"prettier": "@nextcloud/prettier-config"