Skip to content

Commit

Permalink
Start using Svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
oddevan committed Feb 17, 2024
1 parent cd532d8 commit 4ba3941
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 157 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
Expand All @@ -38,14 +38,13 @@
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"browserlist": "^1.0.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"publint": "^0.1.9",
"svelte": "^4.0.5",
"svelte": "^5.0.0-next",
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
Expand All @@ -54,5 +53,9 @@
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module"
"type": "module",
"dependencies": {
"browserslist": "^4.23.0",
"lightningcss": "^1.23.0"
}
}
Loading

0 comments on commit 4ba3941

Please sign in to comment.