Skip to content

Commit

Permalink
chore(deps): update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 28, 2024
1 parent e4c424a commit 27ce331
Show file tree
Hide file tree
Showing 7 changed files with 520 additions and 365 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-vue": "^9.29.1",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.10",
"pathe": "^1.1.2",
"prettier": "^3.3.3",
"release-it": "^17.10.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "4.2.4",
"vite-plugin-dts": "4.3.0",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-qrcode": "^0.2.3",
"vitest": "^2.1.3",
Expand Down
12 changes: 6 additions & 6 deletions playground/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"vite": "^5.4.10"
}
}
5 changes: 5 additions & 0 deletions playground/react/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
filter: drop-shadow(0 0 2em #61dafbaa);
}

.custom-penguin {
color: teal;
font-weight: 700;
}

@keyframes logo-spin {
from {
transform: rotate(0deg);
Expand Down
2 changes: 1 addition & 1 deletion playground/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-qrcode": "^0.2.3"
}
}
4 changes: 2 additions & 2 deletions playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
}
}
5 changes: 5 additions & 0 deletions playground/vue/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,8 @@ button:focus-visible {
background-color: #f9f9f9;
}
}

.custom-penguin {
color: teal;
font-weight: 700;
}

Check failure on line 83 in playground/vue/src/style.css

View workflow job for this annotation

GitHub Actions / Lint (20)

Newline required at end of file but not found

Check failure on line 83 in playground/vue/src/style.css

View workflow job for this annotation

GitHub Actions / Lint (20)

Insert `⏎`
Loading

0 comments on commit 27ce331

Please sign in to comment.