Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Sep 13, 2024
1 parent 6a7b458 commit d540e56
Show file tree
Hide file tree
Showing 4 changed files with 1,371 additions and 1,193 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.7",
"@types/node": "22.3.0",
"@types/react": "18.3.3",
"@changesets/cli": "^2.27.8",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"cross-env": "7.0.3",
"lefthook": "^1.7.12",
"lefthook": "^1.7.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"tsup": "8.2.4",
"turbo": "2.0.13",
"typescript": "5.5.4"
"turbo": "2.1.1",
"typescript": "5.6.2"
},
"optionalDependencies": {
"@esbuild/darwin-x64": "^0.23.0",
"turbo-darwin-arm64": "^2.0.13"
"@esbuild/darwin-x64": "^0.23.1",
"turbo-darwin-arm64": "^2.1.1"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.10.0"
}
2 changes: 1 addition & 1 deletion packages/hydrogen/src/hooks/use-theme-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class ThemeSettingsStore extends EventEmitter{
constructor(data: RootRouteData['weaverseTheme']) {
super()
let { theme, countries, schema, publicEnv } = data || {}
this.settings = { ...theme } || {}
this.settings = { ...theme }
this.countries = countries
this.schema = schema
this.publicEnv = publicEnv
Expand Down
Loading

0 comments on commit d540e56

Please sign in to comment.