chore: upgrade low-risk dependencies
- react: 19.2.3 → 19.2.6 - react-dom: 19.2.3 → 19.2.6 - dayjs: 1.11.19 → 1.11.20 - marked: 18.0.3 → 18.0.4 - prettier: 3.8.1 → 3.8.3 - terser: 5.46.0 → 5.47.1 - i18next: 26.0.8 → 26.2.0 - react-i18next: 17.0.6 → 17.0.8 - globals: 17.2.0 → 17.6.0 - eslint-plugin-react-hooks: 7.0.1 → 7.1.1 - @typescript-eslint/*: 8.54.0 → 8.59.4 - typescript-eslint: 8.54.0 → 8.59.4 - @testing-library/jest-dom: 6.6.0 → 6.9.1 - @testing-library/react: 16.0.0 → 16.3.2 - @testing-library/user-event: 14.5.2 → 14.6.1 - @testing-library/dom: added as peer dependency - @types/react: 19.2.7 → 19.2.15 - @types/chrome: 0.1.36 → 0.1.42 - @types/webextension-polyfill: 0.12.4 → 0.12.5
This commit is contained in:
+20
-19
@@ -28,41 +28,42 @@
|
||||
"@emotion/styled": "^11.14.1",
|
||||
"@mui/icons-material": "^7.3.8",
|
||||
"@mui/material": "^7.3.8",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@types/marked": "^5.0.2",
|
||||
"@webext-core/messaging": "^2.3.0",
|
||||
"dayjs": "^1.11.19",
|
||||
"i18next": "^26.0.8",
|
||||
"dayjs": "^1.11.20",
|
||||
"i18next": "^26.2.0",
|
||||
"i18next-browser-languagedetector": "^8.2.1",
|
||||
"marked": "^18.0.3",
|
||||
"marked": "^18.0.4",
|
||||
"qr-scanner": "^1.4.2",
|
||||
"qrious": "^4.0.2",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-i18next": "^17.0.6"
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6",
|
||||
"react-i18next": "^17.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.6.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/chrome": "^0.1.36",
|
||||
"@types/react": "^19.2.7",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/chrome": "^0.1.42",
|
||||
"@types/react": "^19.2.15",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/webextension-polyfill": "^0.12.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
||||
"@typescript-eslint/parser": "^8.54.0",
|
||||
"@types/webextension-polyfill": "^0.12.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
||||
"@typescript-eslint/parser": "^8.59.4",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"@wxt-dev/module-react": "^1.2.2",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"globals": "^17.2.0",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"globals": "^17.6.0",
|
||||
"husky": "^9.1.7",
|
||||
"jsdom": "^25.0.0",
|
||||
"lint-staged": "^16.2.7",
|
||||
"prettier": "^3.8.1",
|
||||
"terser": "^5.46.0",
|
||||
"prettier": "^3.8.3",
|
||||
"terser": "^5.47.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.54.0",
|
||||
"typescript-eslint": "^8.59.4",
|
||||
"vitest": "^2.0.0",
|
||||
"wxt": "^0.20.26"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user