Skip to content

Commit

Permalink
Update examples vite to 3.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed May 26, 2022
1 parent 21f3c20 commit 5815f1b
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 140 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-alpha.4",
"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-alpha.4",
"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-alpha.4",
"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-alpha.4",
"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-alpha.4",
"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-alpha.4",
"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-alpha.4"
}
}

0 comments on commit 5815f1b

Please sign in to comment.