This repository was archived by the owner on Sep 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +310
-308
lines changed Expand file tree Collapse file tree 5 files changed +310
-308
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
"dependencies" : {
24
24
"husky" : " ^4.3.0" ,
25
- "lint-staged" : " ^10.5.1 "
25
+ "lint-staged" : " ^10.5.2 "
26
26
},
27
27
"devDependencies" : {
28
28
"@commitlint/cli" : " ^11.0.0" ,
29
29
"@commitlint/config-conventional" : " ^11.0.0" ,
30
30
"babel-eslint" : " ^10.1.0" ,
31
31
"concurrently" : " ^5.3.0" ,
32
- "eslint" : " ^7.13 .0" ,
32
+ "eslint" : " ^7.14 .0" ,
33
33
"eslint-config-airbnb-base" : " ^14.2.1" ,
34
34
"eslint-plugin-import" : " ^2.22.1" ,
35
35
"eslint-plugin-svelte3" : " ^2.7.3" ,
36
36
"lerna" : " ^3.22.1" ,
37
- "prettier" : " ^2.1.2 " ,
37
+ "prettier" : " ^2.2.1 " ,
38
38
"prettier-plugin-package" : " ^1.3.0" ,
39
39
"prettier-plugin-svelte" : " ^1.4.1" ,
40
- "stylelint" : " ^13.7.2 " ,
40
+ "stylelint" : " ^13.8.0 " ,
41
41
"stylelint-config-standard" : " ^20.0.0" ,
42
42
"stylelint-scss" : " ^3.18.0" ,
43
- "svelte" : " ^3.29.7 "
43
+ "svelte" : " ^3.30.0 "
44
44
},
45
45
"husky" : {
46
46
"hooks" : {
Original file line number Diff line number Diff line change 12
12
"@rollup/plugin-json" : " ^4.1.0" ,
13
13
"globby" : " ^11.0.1" ,
14
14
"json-format" : " 1.0.1" ,
15
- "rollup" : " ^2.33.2 " ,
15
+ "rollup" : " ^2.33.3 " ,
16
16
"rollup-plugin-terser" : " ^7.0.2" ,
17
- "sveltedoc-parser" : " ^3.0.4 "
17
+ "sveltedoc-parser" : " ^3.0.5 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change 17
17
"svelte-materialify-api" : " ^0.3.3"
18
18
},
19
19
"devDependencies" : {
20
- "@babel/core" : " ^7.12.3 " ,
20
+ "@babel/core" : " ^7.12.9 " ,
21
21
"@babel/plugin-syntax-dynamic-import" : " ^7.8.3" ,
22
22
"@babel/plugin-transform-runtime" : " ^7.12.1" ,
23
- "@babel/preset-env" : " ^7.12.1 " ,
23
+ "@babel/preset-env" : " ^7.12.7 " ,
24
24
"@rollup/plugin-alias" : " ^3.1.1" ,
25
25
"@rollup/plugin-babel" : " ^5.2.1" ,
26
26
"@rollup/plugin-dynamic-import-vars" : " ^1.1.0" ,
27
27
"@rollup/plugin-replace" : " ^2.3.4" ,
28
- "autoprefixer" : " ^10.0.2 " ,
28
+ "autoprefixer" : " ^10.0.4 " ,
29
29
"clipboard" : " ^2.0.6" ,
30
- "mdsvex" : " ^0.8.7 " ,
31
- "postcss" : " ^8.1.7 " ,
30
+ "mdsvex" : " ^0.8.9 " ,
31
+ "postcss" : " ^8.1.10 " ,
32
32
"prism-svelte" : " ^0.4.7" ,
33
33
"prismjs" : " ^1.22.0" ,
34
34
"remark-autolink-headings" : " ^6.0.1" ,
37
37
"remark-external-links" : " ^8.0.0" ,
38
38
"remark-sectionize" : " ^1.1.1" ,
39
39
"remark-slug" : " ^6.0.0" ,
40
- "rollup" : " ^2.33.2 " ,
40
+ "rollup" : " ^2.33.3 " ,
41
41
"sapper" : " ^0.28.10" ,
42
42
"sass" : " ^1.28.0" ,
43
43
"serve" : " ^11.3.2" ,
44
- "svelte" : " ^3.29.7 " ,
45
- "svelte-preprocess" : " ^4.5.2 "
44
+ "svelte" : " ^3.30.0 " ,
45
+ "svelte-preprocess" : " ^4.6.1 "
46
46
}
47
47
}
Original file line number Diff line number Diff line change 44
44
"svelte" : " >=3.29.4"
45
45
},
46
46
"devDependencies" : {
47
- "@babel/core" : " ^7.12.3 " ,
48
- "@babel/preset-env" : " ^7.12.1 " ,
47
+ "@babel/core" : " ^7.12.9 " ,
48
+ "@babel/preset-env" : " ^7.12.7 " ,
49
49
"@rollup/plugin-commonjs" : " ^16.0.0" ,
50
50
"@rollup/plugin-node-resolve" : " ^10.0.0" ,
51
51
"@testing-library/jest-dom" : " ^5.11.6" ,
56
56
"del" : " ^6.0.0" ,
57
57
"glob" : " ^7.1.6" ,
58
58
"jest" : " ^26.6.3" ,
59
- "postcss" : " ^8.1.7 " ,
60
- "rollup" : " ^2.33.2 " ,
59
+ "postcss" : " ^8.1.10 " ,
60
+ "rollup" : " ^2.33.3 " ,
61
61
"rollup-plugin-bundle-size" : " ^1.0.3" ,
62
62
"rollup-plugin-svelte" : " ^6.1.0" ,
63
63
"rollup-plugin-terser" : " ^7.0.2" ,
64
64
"sass" : " ^1.28.0" ,
65
65
"standard-changelog" : " ^2.0.24" ,
66
- "svelte" : " ^3.29.7 " ,
67
- "svelte-check" : " ^1.1.12 " ,
66
+ "svelte" : " ^3.30.0 " ,
67
+ "svelte-check" : " ^1.1.17 " ,
68
68
"svelte-htm" : " ^1.1.1" ,
69
69
"svelte-jester" : " ^1.1.5" ,
70
- "svelte-preprocess" : " ^4.5 .1"
70
+ "svelte-preprocess" : " ^4.6 .1"
71
71
},
72
72
"types" : " @types/index.d.ts" ,
73
73
"svelte" : " dist/index.js"
You can’t perform that action at this time.
0 commit comments