File tree 4 files changed +192
-211
lines changed
4 files changed +192
-211
lines changed Original file line number Diff line number Diff line change 1
- 17.1 .0
1
+ 14.18 .0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mutablejs/dom" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " Reactive DOM elements, based on mutableJS's state" ,
5
5
"keywords" : [
6
6
" mutable DOM" ,
16
16
" dist"
17
17
],
18
18
"main" : " ./dist/index.umd.js" ,
19
- "module" : " ./dist/index.es.js " ,
19
+ "module" : " ./dist/index.mjs " ,
20
20
"types" : " ./dist/index.d.ts" ,
21
21
"exports" : {
22
22
"." : {
23
- "import" : " ./dist/index.es.js " ,
23
+ "import" : " ./dist/index.mjs " ,
24
24
"require" : " ./dist/index.umd.js"
25
25
}
26
26
},
36
36
},
37
37
"license" : " MIT" ,
38
38
"engines" : {
39
- "node" : " >=17 .0.0"
39
+ "node" : " ^14.18.0 || >=16 .0.0"
40
40
},
41
41
"devDependencies" : {
42
- "@mutablejs/core" : " ^0.2.0 " ,
43
- "@types/node" : " ^17.0.38 " ,
44
- "typescript" : " ^4.7 .2" ,
45
- "vite" : " ^2.9.9 "
42
+ "@mutablejs/core" : " ^0.2.1 " ,
43
+ "@types/node" : " ^20.8.6 " ,
44
+ "typescript" : " ^5.2 .2" ,
45
+ "vite" : " ^4.4.11 "
46
46
},
47
47
"peerDependencies" : {
48
- "@mutablejs/core" : " ^0.2.0 "
48
+ "@mutablejs/core" : " ^0.2.1 "
49
49
},
50
50
"dependencies" : {}
51
51
}
Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ export default defineConfig({
14
14
external : [ '@mutablejs/core' ] ,
15
15
} ,
16
16
} ,
17
+ server : { port : 3000 } ,
17
18
} ) ;
You can’t perform that action at this time.
0 commit comments