Skip to content

Commit

Permalink
Updated #1486 and #1488 on dev3
Browse files Browse the repository at this point in the history
Looks good on desktop, `dev1`, and `dev2`
  • Loading branch information
mrose17 committed Sep 3, 2024
1 parent 424bc18 commit bdf2d26
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 79 deletions.
115 changes: 38 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"ts-jest": "29.2.4",
"ts-loader": "9.5.1",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2"
},
"dependencies": {
"@brave/leo": "github:brave/leo#e66047da6ac5032bbf1b354f872233198e4f6989",
"@brave/leo": "github:brave/leo#f60b842531925b5c170ad32cadbf3d9e981b0f37",
"@emotion/react": "11.13.0",
"@types/dom-screen-wake-lock": "1.0.3",
"buffer": "6.0.3",
Expand All @@ -72,5 +72,8 @@
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.ts?(x)": "eslint"
},
"resolutions": {
"svelte": "4.2.19"
}
}

0 comments on commit bdf2d26

Please sign in to comment.