File tree Expand file tree Collapse file tree 6 files changed +6804
-3152
lines changed Expand file tree Collapse file tree 6 files changed +6804
-3152
lines changed Original file line number Diff line number Diff line change 3
3
"useWorkspaces" : true ,
4
4
"packages" : [" packages/*" ],
5
5
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
6
- "version" : " 2.2 .0"
6
+ "version" : " 2.3 .0"
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/benchmark.js-plugin" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " Benchmark.js compatibility layer for CodSpeed" ,
5
5
"keywords" : [
6
6
" codspeed" ,
27
27
"jest-mock-extended" : " ^3.0.4"
28
28
},
29
29
"dependencies" : {
30
- "@codspeed/core" : " workspace:^2.2 .0" ,
30
+ "@codspeed/core" : " workspace:^2.3 .0" ,
31
31
"lodash" : " ^4.17.10" ,
32
32
"stack-trace" : " 1.0.0-pre2"
33
33
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/core" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " The core Node library used to integrate with Codspeed runners" ,
5
5
"keywords" : [
6
6
" codspeed" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/tinybench-plugin" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " tinybench compatibility layer for CodSpeed" ,
5
5
"keywords" : [
6
6
" codspeed" ,
24
24
"tinybench" : " ^2.5.0"
25
25
},
26
26
"dependencies" : {
27
- "@codspeed/core" : " workspace:^2.2 .0" ,
27
+ "@codspeed/core" : " workspace:^2.3 .0" ,
28
28
"stack-trace" : " 1.0.0-pre2"
29
29
},
30
30
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/vitest-plugin" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " vitest plugin for CodSpeed" ,
5
5
"keywords" : [
6
6
" codspeed" ,
27
27
"bench" : " vitest bench"
28
28
},
29
29
"dependencies" : {
30
- "@codspeed/core" : " workspace:^2.2 .0"
30
+ "@codspeed/core" : " workspace:^2.3 .0"
31
31
},
32
32
"peerDependencies" : {
33
- "vitest " : " >=1.0.0-beta.4 || >=1 " ,
34
- "vite " : " ^4.2.0 || ^5.0.0 "
33
+ "vite " : " ^4.2.0 || ^5.0.0 " ,
34
+ "vitest " : " >=1.0.0-beta.4 || >=1 "
35
35
},
36
36
"devDependencies" : {
37
37
"@total-typescript/shoehorn" : " ^0.1.1" ,
You can’t perform that action at this time.
0 commit comments