Skip to content

Commit cc9b93c

Browse files
committed
v1.2.10
1 parent 201bff6 commit cc9b93c

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

package.json

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sortablejs-vue3",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"author": {
55
"email": "[email protected]",
66
"name": "Max Leiter",
@@ -20,7 +20,8 @@
2020
"build": "vite build && vue-tsc --emitDeclarationOnly --project tsconfig.dist.json && mv dist/lib dist/types && rm -rf dist/favicon.ico",
2121
"build:site": "vue-tsc --noEmit --project tsconfig.site.json && vite --config vite.site.config.ts build",
2222
"preview": "vite preview",
23-
"lint": "yarn prettier --write '**/*.{ts,vue,json}'"
23+
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
24+
"format": "yarn prettier --write '**/*.{ts,vue,json}'"
2425
},
2526
"types": "./dist/types/main.d.ts",
2627
"files": [
@@ -36,17 +37,25 @@
3637
}
3738
},
3839
"dependencies": {
39-
"sortablejs": "^1.15.0",
40-
"vue": "^3.2.37"
40+
"pinia": "^2.1.3",
41+
"sortablejs": "github:roy-mdr/Sortable#cee2ee7bccf83a7776c85588759aa0b8",
42+
"vue": "^3.2.37",
43+
"vue-eslint-parser": "^9.3.0"
4144
},
4245
"peerDependencies": {
43-
"sortablejs": "^1.15.0",
46+
"sortablejs": "github:roy-mdr/Sortable#cee2ee7bccf83a7776c85588759aa0b8",
4447
"vue": "^3.2.25"
4548
},
4649
"devDependencies": {
50+
"@rushstack/eslint-patch": "^1.3.0",
4751
"@types/node": "18.14.2",
4852
"@types/sortablejs": "1.15.0",
53+
"@typescript-eslint/parser": "^5.59.8",
4954
"@vitejs/plugin-vue": "4.0.0",
55+
"@vue/eslint-config-typescript": "^11.0.3",
56+
"eslint": "^8.42.0",
57+
"eslint-config-prettier": "^8.8.0",
58+
"eslint-plugin-vue": "^9.14.1",
5059
"prettier": "2.8.4",
5160
"terser": "5.16.5",
5261
"typescript": "4.9.5",

0 commit comments

Comments
 (0)