Skip to content

Commit

Permalink
fix: updated dependencies, fixes typing and linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Oct 6, 2024
1 parent 71e2b12 commit b246cf6
Show file tree
Hide file tree
Showing 8 changed files with 1,107 additions and 1,024 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,43 +56,43 @@
}
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@playwright/test": "^1.45.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/package": "2.3.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.3",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@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.2",
"@sveltejs/package": "2.3.5",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@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",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cz-customizable": "^7.0.0",
"eslint": "^9.5.0",
"cz-customizable": "^7.2.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-svelte": "^2.41.0",
"globals": "^15.6.0",
"highlight.js": "^11.9.0",
"husky": "^9.0.11",
"minify": "^11.2.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"rimraf": "^5.0.7",
"sass": "^1.77.6",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^15.10.0",
"highlight.js": "^11.10.0",
"husky": "^9.1.6",
"minify": "^11.4.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"rimraf": "^6.0.1",
"sass": "^1.79.4",
"serve": "^14.2.3",
"svelte-check": "^3.8.4",
"svelte-highlight": "^7.6.1",
"svelte-preprocess": "^6.0.1",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^8.0.0-alpha.30",
"vite": "^5.3.1"
"svelte-check": "^4.0.4",
"svelte-highlight": "^7.7.0",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8"
},
"peerDependencies": {
"svelte": "5.0.0-next.166"
"svelte": "5.0.0-next.262"
}
}
Loading

0 comments on commit b246cf6

Please sign in to comment.