File tree 13 files changed +22
-22
lines changed
13 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"react" : " ^18.2.0" ,
12
12
"react-dom" : " ^18.2.0" ,
13
- "@macaron-css/core" : " 1.2.0 " ,
14
- "@macaron-css/vite" : " 1.4.3 " ,
15
- "@macaron-css/react" : " 1.4.0 "
13
+ "@macaron-css/core" : " 1.5.1 " ,
14
+ "@macaron-css/vite" : " 1.5.1 " ,
15
+ "@macaron-css/react" : " 1.5.1 "
16
16
},
17
17
"devDependencies" : {
18
18
"@types/react" : " ^18.0.17" ,
Original file line number Diff line number Diff line change 19
19
"solid-js" : " ^1.6.0" ,
20
20
"solid-start" : " ^0.2.0" ,
21
21
"undici" : " ^5.11.0" ,
22
- "@macaron-css/core" : " 1.2.0 " ,
23
- "@macaron-css/solid" : " 1.4 .1"
22
+ "@macaron-css/core" : " 1.5.1 " ,
23
+ "@macaron-css/solid" : " 1.5 .1"
24
24
},
25
25
"engines" : {
26
26
"node" : " >=16"
Original file line number Diff line number Diff line change 8
8
"start" : " npx serve ."
9
9
},
10
10
"dependencies" : {
11
- "@macaron-css/esbuild" : " 1.1.4 " ,
12
- "@macaron-css/solid" : " 1.4 .1" ,
11
+ "@macaron-css/esbuild" : " 1.5.1 " ,
12
+ "@macaron-css/solid" : " 1.5 .1" ,
13
13
"babel-preset-solid" : " ^1.4.2" ,
14
- "@macaron-css/core" : " 1.2.0 " ,
14
+ "@macaron-css/core" : " 1.5.1 " ,
15
15
"esbuild" : " ^0.14.42" ,
16
16
"solid-js" : " ^1.4.3"
17
17
}
Original file line number Diff line number Diff line change 4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
- "@macaron-css/esbuild" : " 1.1.4 " ,
8
- "@macaron-css/core" : " 1.2.0 " ,
7
+ "@macaron-css/esbuild" : " 1.5.1 " ,
8
+ "@macaron-css/core" : " 1.5.1 " ,
9
9
"esbuild" : " ^0.14.42"
10
10
}
11
11
}
Original file line number Diff line number Diff line change 8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@macaron-css/core" : " 1.2.0 " ,
12
- "@macaron-css/vite" : " 1.4.3 "
11
+ "@macaron-css/core" : " 1.5.1 " ,
12
+ "@macaron-css/vite" : " 1.5.1 "
13
13
},
14
14
"devDependencies" : {
15
15
"typescript" : " ^4.5.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @macaron-css/babel" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"main" : " ./dist/index.js" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @macaron-css/core" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " dist/index.mjs" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @macaron-css/esbuild" ,
3
- "version" : " 1.1.4 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " dist/index.mjs" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @macaron-css/integration" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " dist/index.mjs" ,
6
6
"types" : " dist/index.d.ts" ,
13
13
"dependencies" : {
14
14
"@babel/core" : " ^7.18.2" ,
15
15
"@babel/plugin-syntax-jsx" : " ^7.17.12" ,
16
- "@macaron-css/babel" : " 1.1.3 " ,
16
+ "@macaron-css/babel" : " 1.5.1 " ,
17
17
"@vanilla-extract/integration" : " ^6.0.0" ,
18
18
"esbuild" : " ^0.14.42"
19
19
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @macaron-css/qwik" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @macaron-css/react" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @macaron-css/solid" ,
3
- "version" : " 1.4 .1" ,
3
+ "version" : " 1.5 .1" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @macaron-css/vite" ,
3
- "version" : " 1.4.3 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " dist/index.mjs" ,
6
6
"types" : " dist/index.d.ts" ,
11
11
"directory" : " packages/vite"
12
12
},
13
13
"dependencies" : {
14
- "@macaron-css/integration" : " 1.3.0 " ,
14
+ "@macaron-css/integration" : " 1.5.1 " ,
15
15
"@vanilla-extract/integration" : " ^6.0.0" ,
16
16
"@vanilla-extract/vite-plugin" : " ^3.1.6"
17
17
},
You can’t perform that action at this time.
0 commit comments