Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Jun 22, 2023
1 parent b9726cf commit 082ece3
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 441 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-relative-time",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"keywords": [
"svelte",
Expand Down Expand Up @@ -50,18 +50,18 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.0",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/package": "^2.0.2",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"publint": "^0.1.12",
"svelte": "^4.0.0-next.0",
"svelte-check": "^3.4.3",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}
Loading

0 comments on commit 082ece3

Please sign in to comment.