aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-01-19 14:27:30 +0100
committerpml68 <tutorialmester@gmail.com>2024-01-19 14:27:30 +0100
commit5244b5476f8c3ac9751d8927439ea36f2cce85cc (patch)
treeeab30aaf75b45388b6f05cb9b773f75bf9550765 /package.json
parentfix: I forgot to change the URLs :( (diff)
downloadpml68.dev-5244b5476f8c3ac9751d8927439ea36f2cce85cc.tar.gz
chore: update packages
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0e4b32f..cc7ea3c 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
- "@sveltejs/kit": "^2.3.5",
+ "@sveltejs/kit": "^2.4.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"dotenv": "^16.3.1",
"sass": "^1.70.0",
@@ -22,7 +22,7 @@
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
- "vite": "^5.0.11"
+ "vite": "^5.0.12"
},
"type": "module"
}