8
8
"lint" : " eslint . --ext .ts" ,
9
9
"prebuild" : " rimraf dist" ,
10
10
"postbuild" : " npm-prepare-dist -s postbuild --remove-deps" ,
11
+ "deploy:next" : " yarn build && cd dist && npm publish --tag next" ,
11
12
"release:next" : " npm version prerelease --preid=next -m \" chore(update): prelease %s β\" " ,
12
13
"release:patch" : " git checkout master && npm version patch -m \" chore(update): patch release %s 🐛\" " ,
13
14
"release:minor" : " git checkout master && npm version minor -m \" chore(update): release %s 🚀\" " ,
24
25
"author" : " Bartholomej <bart@bartweb.cz>" ,
25
26
"license" : " MIT" ,
26
27
"dependencies" : {
27
- "svelte" : " 3"
28
+ "svelte" : " 3.55.1 "
28
29
},
29
30
"peerDependencies" : {
30
31
"svelte" : " 3"
31
32
},
32
33
"type" : " module" ,
33
34
"devDependencies" : {
34
- "@typescript-eslint/eslint-plugin" : " ^5.8 .0" ,
35
- "@typescript-eslint/parser" : " ^5.8 .0" ,
36
- "eslint" : " ^8.5 .0" ,
35
+ "@typescript-eslint/eslint-plugin" : " ^5.54 .0" ,
36
+ "@typescript-eslint/parser" : " ^5.54 .0" ,
37
+ "eslint" : " ^8.35 .0" ,
37
38
"eslint-config-airbnb-base" : " ^15.0.0" ,
38
- "eslint-plugin-import" : " ^2.25.3 " ,
39
- "husky" : " ^7 .0.4 " ,
40
- "npm-prepare-dist" : " ^0.4.0 " ,
41
- "prettier" : " ^2.5.1 " ,
42
- "pretty-quick" : " ^3.1.2 " ,
43
- "rimraf" : " ^3.0.2 " ,
44
- "typescript" : " ^4.5.4 "
39
+ "eslint-plugin-import" : " ^2.27.5 " ,
40
+ "husky" : " ^8 .0.3 " ,
41
+ "npm-prepare-dist" : " ^0.4.1 " ,
42
+ "prettier" : " ^2.8.4 " ,
43
+ "pretty-quick" : " ^3.1.3 " ,
44
+ "rimraf" : " ^4. 3.0" ,
45
+ "typescript" : " ^4.9.5 "
45
46
}
46
- }
47
+ }
0 commit comments