Skip to content

Commit

Permalink
chore: fix typo in pnpm-workspace.yaml (#20751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eckhardt-D committed May 10, 2023
1 parent 018bf12 commit 10e9d71
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 10 deletions.
43 changes: 39 additions & 4 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
@@ -1,4 +1,4 @@
packages:
- "packages/**"
- "playground"
- "text/fixtures/*"
- "test/fixtures/*"
10 changes: 5 additions & 5 deletions test/fixtures/basic/package.json
Expand Up @@ -9,10 +9,10 @@
"nuxt": "workspace:*"
},
"devDependencies": {
"ofetch": "^1.0.1",
"ufo": "^1.1.1",
"unplugin": "^1.3.1",
"vitest": "^0.30.1",
"vue-router": "^4.1.6"
"ofetch": "latest",
"ufo": "latest",
"unplugin": "latest",
"vitest": "latest",
"vue-router": "latest"
}
}

0 comments on commit 10e9d71

Please sign in to comment.