File tree Expand file tree Collapse file tree 4 files changed +185
-99
lines changed Expand file tree Collapse file tree 4 files changed +185
-99
lines changed Original file line number Diff line number Diff line change 26
26
"devDependencies" : {
27
27
"multiple-select-vanilla" : " workspace:*" ,
28
28
"sass" : " ^1.58.3" ,
29
- "typescript" : " ^5.0.0-rc " ,
29
+ "typescript" : " ^4.9.5 " ,
30
30
"vite" : " ^4.1.2"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " multiple-select-vanilla" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/cjs/multiple-select.js" ,
6
6
"module" : " ./dist/esm/multiple-select.js" ,
70
70
"postcss" : " ^8.4.21" ,
71
71
"postcss-cli" : " ^10.1.0" ,
72
72
"sass" : " ^1.58.3" ,
73
- "typescript" : " ^5.0.0-rc " ,
73
+ "typescript" : " ^4.9.5 " ,
74
74
"vite" : " ^4.1.2" ,
75
75
"vite-plugin-dts" : " ^2.0.2"
76
76
}
Original file line number Diff line number Diff line change 50
50
"pnpm" : " ^7.27.1" ,
51
51
"prettier" : " ^2.8.4" ,
52
52
"rimraf" : " ^4.3.0" ,
53
- "typescript" : " ^5.0.0-rc "
53
+ "typescript" : " ^4.9.5 "
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments