diff --git a/.eslintrc.js b/.eslintrc.js index add9b49..42d38ef 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,13 +8,12 @@ module.exports = { "eslint:recommended", "@vue/typescript/recommended", "@vue/prettier", - "@vue/prettier/@typescript-eslint", ], parserOptions: { ecmaVersion: 2020, }, rules: { - "no-console": process.env.NODE_ENV === "production" ? "warn" : "off", + "no-console": "off", "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off", }, }; diff --git a/README.md b/README.md index e1fc038..f1694b0 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,5 @@ -# my-repos +# My Repos -## Project setup -``` -yarn install -``` +List all my repositories with brief information -### Compiles and hot-reloads for development -``` -yarn serve -``` - -### Compiles and minifies for production -``` -yarn build -``` - -### Lints and fixes files -``` -yarn lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +**Note**: Legacy Code, This project was created long ago and I'm lazy to rebuild the code. diff --git a/package.json b/package.json index cc45c3c..c94088e 100644 --- a/package.json +++ b/package.json @@ -1,37 +1,42 @@ { "name": "my-repos", - "version": "1.0.13", + "version": "1.0.14", "private": true, + "description": "Just A Web that Lists all my Repositories", + "repository": "https://github.com/Leomotors/my-repos", + "author": "Leomotors", + "license": "MIT", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { - "bootstrap": "^5.1.1", - "core-js": "^3.17.3", + "bootstrap": "^5.1.3", + "core-js": "^3.21.1", "register-service-worker": "^1.7.2", - "vue": "^3.2.11", + "vue": "^3.2.31", "vue-class-component": "^8.0.0-rc.1" }, "devDependencies": { "@octokit/types": "^6.34.0", - "@typescript-eslint/eslint-plugin": "^4.31.1", - "@typescript-eslint/parser": "^4.31.1", - "@vue/cli-plugin-babel": "^4.5.13", - "@vue/cli-plugin-eslint": "^4.5.13", - "@vue/cli-plugin-pwa": "^4.5.13", - "@vue/cli-plugin-typescript": "^4.5.13", - "@vue/cli-service": "^4.5.13", - "@vue/compiler-sfc": "^3.2.11", - "@vue/eslint-config-prettier": "^6.0.0", - "@vue/eslint-config-typescript": "^7.0.0", - "eslint": "^7.32.0", - "eslint-plugin-prettier": "^3.4.1", - "eslint-plugin-vue": "^7.17.0", - "prettier": "^2.4.0", - "sass": "^1.40.0", - "sass-loader": "^10.1.1", - "typescript": "^4.4.3" + "@typescript-eslint/eslint-plugin": "^5.16.0", + "@typescript-eslint/parser": "^5.16.0", + "@vue/cli-plugin-babel": "^5.0.4", + "@vue/cli-plugin-eslint": "^5.0.4", + "@vue/cli-plugin-pwa": "^5.0.4", + "@vue/cli-plugin-typescript": "^5.0.4", + "@vue/cli-service": "^5.0.4", + "@vue/compiler-sfc": "^3.2.31", + "@vue/eslint-config-prettier": "^7.0.0", + "@vue/eslint-config-typescript": "^10.0.0", + "browserslist": "^4.20.2", + "eslint": "^8.11.0", + "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-vue": "^8.5.0", + "prettier": "^2.6.1", + "sass": "^1.49.9", + "sass-loader": "^12.6.0", + "typescript": "^4.6.3" } -} +} \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index e5225e1..f91d83a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@