Skip to content

Commit

Permalink
more dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Sep 25, 2024
1 parent d5bc3f2 commit 41f4b03
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 24 deletions.
50 changes: 29 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@khmyznikov/pwa-install": "^0.3.3",
"@khmyznikov/pwa-install": "^0.4.5",
"@lit/react": "^1.0.5",
"@types/dom-chromium-installation-events": "^101.0.4",
"@types/lodash.defaultsdeep": "^4.6.9",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { LanguageSettings } from '../header/displaySettings/LanguageSettings'
import styles from './home.module.scss'
import { Question } from '../generic/Question'
import { questionOfTheDay } from '../questions/questionOfTheDay'
import PWAInstall from '@khmyznikov/pwa-install/src/fallback/react'
import PWAInstall from '@khmyznikov/pwa-install/react-legacy'
import { PWAInstallElement } from '@khmyznikov/pwa-install'
import { Ellipsis } from '../generic/Ellipsis'

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
Expand Down

0 comments on commit 41f4b03

Please sign in to comment.