Skip to content

Commit

Permalink
chore(deps): upgrade Vite and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Mar 20, 2024
1 parent dc5edc9 commit a79fbce
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 127 deletions.
2 changes: 1 addition & 1 deletion examples/vite-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.0.12",
"vite": "^5.2.2",
"vite-imagetools": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"rollup": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"sharp": "^0.33.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^5.0.12",
"vite": "^5.2.2",
"vitest": "^0.34.0"
}
}
Loading

0 comments on commit a79fbce

Please sign in to comment.