@unhead/svelte 3.0.4 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/svelte",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.5",
|
|
5
5
|
"description": "Full-stack <head> manager built for Svelte.",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -105,16 +105,15 @@
|
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"magic-string": "^0.30.21",
|
|
108
|
-
"oxc-parser": "^0.125.0",
|
|
109
108
|
"oxc-walker": "^0.7.0",
|
|
110
|
-
"
|
|
111
|
-
"unhead": "3.0.
|
|
109
|
+
"unhead": "3.0.5",
|
|
110
|
+
"@unhead/bundler": "3.0.5"
|
|
112
111
|
},
|
|
113
112
|
"devDependencies": {
|
|
114
113
|
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
|
115
114
|
"@testing-library/svelte": "^5.3.1",
|
|
116
|
-
"svelte": "^5.55.
|
|
117
|
-
"vite": "^8.0.
|
|
115
|
+
"svelte": "^5.55.4",
|
|
116
|
+
"vite": "^8.0.9"
|
|
118
117
|
},
|
|
119
118
|
"scripts": {
|
|
120
119
|
"build": "unbuild .",
|