Skip to content

Commit 74a05f5

Browse files
--wip-- [skip ci]
1 parent f00537d commit 74a05f5

File tree

6 files changed

+80
-57
lines changed

6 files changed

+80
-57
lines changed

examples/with-javascript-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"bench-tinybench": "node tinybench.js"
88
},
99
"devDependencies": {
10-
"@codspeed/benchmark.js-plugin": "workspace:*",
11-
"@codspeed/tinybench-plugin": "workspace:*",
10+
"@codspeed/benchmark.js-plugin": "file:../../packages/benchmark.js-plugin",
11+
"@codspeed/tinybench-plugin": "file:../../packages/tinybench-plugin",
1212
"benchmark": "^2.1.4",
1313
"tinybench": "^4.0.1"
1414
}

examples/with-typescript-cjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"bench-tinybench": "tsx bench/tinybench/index.bench.ts"
77
},
88
"devDependencies": {
9-
"@codspeed/benchmark.js-plugin": "workspace:*",
10-
"@codspeed/tinybench-plugin": "workspace:*",
9+
"@codspeed/benchmark.js-plugin": "file:../../packages/benchmark.js-plugin",
10+
"@codspeed/tinybench-plugin": "file:../../packages/tinybench-plugin",
1111
"@types/benchmark": "^2.1.2",
1212
"benchmark": "^2.1.4",
1313
"tsx": "^4.20.5",

examples/with-typescript-esm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"bench-vitest": "vitest bench --run"
99
},
1010
"devDependencies": {
11-
"@codspeed/benchmark.js-plugin": "workspace:*",
12-
"@codspeed/tinybench-plugin": "workspace:*",
13-
"@codspeed/vitest-plugin": "workspace:*",
11+
"@codspeed/benchmark.js-plugin": "file:../../packages/benchmark.js-plugin",
12+
"@codspeed/tinybench-plugin": "file:../../packages/tinybench-plugin",
13+
"@codspeed/vitest-plugin": "file:../../packages/vitest-plugin",
1414
"@types/benchmark": "^2.1.2",
1515
"benchmark": "^2.1.4",
1616
"tsx": "^4.20.5",

examples/with-typescript-simple-cjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"bench-tinybench": "tsx tinybench.ts"
77
},
88
"devDependencies": {
9-
"@codspeed/benchmark.js-plugin": "workspace:*",
10-
"@codspeed/tinybench-plugin": "workspace:*",
9+
"@codspeed/benchmark.js-plugin": "file:../../packages/benchmark.js-plugin",
10+
"@codspeed/tinybench-plugin": "file:../../packages/tinybench-plugin",
1111
"@types/benchmark": "^2.1.2",
1212
"benchmark": "^2.1.4",
1313
"tsx": "^4.20.5",

examples/with-typescript-simple-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"bench-tinybench": "tsx tinybench.ts"
88
},
99
"devDependencies": {
10-
"@codspeed/benchmark.js-plugin": "workspace:*",
11-
"@codspeed/tinybench-plugin": "workspace:*",
10+
"@codspeed/benchmark.js-plugin": "file:../../packages/benchmark.js-plugin",
11+
"@codspeed/tinybench-plugin": "file:../../packages/tinybench-plugin",
1212
"@types/benchmark": "^2.1.2",
1313
"benchmark": "^2.1.4",
1414
"tsx": "^4.20.5",

pnpm-lock.yaml

Lines changed: 69 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)