Skip to content

Commit 48b6e90

Browse files
authored
docs, build: Fix few typos and dep placement (#39)
Quick typo fixes, as well as moving around some deps to dev deps.
1 parent d6e4bf6 commit 48b6e90

File tree

6 files changed

+26
-17
lines changed

6 files changed

+26
-17
lines changed

.changeset/shy-bottles-shout.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@codecov/bundler-plugin-core": patch
3+
"@codecov/webpack-plugin": patch
4+
"@codecov/rollup-plugin": patch
5+
"@codecov/vite-plugin": patch
6+
---
7+
8+
Move bundler-core test deps to dev deps

packages/bundler-plugin-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
"dependencies": {
3939
"chalk": "4.1.2",
4040
"semver": "^7.5.4",
41-
"testdouble": "^3.20.1",
42-
"testdouble-jest": "^2.0.0",
4341
"unplugin": "^1.5.1",
4442
"zod": "^3.22.4"
4543
},
@@ -51,6 +49,8 @@
5149
"@types/semver": "^7.5.6",
5250
"jest": "^29.7.0",
5351
"msw": "^2.0.9",
52+
"testdouble": "^3.20.1",
53+
"testdouble-jest": "^2.0.0",
5454
"ts-node": "^10.9.1",
5555
"typescript": "^5.3.2",
5656
"unbuild": "^2.0.0"

packages/rollup-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Using yarn:
2525
yarn add @codecov/rollup-plugin --dev
2626
```
2727

28-
Using pnpm
28+
Using pnpm:
2929

3030
```bash
3131
pnpm add @codecov/rollup-plugin --save-dev

packages/vite-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Using yarn:
2525
yarn add @codecov/vite-plugin --dev
2626
```
2727

28-
Using pnpm
28+
Using pnpm:
2929

3030
```bash
3131
pnpm add @codecov/vite-plugin --save-dev

packages/webpack-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Using yarn:
2525
yarn add @codecov/webpack-plugin --dev
2626
```
2727

28-
Using pnpm
28+
Using pnpm:
2929

3030
```bash
3131
pnpm add @codecov/webpack-plugin --save-dev

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)