Skip to content

Commit

Permalink
feat: update to Svelte 4 (#859)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Moritz <domoritz@gmail.com>
  • Loading branch information
liamdiprose and domoritz authored Jul 23, 2023
1 parent 26f8c55 commit ae19518
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 26 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"semantic-release": "^21.0.2",
"typescript": "^5.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-vega-sample/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
8 changes: 4 additions & 4 deletions packages/svelte-vega/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"publint": "^0.1.11",
"svelte": "^3.59.2",
"svelte": "^4.0.0",
"svelte-check": "^3.2.0",
"tslib": "^2.6.0",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"peerDependencies": {
"svelte": "^3.54.0",
"svelte": "^3.54.0 || ^4.0.0",
"vega": "*",
"vega-lite": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit-vega-sample/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
Loading

0 comments on commit ae19518

Please sign in to comment.