File tree Expand file tree Collapse file tree 6 files changed +242
-225
lines changed Expand file tree Collapse file tree 6 files changed +242
-225
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.6.1 " ,
60
+ "@biomejs/biome" : " ^1.6.2 " ,
61
61
"@lerna-lite/cli" : " ^3.3.1" ,
62
62
"@lerna-lite/publish" : " ^3.3.1" ,
63
63
"@lerna-lite/watch" : " ^3.3.1" ,
68
68
"npm-run-all2" : " ^6.1.2" ,
69
69
"pnpm" : " ^8.15.5" ,
70
70
"rimraf" : " ^5.0.5" ,
71
- "typescript" : " 5.4.2 "
71
+ "typescript" : " 5.4.3 "
72
72
}
73
73
}
Original file line number Diff line number Diff line change 21
21
"dependencies" : {
22
22
"@popperjs/core" : " ^2.11.8" ,
23
23
"bootstrap" : " ^5.3.3" ,
24
- "dompurify" : " ^3.0.10 " ,
24
+ "dompurify" : " ^3.0.11 " ,
25
25
"font-awesome" : " ^4.7.0" ,
26
26
"multiple-select-vanilla" : " workspace:*"
27
27
},
28
28
"devDependencies" : {
29
29
"@types/dompurify" : " ^3.0.5" ,
30
30
"sass" : " ^1.72.0" ,
31
- "typescript" : " 5.4.2 " ,
32
- "vite" : " ^5.2.2 "
31
+ "typescript" : " 5.4.3 " ,
32
+ "vite" : " ^5.2.3 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
1
import DOMPurify from 'dompurify' ;
2
2
import { type MultipleSelectInstance , multipleSelect } from 'multiple-select-vanilla' ;
3
3
4
+ import './example16.scss' ;
4
5
import avatar1 from './images/avatar1.png' ;
5
6
import avatar2 from './images/avatar2.png' ;
6
7
import avatar3 from './images/avatar3.png' ;
7
8
import avatar4 from './images/avatar4.png' ;
8
9
import avatar5 from './images/avatar5.png' ;
9
- import './example16.scss' ;
10
10
11
11
export default class Example {
12
12
ms1 ?: MultipleSelectInstance ;
Original file line number Diff line number Diff line change
1
+ import { exec , execSync } from 'node:child_process' ;
2
+ import path from 'node:path' ;
1
3
import copyfiles from 'copyfiles' ;
2
4
import { buildSync } from 'esbuild' ;
3
5
import { outputFileSync } from 'fs-extra/esm' ;
4
- import { exec , execSync } from 'node:child_process' ;
5
- import path from 'node:path' ;
6
6
import { compile as sassCompile } from 'sass' ;
7
7
8
8
const env = process . env . NODE_ENV ;
Original file line number Diff line number Diff line change 63
63
"@types/trusted-types" : " ^2.0.7"
64
64
},
65
65
"devDependencies" : {
66
- "autoprefixer" : " ^10.4.18 " ,
66
+ "autoprefixer" : " ^10.4.19 " ,
67
67
"copyfiles" : " ^2.4.1" ,
68
68
"cross-env" : " ^7.0.3" ,
69
- "cssnano" : " ^6.1.0 " ,
69
+ "cssnano" : " ^6.1.1 " ,
70
70
"esbuild" : " ^0.20.2" ,
71
71
"fs-extra" : " ^11.2.0" ,
72
72
"glob" : " ^10.3.10" ,
73
- "postcss" : " ^8.4.36 " ,
73
+ "postcss" : " ^8.4.38 " ,
74
74
"postcss-cli" : " ^11.0.0" ,
75
75
"sass" : " ^1.72.0" ,
76
- "typescript" : " 5.4.2 "
76
+ "typescript" : " 5.4.3 "
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments