Revert everything

This commit is contained in:
Alex 2023-06-04 19:20:21 +12:00 committed by GitHub
parent ae766bdbc6
commit 1501457a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 7 deletions

View File

@ -2,15 +2,24 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "npm"
directory: "/NUXT/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

View File

@ -11,24 +11,24 @@
},
"dependencies": {
"@capacitor/splash-screen": "^1.2.2",
"@capacitor/status-bar": "^5.0.2",
"@capacitor/status-bar": "^1.0.8",
"core-js": "^3.25.0",
"nuxt": "^3.5.2",
"nuxt": "^2.15.8",
"uuid": "^9.0.0",
"vue": "^2.7.10",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10",
"vuetify": "^2.6.9",
"webpack": "^5.84.1"
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.42.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1"
}
}