Skip to content

Commit

Permalink
chore: update pnpm (#3211)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 19, 2023
1 parent b1624db commit ddfeb0c
Show file tree
Hide file tree
Showing 5 changed files with 6,216 additions and 4,835 deletions.
2 changes: 1 addition & 1 deletion examples/react-testing-lib-msw/package.json
Expand Up @@ -23,7 +23,7 @@
"@vitest/ui": "latest",
"cross-fetch": "^3.1.5",
"jsdom": "latest",
"msw": "^0.49.2",
"msw": "^1.2.1",
"vite": "latest",
"vitest": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react-testing-lib/package.json
Expand Up @@ -19,7 +19,7 @@
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "latest",
"@vitest/coverage-c8": "^0.24.5",
"@vitest/ui": "latest",
"jsdom": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/vitesse/package.json
Expand Up @@ -12,8 +12,8 @@
"@vitejs/plugin-vue": "latest",
"@vue/test-utils": "^2.0.2",
"jsdom": "latest",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"unplugin-auto-import": "latest",
"unplugin-vue-components": "latest",
"vite": "latest",
"vitest": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.30.1",
"private": true,
"packageManager": "pnpm@7.31.0",
"packageManager": "pnpm@8.2.0",
"description": "A blazing fast unit test framework powered by Vite",
"scripts": {
"ci": "ni && nr typecheck && nr lint && nr build && nr test:all",
Expand Down

0 comments on commit ddfeb0c

Please sign in to comment.