Skip to content

Commit

Permalink
chore: bump prettier and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jul 22, 2023
1 parent 0360447 commit 1047a5a
Show file tree
Hide file tree
Showing 9 changed files with 869 additions and 861 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
singleQuote: true,
trailingComma: 'none',
printWidth: 100,
plugins: [require('prettier-plugin-svelte')],
plugins: ["prettier-plugin-svelte"],
overrides: [
{
files: '**/*.svx',
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 [these people](https://github.com/svitejs/project-template/graphs/contributors)
Copyright (c) 2023 [these people](https://github.com/svitejs/project-template/graphs/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/node": "^18.16.20",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-svelte": "^2.32.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.32.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"rimraf": "^5.0.1",
"svelte": "^4.0.5",
"svelte": "^4.1.1",
"tsm": "^2.3.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/basic/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
2 changes: 1 addition & 1 deletion packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^4.4.4",
"vite": "^4.4.6",
"vite-plugin-qrcode": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/playground/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@sveltejs/kit": "^1.22.3",
"svelte": "^4.0.5",
"vite": "^4.4.4",
"svelte": "^4.1.1",
"vite": "^4.4.6",
"vite-plugin-qrcode": "workspace:*"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/sveltekit/src/app.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
2 changes: 1 addition & 1 deletion packages/vite-plugin-qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"devDependencies": {
"@types/qrcode-terminal": "^0.12.0",
"uvu": "^0.5.6",
"vite": "^4.4.4"
"vite": "^4.4.6"
}
}
Loading

0 comments on commit 1047a5a

Please sign in to comment.