Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Feb 14, 2023
1 parent 6260f0c commit 303e926
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 103 deletions.
4 changes: 2 additions & 2 deletions examples/react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"styled-components": "^5.3.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.1",
"vite": "4.0.x"
"@vitejs/plugin-react": "^3.1.0",
"vite": "4.1.x"
}
}
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-router-dom": "^6.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.1",
"vite": "4.0.x"
"@vitejs/plugin-react": "^3.1.0",
"vite": "4.1.x"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"serve:node": "node ../node-server/index vanilla"
},
"dependencies": {
"vite": "4.0.x"
"vite": "4.1.x"
}
}
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vue/compiler-sfc": "^3.2.26",
"@vue/server-renderer": "^3.2.26",
"@vueuse/head": "^0.6.0",
"vite": "4.0.x",
"vite": "4.1.x",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"test/fixtures/*"
],
"peerDependencies": {
"@vitejs/plugin-react": "^3.0.1",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vueuse/head": "0.x",
"react": "^17",
"react-dom": "^17",
"react-helmet-async": "^1.0.0",
"react-router-dom": "^6",
"vite": "^4.0.4",
"vite": "^4.0.0",
"vue": "^3.2.26",
"vue-router": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/react-ts-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@types/connect": "^3.4.35",
"@types/node": "^16.4.7",
"@vitejs/plugin-react": "^3.0.1",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.3.2",
"vite": "4.0.x"
"vite": "4.1.x"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/vue-ts-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.26",
"typescript": "^4.3.2",
"vite": "4.0.x",
"vite": "4.1.x",
"vue-tsc": "^0.0.24"
}
}
180 changes: 88 additions & 92 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 303e926

Please sign in to comment.