Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuunen committed Apr 11, 2023
1 parent 7786b4c commit 2a4e940
Show file tree
Hide file tree
Showing 11 changed files with 3,042 additions and 2,696 deletions.
20 changes: 14 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"hardcore/ts",
"hardcore/vue"
],
"ignorePatterns": [
"stats.html"
],
"parserOptions": {
"project": "tsconfig.json"
},
Expand All @@ -27,12 +30,14 @@
"error",
"always-multiline"
],
"@typescript-eslint/consistent-indexed-object-style": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/indent": [
"error",
2
],
"@typescript-eslint/lines-around-comment": "off",
"@typescript-eslint/member-delimiter-style": [
"error",
{
Expand Down Expand Up @@ -74,6 +79,7 @@
"eslint-comments/no-use": "off",
"etc/no-const-enum": "off",
"etc/no-enum": "off",
"etc/prefer-interface": "off",
"ext/lines-between-object-properties": "off",
"func-names": [
"error",
Expand All @@ -88,12 +94,16 @@
"min": 2
}
],
"import/extensions": "off",
"import/newline-after-import": "off",
"import/no-unassigned-import": "off",
"import/order": "off",
"import/prefer-default-export": "off",
"indent": "off",
"line-comment-position": "off",
"lines-around-comment": "off",
"lines-between-class-members": "off",
"logical-assignment-operators": "off",
"max-len": "off",
"max-statements-per-line": "off",
"no-console": "error",
Expand Down Expand Up @@ -123,10 +133,12 @@
"error",
"always"
],
"total-functions/no-partial-division": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-process-exit": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-node-protocol": "off",
"unicorn/prefer-string-replace-all": "off",
"unicorn/prefer-switch": "off",
"unicorn/prevent-abbreviations": [
"error",
Expand All @@ -152,10 +164,6 @@
"vue/singleline-html-element-content-newline": "off"
},
"settings": {
"repo-check": {
"me-too": "@vue/typescript/recommended",
"remove-me": "plugin:vue/vue3-recommended"
},
"tailwindcss": {
"callees": [
"tw"
Expand All @@ -170,4 +178,4 @@
]
}
}
}
}
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
"dependencies": {
"@intlify/unplugin-vue-i18n": "0",
"@auth0/auth0-vue": "1",
"@shoelace-style/shoelace": "2.0.0-beta.87",
"@shoelace-style/shoelace": "2.3",
"petite-vue-i18n": "9",
"shuutils": "7.1",
"shuutils": "7.2",
"vue": "3.2",
"vue3-carousel": "0.2"
"vue3-carousel": "0.3"
},
"description": "Donations between friends made easy !",
"devDependencies": {
"@types/node": "18",
"@vitejs/plugin-vue": "4",
"autoprefixer": "10",
"c8": "7",
"eslint": "8.30",
"eslint-config-hardcore": "26",
"eslint": "8.38",
"eslint-config-hardcore": "35",
"eslint-plugin-tailwindcss": "3",
"postcss": "8",
"repo-check": "1.29",
"repo-check": "1.30",
"rollup-plugin-visualizer": "5",
"tailwindcss": "3",
"tsm": "2",
"typescript": "4.9",
"typescript": "5.0",
"uvu": "0",
"vite": "4",
"vue-tsc": "1.0",
"vue-tsc": "1.2",
"watchlist": "0"
},
"files": [
Expand All @@ -50,8 +50,7 @@
"scripts": {
"build": "vue-tsc --noEmit && vite build && npm run mark && echo build success",
"build:watch": "watchlist public src -eager -- npm run build",
"check": "repo-check && echo check success",
"ci": "npm run build && npm run check && npm run lint && npm run test && echo ci success",
"check": "npm run build && repo-check && npm run lint && npm run test && echo ci success",
"dev": "vite",
"lint": "tsc --noEmit && eslint --cache --fix --ext .js,.ts,.html,.vue . && echo lint success",
"lint:watch": "watchlist src tests -eager -- npm run lint",
Expand All @@ -64,4 +63,4 @@
},
"type": "module",
"version": "1.0.0"
}
}
Loading

0 comments on commit 2a4e940

Please sign in to comment.