Skip to content

Commit

Permalink
Fix deps vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 3, 2023
1 parent 72e3449 commit ee16f49
Show file tree
Hide file tree
Showing 14 changed files with 1,043 additions and 245 deletions.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"vite": "^4.2.1"
"vite": "^4.4.8"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"devDependencies": {
"vite": "^4.2.1",
"vite": "^4.4.8",
"webpack": "^5.77.0"
}
}
2 changes: 1 addition & 1 deletion packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@docusaurus/types": "^2.4.0",
"@whyframe/core": "workspace:*",
"uvu": "^0.5.6",
"vite": "^4.2.1",
"vite": "^4.4.8",
"webpack": "^5.77.0"
}
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"@whyframe/core": "workspace:*",
"svelte": "^3.54.0",
"uvu": "^0.5.6",
"vite": "^4.2.1"
"vite": "^4.4.8"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@whyframe/core": "workspace:*",
"uvu": "^0.5.6",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vue": "^3.2.47"
}
}
4 changes: 2 additions & 2 deletions playground/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.15.0",
"@sveltejs/kit": "^1.22.4",
"@whyframe/core": "^0.1.9",
"@whyframe/svelte": "^0.1.5",
"mdsvex": "^0.10.6",
"svelte": "^3.58.0",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@preact/preset-vite": "^2.5.0",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vitejs/plugin-react": "^3.1.0",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vite-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"babel-preset-solid": "^1.7.1",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vite-plugin-inspect": "^0.7.18",
"vite-plugin-solid": "^2.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@whyframe/core": "^0.1.9",
"@whyframe/svelte": "^0.1.5",
"svelte": "^3.58.0",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitejs/plugin-vue": "^4.1.0",
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"vite": "^4.2.1",
"vite": "^4.4.8",
"vite-plugin-inspect": "^0.7.18",
"vitepress": "1.0.0-alpha.64"
}
Expand Down
Loading

0 comments on commit ee16f49

Please sign in to comment.