Commit 070c2b1 1 parent 2cfff91 commit 070c2b1 Copy full SHA for 070c2b1
File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " adex" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"description" : " An easier way to build apps with Vite and Preact" ,
5
5
"keywords" : [
6
6
" adex" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"changelogPreset" : " angular" ,
5
5
"npmClient" : " pnpm" ,
6
- "packages" : [" adex" , " playground" ]
6
+ "packages" : [
7
+ " adex" ,
8
+ " playground"
9
+ ]
7
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playground" ,
3
3
"private" : true ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.7 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
12
12
"preact" : " ^10.22.0"
13
13
},
14
14
"devDependencies" : {
15
- "adex" : " workspace:*" ,
16
15
"@preact/preset-vite" : " ^2.8.2" ,
17
16
"@types/node" : " ^20.14.10" ,
17
+ "adex" : " workspace:*" ,
18
18
"autoprefixer" : " ^10.4.19" ,
19
19
"postcss" : " ^8.4.39" ,
20
20
"tailwindcss" : " ^3.4.4" ,
You can’t perform that action at this time.
0 commit comments