Skip to content

Commit

Permalink
Pkg upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinBrett committed Dec 4, 2024
1 parent fdf4e4b commit ba09ed0
Show file tree
Hide file tree
Showing 3 changed files with 932 additions and 1,016 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,16 @@
"sonarjs/no-duplicate-string": "off",
"sonarjs/no-hardcoded-credentials": "off",
"sonarjs/no-hardcoded-ip": "off",
"sonarjs/no-hardcoded-passwords": "off",
"sonarjs/no-misused-promises": "off",
"sonarjs/no-nested-conditional": "off",
"sonarjs/no-nested-functions": "off",
"sonarjs/no-nested-template-literals": "off",
"sonarjs/no-selector-parameter": "off",
"sonarjs/no-skipped-test": "off",
"sonarjs/no-skipped-tests": "off",
"sonarjs/no-try-promise": "off",
"sonarjs/no-unused-vars": "off",
"sonarjs/no-var": "off",
"sonarjs/prefer-nullish-coalescing": "off",
"sonarjs/pseudo-random": "off",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"butterchurn-presets": "^3.0.0-beta.4",
"canvas-confetti": "^1.9.3",
"decode-ico": "^0.4.1",
"dompurify": "^3.2.1",
"dompurify": "^3.2.2",
"exif-js": "^2.3.0",
"fflate": "^0.8.2",
"file-type": "^19.6.0",
"fix-webm-duration": "^1.0.6",
"framer-motion": "^11.12.0",
"framer-motion": "^11.13.1",
"gif.js": "^0.2.0",
"idb": "^8.0.0",
"ini": "^5.0.0",
Expand All @@ -71,7 +71,7 @@
"nostr-tools": "^1.17.0",
"opentype.js": "^1.3.4",
"playlist-parser": "^0.0.12",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"print-js": "^1.6.0",
"quickjs-emscripten": "^0.31.0",
"react": "^18.3.1",
Expand Down Expand Up @@ -104,8 +104,8 @@
"@types/ua-parser-js": "^0.7.39",
"@types/video.js": "^7.3.58",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"emulators": "^8.3.3",
"emulators-ui": "^0.73.9",
"eruda": "^3.4.1",
Expand All @@ -124,7 +124,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks-addons": "^0.4.1",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-sonarjs": "^3.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unicorn": "^56.0.1",
Expand All @@ -137,7 +137,7 @@
"lint-staged": "^15.2.10",
"lunr": "^2.3.9",
"monaco-editor": "^0.52.0",
"pdfjs-dist": "^4.8.69",
"pdfjs-dist": "^4.9.124",
"playwright-core": "1.49.0",
"postcss": "^8.4.49",
"postcss-styled-syntax": "^0.7.0",
Expand Down
Loading

0 comments on commit ba09ed0

Please sign in to comment.