Skip to content

Commit

Permalink
docs, build: Fix few typos and dep placement (#39)
Browse files Browse the repository at this point in the history
Quick typo fixes, as well as moving around some deps to dev deps.
  • Loading branch information
nicholas-codecov authored Jan 3, 2024
1 parent d6e4bf6 commit 48b6e90
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 17 deletions.
8 changes: 8 additions & 0 deletions .changeset/shy-bottles-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@codecov/bundler-plugin-core": patch
"@codecov/webpack-plugin": patch
"@codecov/rollup-plugin": patch
"@codecov/vite-plugin": patch
---

Move bundler-core test deps to dev deps
4 changes: 2 additions & 2 deletions packages/bundler-plugin-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"dependencies": {
"chalk": "4.1.2",
"semver": "^7.5.4",
"testdouble": "^3.20.1",
"testdouble-jest": "^2.0.0",
"unplugin": "^1.5.1",
"zod": "^3.22.4"
},
Expand All @@ -51,6 +49,8 @@
"@types/semver": "^7.5.6",
"jest": "^29.7.0",
"msw": "^2.0.9",
"testdouble": "^3.20.1",
"testdouble-jest": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"unbuild": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using yarn:
yarn add @codecov/rollup-plugin --dev
```

Using pnpm
Using pnpm:

```bash
pnpm add @codecov/rollup-plugin --save-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using yarn:
yarn add @codecov/vite-plugin --dev
```

Using pnpm
Using pnpm:

```bash
pnpm add @codecov/vite-plugin --save-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using yarn:
yarn add @codecov/webpack-plugin --dev
```

Using pnpm
Using pnpm:

```bash
pnpm add @codecov/webpack-plugin --save-dev
Expand Down
25 changes: 13 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48b6e90

Please sign in to comment.