mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Pkg upgrades
This commit is contained in:
@@ -175,6 +175,8 @@
|
||||
"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-try-promise": "off",
|
||||
"sonarjs/no-var": "off",
|
||||
"sonarjs/prefer-nullish-coalescing": "off",
|
||||
|
||||
20
package.json
20
package.json
@@ -41,7 +41,7 @@
|
||||
"@emotion/is-prop-valid": "^1.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mlc-ai/web-llm": "^0.2.71",
|
||||
"@mlc-ai/web-llm": "^0.2.72",
|
||||
"@monaco-editor/loader": "^1.4.0",
|
||||
"@panzoom/panzoom": "^4.5.1",
|
||||
"@prettier/plugin-xml": "^3.4.1",
|
||||
@@ -65,7 +65,7 @@
|
||||
"minimist": "^1.2.8",
|
||||
"multiformats": "^13.3.0",
|
||||
"music-metadata-browser": "^2.5.11",
|
||||
"next": "^14.2.13",
|
||||
"next": "^14.2.14",
|
||||
"nostr-tools": "^1.17.0",
|
||||
"opentype.js": "^1.3.4",
|
||||
"playlist-parser": "^0.0.12",
|
||||
@@ -84,8 +84,8 @@
|
||||
"devDependencies": {
|
||||
"7z-wasm": "^1.1.0",
|
||||
"@axe-core/playwright": "^4.10.0",
|
||||
"@next/bundle-analyzer": "^14.2.13",
|
||||
"@next/eslint-plugin-next": "^14.2.13",
|
||||
"@next/bundle-analyzer": "^14.2.14",
|
||||
"@next/eslint-plugin-next": "^14.2.14",
|
||||
"@playwright/test": "1.47.2",
|
||||
"@types/dom-chromium-ai": "^0.0.1",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
@@ -97,18 +97,18 @@
|
||||
"@types/node": "^22.7.4",
|
||||
"@types/offscreencanvas": "^2019.7.3",
|
||||
"@types/opentype.js": "^1.3.8",
|
||||
"@types/react": "^18.3.10",
|
||||
"@types/react": "^18.3.11",
|
||||
"@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.7.0",
|
||||
"@typescript-eslint/parser": "^8.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
||||
"@typescript-eslint/parser": "^8.8.0",
|
||||
"emulators": "^8.2.1",
|
||||
"emulators-ui": "^0.73.9",
|
||||
"eruda": "^3.4.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-next": "^14.2.13",
|
||||
"eslint-config-next": "^14.2.14",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-deprecation": "^3.0.0",
|
||||
"eslint-plugin-import": "^2.30.0",
|
||||
@@ -117,11 +117,11 @@
|
||||
"eslint-plugin-no-relative-import-paths": "^1.5.5",
|
||||
"eslint-plugin-playwright": "^1.6.2",
|
||||
"eslint-plugin-promise": "^7.1.0",
|
||||
"eslint-plugin-react": "^7.37.0",
|
||||
"eslint-plugin-react": "^7.37.1",
|
||||
"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.2",
|
||||
"eslint-plugin-sonarjs": "^2.0.3",
|
||||
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
||||
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
||||
"eslint-plugin-unicorn": "^55.0.0",
|
||||
|
||||
Reference in New Issue
Block a user