File tree Expand file tree Collapse file tree 5 files changed +306
-68
lines changed Expand file tree Collapse file tree 5 files changed +306
-68
lines changed Original file line number Diff line number Diff line change 57
57
},
58
58
"packageManager" :
" [email protected] " ,
59
59
"devDependencies" : {
60
- "@biomejs/biome" : " ^1.7.2 " ,
60
+ "@biomejs/biome" : " ^1.7.3 " ,
61
61
"@lerna-lite/cli" : " ^3.3.3" ,
62
62
"@lerna-lite/publish" : " ^3.3.3" ,
63
63
"@lerna-lite/watch" : " ^3.3.3" ,
64
- "@playwright/test" : " ^1.43.1 " ,
65
- "@types/node" : " ^20.12.8 " ,
64
+ "@playwright/test" : " ^1.44.0 " ,
65
+ "@types/node" : " ^20.12.10 " ,
66
66
"conventional-changelog-conventionalcommits" : " ^7.0.2" ,
67
67
"cross-env" : " ^7.0.3" ,
68
68
"npm-run-all2" : " ^6.1.2" ,
Original file line number Diff line number Diff line change 27
27
},
28
28
"devDependencies" : {
29
29
"@types/dompurify" : " ^3.0.5" ,
30
- "sass" : " ^1.76 .0" ,
30
+ "sass" : " ^1.77 .0" ,
31
31
"typescript" : " 5.4.5" ,
32
- "vite" : " ^5.2.10 "
32
+ "vite" : " ^5.2.11 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ <h5>CDN</h5>
29
29
< div style ="background: #f7f7f7; padding: 10px ">
30
30
< pre >
31
31
<!-- Latest compiled and minified CSS -->
32
- <link href="< span style ="color:#880000 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0 /dist/styles/css/multiple-select.css</ span > " rel="< span style ="color:#880000 "> stylesheet</ span > ">
32
+ <link href="< span style ="color:#880000 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4 /dist/styles/css/multiple-select.css</ span > " rel="< span style ="color:#880000 "> stylesheet</ span > ">
33
33
34
34
<!-- (ESM requires < span style ="color:#d63384 "> type="module"</ span > ) Latest compiled and minified JavaScript -->
35
- <script type="module" src="< span style ="color:#880000 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0 /dist/browser/multiple-select.js</ span > "></script>
35
+ <script type="module" src="< span style ="color:#880000 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4 /dist/browser/multiple-select.js</ span > "></script>
36
36
37
37
<!-- (CJS requires < span style ="color:#d63384 "> .cjs</ span > extension) Latest compiled and minified JavaScript -->
38
- <script src="< span style ="color:#880000 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0 /dist/browser/multiple-select.cjs</ span > "></script></ pre >
38
+ <script src="< span style ="color:#880000 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4 /dist/browser/multiple-select.cjs</ span > "></script></ pre >
39
39
</ div >
40
40
41
41
< quote >
Original file line number Diff line number Diff line change 67
67
"copyfiles" : " ^2.4.1" ,
68
68
"cross-env" : " ^7.0.3" ,
69
69
"cssnano" : " ^7.0.1" ,
70
- "esbuild" : " ^0.20.2 " ,
70
+ "esbuild" : " ^0.21.1 " ,
71
71
"fs-extra" : " ^11.2.0" ,
72
72
"glob" : " ^10.3.12" ,
73
73
"postcss" : " ^8.4.38" ,
74
74
"postcss-cli" : " ^11.0.0" ,
75
- "sass" : " ^1.76 .0" ,
75
+ "sass" : " ^1.77 .0" ,
76
76
"typescript" : " 5.4.5"
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments