Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Nov 18, 2021
1 parent 04683e2 commit a838930
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-preset-react",
"version": "2.1.2",
"version": "2.2.0",
"description": "React preset for the vite bundler",
"type": "module",
"main": "dist/index.cjs",
Expand All @@ -26,15 +26,15 @@
"dist/"
],
"dependencies": {
"@vitejs/plugin-react": "^1.0.7"
"@vitejs/plugin-react": "^1.0.9"
},
"peerDependencies": {
"vite": "2.x"
},
"devDependencies": {
"@types/node": "^16.11.6",
"tsup": "^5.5.0",
"typescript": "^4.4.4",
"vite": "^2.6.7"
"@types/node": "^16.11.7",
"tsup": "^5.7.2",
"typescript": "^4.5.2",
"vite": "^2.6.14"
}
}
42 changes: 21 additions & 21 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 a838930

Please sign in to comment.