Skip to content

Commit

Permalink
Pkg upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinBrett committed Dec 13, 2024
1 parent 244a63e commit e4fdb48
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 218 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"butterchurn-presets": "^3.0.0-beta.4",
"canvas-confetti": "^1.9.3",
"decode-ico": "^0.4.1",
"dompurify": "^3.2.2",
"dompurify": "^3.2.3",
"exif-js": "^2.3.0",
"fflate": "^0.8.2",
"file-type": "^19.6.0",
Expand All @@ -67,7 +67,7 @@
"motion": "12.0.0-alpha.2",
"multiformats": "^13.3.1",
"music-metadata-browser": "^2.5.11",
"next": "^15.0.4",
"next": "^15.1.0",
"nostr-tools": "^1.17.0",
"opentype.js": "^1.3.4",
"playlist-parser": "^0.0.12",
Expand All @@ -86,9 +86,9 @@
"devDependencies": {
"7z-wasm": "^1.1.0",
"@axe-core/playwright": "^4.10.1",
"@next/bundle-analyzer": "^15.0.4",
"@next/eslint-plugin-next": "^15.0.4",
"@playwright/test": "1.49.0",
"@next/bundle-analyzer": "^15.1.0",
"@next/eslint-plugin-next": "^15.1.0",
"@playwright/test": "1.49.1",
"@types/canvas-confetti": "^1.6.4",
"@types/dom-chromium-ai": "^0.0.4",
"@types/dompurify": "^3.2.0",
Expand All @@ -97,22 +97,22 @@
"@types/jest": "^29.5.14",
"@types/lunr": "^2.3.7",
"@types/minimist": "^1.2.5",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/offscreencanvas": "^2019.7.3",
"@types/opentype.js": "^1.3.8",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@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.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"emulators": "^8.3.3",
"emulators-ui": "^0.73.9",
"eruda": "^3.4.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^15.0.4",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -135,11 +135,11 @@
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"lunr": "^2.3.9",
"monaco-editor": "^0.52.0",
"monaco-editor": "^0.52.2",
"pdfjs-dist": "^4.9.155",
"playwright-core": "1.49.0",
"playwright-core": "1.49.1",
"postcss": "^8.4.49",
"postcss-styled-syntax": "^0.7.0",
"postcss-syntax": "^0.36.2",
Expand Down
Loading

0 comments on commit e4fdb48

Please sign in to comment.