Skip to content

Commit

Permalink
Update examples to vite@3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jun 21, 2022
1 parent 0cdbc37 commit 5d60dca
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 143 deletions.
2 changes: 1 addition & 1 deletion examples/lit-ts/package.json
Expand Up @@ -29,7 +29,7 @@
"npm-run-all": "^4.1.5",
"rollup-plugin-postcss-lit": "^2.0.0",
"sass": "^1.50.1",
"vite": "2.9.6",
"vite": "^3.0.0-beta.0",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/react-18/package.json
Expand Up @@ -28,7 +28,7 @@
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"vite": "2.9.6",
"vite": "^3.0.0-beta.0",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.4",
"vite": "2.9.6",
"vite": "^3.0.0-beta.0",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Expand Up @@ -28,7 +28,7 @@
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"vite": "2.9.6",
"vite": "^3.0.0-beta.0",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Expand Up @@ -31,7 +31,7 @@
"npm-run-all": "^4.1.5",
"svelte-preprocess": "^4.10.4",
"typescript": "^4.5.5",
"vite": "2.9.6",
"vite": "^3.0.0-beta.0",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/vue/package.json
Expand Up @@ -26,7 +26,7 @@
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"vite": "2.9.6",
"vite": "^3.0.0-beta.0",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/workspaces/packages/catalog/package.json
Expand Up @@ -20,6 +20,6 @@
"@storybook/addon-essentials": "^6.5.0",
"@storybook/builder-vite": "workspace:*",
"@storybook/react": "^6.5.0",
"vite": "2.9.0"
"vite": "^3.0.0-beta.0"
}
}

0 comments on commit 5d60dca

Please sign in to comment.