Skip to content

Commit

Permalink
chore(dependabot): Upgrade vite in canaries (#5811)
Browse files Browse the repository at this point in the history
  • Loading branch information
esauerbo authored Sep 19, 2024
1 parent 2f0119f commit 557c08e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
21 changes: 7 additions & 14 deletions canary/apps/react/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,19 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"postbuild": "yarn run size-limit",
"preview": "vite preview",
"start": "vite preview --port 3000"
},
"dependencies": {
"@aws-amplify/ui-react": "latest",
"aws-amplify": "latest",
"react": "latest",
"react-dom": "latest"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@size-limit/preset-app": "^8.2.6",
"@vitejs/plugin-react": "^1.0.7",
"size-limit": "^8.2.6",
"vite": "^2.8.0"
},
"size-limit": [
{
"path": "dist/assets/index.*.js",
"limit": "300 kB"
}
]
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "latest"
}
}
4 changes: 2 additions & 2 deletions canary/apps/vue/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dependencies": {
"@aws-amplify/ui-vue": "latest",
"aws-amplify": "latest",
"vue": "^3.2.27"
"vue": "latest"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.1",
"vite": "^2.7.13"
"vite": "latest"
}
}

0 comments on commit 557c08e

Please sign in to comment.