Compare commits

...

2 Commits

Author SHA1 Message Date
Dustin Brett
d6aabd88fd Pkg upgrade
Some checks failed
Tests / tests (push) Has been cancelled
2025-06-18 18:15:51 -07:00
Dustin Brett
58dd5affe2 Add jellyfish effect to ideas 2025-06-18 07:18:34 -07:00
3 changed files with 641 additions and 631 deletions

View File

@ -288,6 +288,7 @@
- [spacekit](https://github.com/typpo/spacekit)
- [UVCanvas](https://github.com/latentcat/uvcanvas)
- [Google Easter Eggs](https://elgoog.im/)
- [Aurelia](https://github.com/holtsetio/aurelia/)
- [Shan, Shui](https://github.com/LingDong-/shan-shui-inf) (Procedural Chinese Landscape)
- [gpu-io](https://github.com/amandaghassaei/gpu-io) (Physics Simulations)
- [Retro Synthwave](https://github.com/victorqribeiro/retroSynthwave)

View File

@ -60,14 +60,14 @@
"gif.js": "^0.2.0",
"idb": "^8.0.3",
"ini": "^5.0.0",
"isomorphic-git": "^1.30.2",
"isomorphic-git": "^1.31.0",
"libheif-js": "^1.19.8",
"mediainfo.js": "0.3.5",
"minimist": "^1.2.8",
"motion": "^12.18.1",
"multiformats": "^13.3.7",
"music-metadata-browser": "^2.5.11",
"next": "^15.3.3",
"next": "^15.3.4",
"nostr-tools": "^1.17.0",
"opentype.js": "^1.3.4",
"playlist-parser": "^0.0.12",
@ -86,18 +86,18 @@
"devDependencies": {
"7z-wasm": "^1.1.0",
"@axe-core/playwright": "^4.10.2",
"@next/bundle-analyzer": "^15.3.3",
"@next/eslint-plugin-next": "^15.3.3",
"@playwright/test": "^1.53.0",
"@next/bundle-analyzer": "^15.3.4",
"@next/eslint-plugin-next": "^15.3.4",
"@playwright/test": "^1.53.1",
"@types/canvas-confetti": "^1.9.0",
"@types/dom-chromium-ai": "0.0.6",
"@types/dompurify": "^3.2.0",
"@types/gif.js": "^0.2.5",
"@types/ini": "^4.1.1",
"@types/jest": "^29.5.14",
"@types/jest": "^30.0.0",
"@types/lunr": "^2.3.7",
"@types/minimist": "^1.2.5",
"@types/node": "^24.0.1",
"@types/node": "^24.0.3",
"@types/offscreencanvas": "^2019.7.3",
"@types/opentype.js": "^1.3.8",
"@types/react": "^19.1.8",
@ -105,18 +105,18 @@
"@types/ua-parser-js": "^0.7.39",
"@types/video.js": "^7.3.58",
"@types/wicg-file-system-access": "^2023.10.6",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"emulators": "^8.3.9",
"emulators-ui": "^0.73.9",
"eruda": "^3.4.1",
"eruda": "^3.4.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^15.3.3",
"eslint-config-next": "^15.3.4",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.13.5",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-playwright": "^2.2.0",
@ -125,7 +125,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-hooks-addons": "^0.5.0",
"eslint-plugin-regexp": "^2.9.0",
"eslint-plugin-sonarjs": "^3.0.2",
"eslint-plugin-sonarjs": "^3.0.3",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unicorn": "^56.0.1",
@ -133,21 +133,21 @@
"html-minifier-terser": "^7.2.0",
"html-to-image": "^1.11.13",
"husky": "^9.1.7",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"lint-staged": "^16.1.1",
"jest": "^30.0.1",
"jest-environment-jsdom": "^30.0.1",
"lint-staged": "^16.1.2",
"lunr": "^2.3.9",
"monaco-editor": "^0.52.2",
"pdfjs-dist": "^5.3.31",
"playwright-core": "^1.53.0",
"postcss": "^8.5.5",
"playwright-core": "^1.53.1",
"postcss": "^8.5.6",
"postcss-styled-syntax": "^0.7.1",
"postcss-syntax": "^0.36.2",
"serve": "^14.2.4",
"stylelint": "^16.20.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-order": "^7.0.0",
"terser": "^5.42.0",
"terser": "^5.43.0",
"tinymce": "^7.9.1",
"ts-prune": "^0.10.3",
"typescript": "^5.8.3",

1233
yarn.lock

File diff suppressed because it is too large Load Diff