Skip to content

Commit

Permalink
Pkg upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinBrett committed Sep 1, 2024
1 parent 56f5a98 commit 4483aff
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 215 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@typescript-eslint/explicit-module-boundary-types": "error",
"@typescript-eslint/method-signature-style": "error",
"@typescript-eslint/no-confusing-void-expression": "off",
"@typescript-eslint/no-deprecated": "off",
"@typescript-eslint/no-dynamic-delete": "off",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-invalid-void-type": "off",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"fflate": "^0.8.2",
"file-type": "^19.4.1",
"fix-webm-duration": "^1.0.6",
"framer-motion": "^11.3.30",
"framer-motion": "^11.3.31",
"gif.js": "^0.2.0",
"idb": "^8.0.0",
"ini": "^4.1.3",
Expand All @@ -62,53 +62,53 @@
"minimist": "^1.2.8",
"multiformats": "^13.2.2",
"music-metadata-browser": "^2.5.11",
"next": "^14.2.6",
"next": "^14.2.7",
"nostr-tools": "^1.17.0",
"opentype.js": "^1.3.4",
"playlist-parser": "^0.0.12",
"prettier": "^3.3.3",
"print-js": "^1.6.0",
"quickjs-emscripten": "^0.29.2",
"quickjs-emscripten": "^0.30.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-rnd": "^10.4.12",
"resedit": "^2.0.2",
"rtf.js": "^3.0.9",
"styled-components": "^6.1.12",
"styled-components": "^6.1.13",
"utif": "https://github.com/photopea/UTIF.js",
"wasi-js": "^1.7.3"
},
"devDependencies": {
"7z-wasm": "^1.1.0",
"@axe-core/playwright": "^4.10.0",
"@next/bundle-analyzer": "^14.2.6",
"@next/eslint-plugin-next": "^14.2.6",
"@next/bundle-analyzer": "^14.2.7",
"@next/eslint-plugin-next": "^14.2.7",
"@playwright/test": "1.44.1",
"@types/dompurify": "^3.0.5",
"@types/gif.js": "^0.2.5",
"@types/ini": "^4.1.1",
"@types/jest": "^29.5.12",
"@types/lunr": "^2.3.7",
"@types/minimist": "^1.2.5",
"@types/node": "^22.5.0",
"@types/node": "^22.5.1",
"@types/offscreencanvas": "^2019.7.3",
"@types/opentype.js": "^1.3.8",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@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.2.0",
"@typescript-eslint/parser": "^8.2.0",
"emulators": "^8.1.8",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"emulators": "^8.1.9",
"emulators-ui": "^0.73.9",
"eruda": "^3.2.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.2.6",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jest": "^28.8.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-playwright": "^1.6.2",
Expand All @@ -117,7 +117,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks-addons": "^0.3.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^2.0.1-alpha.2",
"eslint-plugin-sonarjs": "^2.0.2",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^55.0.0",
Expand All @@ -129,14 +129,14 @@
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.9",
"lunr": "^2.3.9",
"monaco-editor": "^0.49.0",
"monaco-editor": "^0.51.0",
"pdfjs-dist": "^4.5.136",
"playwright-core": "1.44.1",
"postcss": "^8.4.41",
"postcss": "^8.4.42",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"serve": "^14.2.3",
"stylelint": "^16.8.2",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"terser": "^5.31.6",
Expand Down
Loading

0 comments on commit 4483aff

Please sign in to comment.