Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Dec 13, 2023
1 parent a44b798 commit 26bf37d
Show file tree
Hide file tree
Showing 7 changed files with 406 additions and 948 deletions.
5 changes: 2 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"terser": "^5.26.0",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-solid": "^2.8.0",
"wrangler": "^3.19.0"
"vite-plugin-solid": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/emoji-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"unused:build": "rm -r types/; vite build && tsc"
},
"devDependencies": {
"vite": "^5.0.7"
"vite": "^5.0.8"
}
}
2 changes: 1 addition & 1 deletion packages/solid-freeze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"solid-js": "^1.8.7",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vite-plugin-solid": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/solid-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/dom-navigation": "^1.0.3",
"solid-js": "^1.8.7",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"solid-js": "^1.8.7",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vite-plugin-solid": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/solid-use-gesture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"solid-js": "^1.8.7",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vite-plugin-solid": "^2.8.0"
}
}
Loading

0 comments on commit 26bf37d

Please sign in to comment.