Skip to content

Commit 756489e

Browse files
committed
chore: upgrade packages
1 parent 45f6723 commit 756489e

File tree

3 files changed

+34
-15
lines changed

3 files changed

+34
-15
lines changed

.eslintrc.js

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
module.exports = {
2-
env: {
3-
browser: true,
4-
es2020: true,
5-
},
6-
extends: ["plugin:vue/vue3-recommended"],
7-
parserOptions: {
8-
ecmaVersion: 11,
9-
parser: "@typescript-eslint/parser",
10-
},
11-
plugins: ["vue", "@typescript-eslint"],
12-
rules: {},
2+
"env": {
3+
"browser": true,
4+
"es2021": true
5+
},
6+
"extends": [
7+
"eslint:recommended",
8+
"plugin:vue/essential",
9+
"plugin:@typescript-eslint/recommended"
10+
],
11+
"parserOptions": {
12+
"ecmaVersion": 12,
13+
"parser": "@typescript-eslint/parser",
14+
"sourceType": "module"
15+
},
16+
"plugins": [
17+
"vue",
18+
"@typescript-eslint"
19+
],
20+
"rules": {
21+
}
1322
};

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "1.1.8",
44
"description": "smart floating menu for Vue 3",
55
"license": "MIT",
6+
"keywords": ["menu", "float-menu", "vue-menu"],
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/prabhuignoto/vue-float-menu"
10+
},
11+
"author": {
12+
"name": "Prabhu Murthy",
13+
"url": "https://www.prabhumurthy.com",
14+
"email": "[email protected]"
15+
},
616
"scripts": {
717
"dev": "vite",
818
"build": "vite build",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4043,10 +4043,10 @@ rollup@^2.20.0:
40434043
optionalDependencies:
40444044
fsevents "~2.1.2"
40454045

4046-
rollup@^2.28.1:
4047-
version "2.28.1"
4048-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.28.1.tgz#ceedca3cdb013c2fa8f22f958a29c203368159ea"
4049-
integrity sha512-DOtVoqOZt3+FjPJWLU8hDIvBjUylc9s6IZvy76XklxzcLvAQLtVAG/bbhsMhcWnYxC0TKKcf1QQ/tg29zeID0Q==
4046+
rollup@^2.28.2:
4047+
version "2.28.2"
4048+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.28.2.tgz#599ec4978144a82d8a8ec3d37670a8440cb04e4b"
4049+
integrity sha512-8txbsFBFLmm9Xdt4ByTOGa9Muonmc8MfNjnGAR8U8scJlF1ZW7AgNZa7aqBXaKtlvnYP/ab++fQIq9dB9NWUbg==
40504050
optionalDependencies:
40514051
fsevents "~2.1.2"
40524052

0 commit comments

Comments
 (0)