Skip to content

Commit

Permalink
fix: support for svelte5
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Oct 30, 2024
1 parent 6847b8f commit 91b395f
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 845 deletions.
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,44 +68,43 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@playwright/test": "^1.47.2",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@playwright/test": "^1.48.2",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"badge-maker": "^4.0.0",
"@types/node": "^22.8.4",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"badge-maker": "^4.1.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cz-customizable": "^7.2.1",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^15.10.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"highlight.js": "^11.10.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"rimraf": "^6.0.1",
"sass": "^1.79.4",
"serve": "^14.2.3",
"svelte-check": "^4.0.4",
"sass": "^1.80.5",
"serve": "^14.2.4",
"svelte-check": "^4.0.5",
"svelte-highlight": "^7.7.0",
"svelte-preprocess": "^6.0.3",
"svelte-range-slider-pips": "^3.1.1",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
"svelte-range-slider-pips": "^3.1.2",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"vitest": "^2.1.4"
},
"peerDependencies": {
"svelte": "^4.2.19"
},
"optionalDependencies": {}
"svelte": "^4.2.19 || ^5.1.0"
}
}
Loading

0 comments on commit 91b395f

Please sign in to comment.