Skip to content

Commit

Permalink
Merge pull request #130 from vntw/renovate/prettier-3.x
Browse files Browse the repository at this point in the history
Update dependency prettier to v3
  • Loading branch information
vntw authored Sep 10, 2023
2 parents 632fe18 + 2840f34 commit 9bd16bf
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 416 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@
"version": "2.0.0",
"dependencies": {
"joi": "17.10.1",
"preact": "10.11.3"
"preact": "10.17.1"
},
"devDependencies": {
"@preact/preset-vite": "2.5.0",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-preact": "1.3.0",
"postcss": "8.4.29",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "3.1.8",
"typescript": "4.8.4",
"vite": "3.2.7",
"vite-plugin-pwa": "0.13.3"
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-pwa": "0.16.5"
},
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit 9bd16bf

Please sign in to comment.