Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed May 26, 2023
1 parent 0182e75 commit e9f79bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://janosh.github.io/svelte-zoo",
"repository": "https://github.com/janosh/svelte-zoo",
"license": "MIT",
"version": "0.4.5",
"version": "0.4.6",
"type": "module",
"svelte": "./dist/index.js",
"bugs": "https://github.com/janosh/svelte-zoo/issues",
Expand All @@ -19,15 +19,15 @@
"test": "vitest"
},
"dependencies": {
"@sveltejs/kit": "^1.18.0",
"@sveltejs/kit": "^1.19.0",
"highlight.js": "^11.8.0",
"svelte": "^3.59.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/package": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"eslint-plugin-svelte3": "^4.0.0",
Expand All @@ -39,11 +39,11 @@
"prettier-plugin-svelte": "^2.10.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"svelte-check": "^3.3.2",
"svelte-check": "^3.4.2",
"svelte-preprocess": "^5.0.3",
"svelte2tsx": "^0.6.14",
"svelte2tsx": "^0.6.15",
"typescript": "5.0.4",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vitest": "^0.31.1"
},
"keywords": [
Expand Down

0 comments on commit e9f79bc

Please sign in to comment.