mirror of
https://github.com/ProtonMail/WebClients.git
synced 2026-01-11 20:06:40 +00:00
Update all non-major dependencies
This commit is contained in:
parent
8600435001
commit
708a3de6fd
69 changed files with 1176 additions and 1189 deletions
|
|
@ -70,14 +70,14 @@
|
|||
"@testing-library/react": "^15.0.7",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@webgpu/types": "^0.1.66",
|
||||
"@webgpu/types": "^0.1.68",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"html-webpack-plugin": "^5.6.5",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack-dev-server": "^5.2.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.91.1
|
||||
FROM rust:1.92.0
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl \
|
||||
|
|
|
|||
|
|
@ -27,10 +27,10 @@
|
|||
"@proton/pass": "workspace:^",
|
||||
"@proton/styles": "workspace:^",
|
||||
"@proton/types": "workspace:^",
|
||||
"@protontech/authenticator-rust-core": "^0.27.0",
|
||||
"@protontech/authenticator-rust-core": "^0.28.3",
|
||||
"@reduxjs/toolkit": "^2.11.0",
|
||||
"@tanstack/react-virtual": "^3.13.12",
|
||||
"@tauri-apps/api": "^2.9.0",
|
||||
"@tanstack/react-virtual": "^3.13.13",
|
||||
"@tauri-apps/api": "^2.9.1",
|
||||
"@tauri-apps/plugin-dialog": "~2.4.2",
|
||||
"@tauri-apps/plugin-fs": "~2.4.4",
|
||||
"@tauri-apps/plugin-http": "~2.5.4",
|
||||
|
|
@ -57,18 +57,18 @@
|
|||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"@proton/i18n": "workspace:^",
|
||||
"@proton/pack": "workspace:^",
|
||||
"@tauri-apps/cli": "^2.9.4",
|
||||
"@tauri-apps/cli": "^2.9.6",
|
||||
"@types/react": "^18.3.27",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"html-webpack-plugin": "^5.6.5",
|
||||
"jest": "^30.2.0",
|
||||
"mini-css-extract-plugin": "^2.9.4",
|
||||
"tsx": "^4.20.6",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0",
|
||||
"webpack": "^5.104.1",
|
||||
"webpack-dev-server": "^5.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
36
applications/authenticator/src-tauri/Cargo.lock
generated
36
applications/authenticator/src-tauri/Cargo.lock
generated
|
|
@ -2280,9 +2280,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.28"
|
||||
version = "0.4.29"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
||||
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
||||
dependencies = [
|
||||
"value-bag",
|
||||
]
|
||||
|
|
@ -4496,9 +4496,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|||
|
||||
[[package]]
|
||||
name = "tauri"
|
||||
version = "2.9.3"
|
||||
version = "2.9.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e492485dd390b35f7497401f67694f46161a2a00ffd800938d5dd3c898fb9d8"
|
||||
checksum = "8a3868da5508446a7cd08956d523ac3edf0a8bc20bf7e4038f9a95c2800d2033"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
|
|
@ -4548,9 +4548,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-build"
|
||||
version = "2.5.2"
|
||||
version = "2.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "87d6f8cafe6a75514ce5333f115b7b1866e8e68d9672bf4ca89fc0f35697ea9d"
|
||||
checksum = "17fcb8819fd16463512a12f531d44826ce566f486d7ccd211c9c8cebdaec4e08"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_toml",
|
||||
|
|
@ -4570,9 +4570,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-codegen"
|
||||
version = "2.5.1"
|
||||
version = "2.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b7ef707148f0755110ca54377560ab891d722de4d53297595380a748026f139f"
|
||||
checksum = "9fa9844cefcf99554a16e0a278156ae73b0d8680bbc0e2ad1e4287aadd8489cf"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"brotli",
|
||||
|
|
@ -4597,9 +4597,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-macros"
|
||||
version = "2.5.1"
|
||||
version = "2.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "71664fd715ee6e382c05345ad258d6d1d50f90cf1b58c0aa726638b33c2a075d"
|
||||
checksum = "3764a12f886d8245e66b7ee9b43ccc47883399be2019a61d80cf0f4117446fde"
|
||||
dependencies = [
|
||||
"heck 0.5.0",
|
||||
"proc-macro2",
|
||||
|
|
@ -4824,9 +4824,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-runtime"
|
||||
version = "2.9.1"
|
||||
version = "2.9.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9368f09358496f2229313fccb37682ad116b7f46fa76981efe116994a0628926"
|
||||
checksum = "87f766fe9f3d1efc4b59b17e7a891ad5ed195fa8d23582abb02e6c9a01137892"
|
||||
dependencies = [
|
||||
"cookie",
|
||||
"dpi",
|
||||
|
|
@ -4849,9 +4849,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-runtime-wry"
|
||||
version = "2.9.1"
|
||||
version = "2.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "929f5df216f5c02a9e894554401bcdab6eec3e39ec6a4a7731c7067fc8688a93"
|
||||
checksum = "187a3f26f681bdf028f796ccf57cf478c1ee422c50128e5a0a6ebeb3f5910065"
|
||||
dependencies = [
|
||||
"gtk",
|
||||
"http",
|
||||
|
|
@ -4904,9 +4904,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-utils"
|
||||
version = "2.8.0"
|
||||
version = "2.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f6b8bbe426abdbf52d050e52ed693130dbd68375b9ad82a3fb17efb4c8d85673"
|
||||
checksum = "76a423c51176eb3616ee9b516a9fa67fed5f0e78baaba680e44eb5dd2cc37490"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"brotli",
|
||||
|
|
@ -5471,9 +5471,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "value-bag"
|
||||
version = "1.11.1"
|
||||
version = "1.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
|
||||
checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
|
||||
|
||||
[[package]]
|
||||
name = "version-compare"
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@ name = "proton_authenticator_lib"
|
|||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "2.5.2", features = [] }
|
||||
tauri-build = { version = "2.5.3", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.9.3", features = [] }
|
||||
tauri = { version = "2.9.5", features = [] }
|
||||
tauri-plugin-opener = "2.5.2"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
|
|
@ -28,7 +28,7 @@ tauri-plugin-store = "2.4.1"
|
|||
keyring = { version = "3.6.3", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
||||
tauri-plugin-process = "2.3.1"
|
||||
tauri-plugin-log = "2.7.1"
|
||||
log = "0.4.28"
|
||||
log = "0.4.29"
|
||||
tauri-plugin-http = { version = "2.5.4", features = ["unsafe-headers", "dangerous-settings"] }
|
||||
rand = { version = "0.9.2" }
|
||||
base64 = { version = "0.22.1" }
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
"@types/react-dom": "^18.3.7",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"date-fns": "^2.30.0",
|
||||
"dompurify": "^3.3.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
|
|
@ -79,11 +79,11 @@
|
|||
"babel-plugin-transform-require-context": "^0.1.1",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"html-webpack-plugin": "^5.6.5",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
"lexical": "0.30.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.67.0"
|
||||
"react-hook-form": "^7.69.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-typescript": "^7.28.5",
|
||||
|
|
@ -74,19 +74,19 @@
|
|||
"@types/react-dom": "^18.3.7",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"autoprefixer": "^10.4.22",
|
||||
"autoprefixer": "^10.4.23",
|
||||
"babel-jest": "^30.2.0",
|
||||
"babel-plugin-transform-require-context": "^0.1.1",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"postcss": "^8.5.6",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"sass": "1.79.5",
|
||||
"tailwindcss": "^3.4.18",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,28 +61,28 @@
|
|||
"@proton/jest-env": "workspace:^",
|
||||
"@proton/testing": "workspace:^",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/react": "^18.3.27",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"autoprefixer": "^10.4.22",
|
||||
"autoprefixer": "^10.4.23",
|
||||
"babel-jest": "^30.2.0",
|
||||
"babel-plugin-transform-require-context": "^0.1.1",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"ejs-webpack-loader": "^2.2.2",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"postcss": "^8.5.6",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"sass": "1.79.5",
|
||||
"tailwindcss": "^3.4.18",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,13 +57,13 @@
|
|||
"@proton/utils": "workspace:^",
|
||||
"@redux-devtools/extension": "^3.3.0",
|
||||
"@reduxjs/toolkit": "^2.11.0",
|
||||
"@tanstack/react-virtual": "^3.13.12",
|
||||
"@tanstack/react-virtual": "^3.13.13",
|
||||
"@xmldom/xmldom": "^0.9.8",
|
||||
"client-zip": "^2.5.0",
|
||||
"comlink": "^4.4.2",
|
||||
"core-js": "^3.47.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"exifreader": "^4.32.0",
|
||||
"exifreader": "^4.33.1",
|
||||
"heic-to": "^1.3.0",
|
||||
"history": "^4.10.1",
|
||||
"idb": "^8.0.3",
|
||||
|
|
@ -100,15 +100,15 @@
|
|||
"cross-env": "^10.1.0",
|
||||
"cross-var": "^1.1.0",
|
||||
"ejs-webpack-loader": "^2.2.2",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"html-webpack-plugin": "^5.6.5",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"jest-when": "3.7.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"pretty-format": "^30.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"minimist": "^1.2.8",
|
||||
"ttag": "^1.8.12",
|
||||
"ttag-cli": "^1.11.2",
|
||||
"update-electron-app": "^3.1.1",
|
||||
"update-electron-app": "^3.1.2",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -69,25 +69,25 @@
|
|||
"@sentry/electron": "^5.12.0",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/lodash": "^4.17.21",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node": "^24.10.4",
|
||||
"@vercel/webpack-asset-relocator-loader": "1.7.3",
|
||||
"cross-env": "^10.1.0",
|
||||
"css-loader": "^7.1.2",
|
||||
"dotenv": "^17.2.3",
|
||||
"electron": "37.10.3",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
||||
"jest": "^30.2.0",
|
||||
"mac-appify": "^2019.4.13",
|
||||
"node-loader": "^2.1.0",
|
||||
"prettier": "3.7.3",
|
||||
"prettier": "3.7.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"ts-loader": "^9.5.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.48.0"
|
||||
"typescript-eslint": "^8.50.0"
|
||||
},
|
||||
"icon": "assets/icons/icon.png",
|
||||
"minimumAppVersion": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"react-router-dom": "^5.3.4",
|
||||
"react-syntax-highlighter": "^15.6.6",
|
||||
"react-textarea-autosize": "^8.5.9",
|
||||
"react-virtuoso": "^4.15.0",
|
||||
"react-virtuoso": "^4.17.0",
|
||||
"redux-saga": "^1.4.2",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"tinycolor2": "^1.6.0",
|
||||
"tiptap-markdown": "^0.9.0",
|
||||
"toposort": "^2.0.2",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"ttag": "^1.8.12",
|
||||
"turndown": "^7.2.2",
|
||||
"uuid": "^13.0.0"
|
||||
|
|
@ -70,23 +70,23 @@
|
|||
"@proton/testing": "workspace:^",
|
||||
"@tiptap/core": "^2.27.1",
|
||||
"@tiptap/pm": "^2.27.1",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node": "^24.10.4",
|
||||
"@types/react": "^18.3.27",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@vitejs/plugin-react-swc": "^3.11.0",
|
||||
"autoprefixer": "^10.4.22",
|
||||
"autoprefixer": "^10.4.23",
|
||||
"babel-plugin-transform-import-meta": "^2.3.3",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"fake-indexeddb": "^6.2.5",
|
||||
"msw": "^2.12.3",
|
||||
"msw": "^2.12.4",
|
||||
"postcss": "^8.5.6",
|
||||
"sass": "1.79.5",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.4"
|
||||
"vite": "^7.3.0"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
|
|
|
|||
|
|
@ -62,12 +62,12 @@
|
|||
"clsx": "^2.1.1",
|
||||
"cross-env": "^10.1.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"dompurify": "^3.3.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"history": "^4.10.1",
|
||||
"jszip": "^3.10.1",
|
||||
"loud-rejection": "^2.2.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"msw": "^2.12.3",
|
||||
"msw": "^2.12.4",
|
||||
"path-to-regexp": "^6.3.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
|
|
@ -92,19 +92,19 @@
|
|||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/turndown": "^5.0.6",
|
||||
"@webgpu/types": "^0.1.66",
|
||||
"@webgpu/types": "^0.1.68",
|
||||
"babel-jest": "^30.2.0",
|
||||
"babel-plugin-transform-require-context": "^0.1.1",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"html-webpack-plugin": "^5.6.5",
|
||||
"immer": "^11.0.1",
|
||||
"immer": "^11.1.0",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"jest-mock": "^30.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
"minimist": "^1.2.8",
|
||||
"ttag": "^1.8.12",
|
||||
"ttag-cli": "^1.11.2",
|
||||
"update-electron-app": "^3.1.1",
|
||||
"update-electron-app": "^3.1.2",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -65,24 +65,24 @@
|
|||
"@sentry/electron": "^5.12.0",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/lodash": "^4.17.21",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node": "^24.10.4",
|
||||
"@vercel/webpack-asset-relocator-loader": "1.7.3",
|
||||
"cross-env": "^10.1.0",
|
||||
"css-loader": "^7.1.2",
|
||||
"dotenv": "^17.2.3",
|
||||
"electron": "36.9.5",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
||||
"jest": "^30.2.0",
|
||||
"node-loader": "^2.1.0",
|
||||
"prettier": "3.7.3",
|
||||
"prettier": "3.7.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"ts-loader": "^9.5.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.48.0"
|
||||
"typescript-eslint": "^8.50.0"
|
||||
},
|
||||
"icon": "assets/icons/icon.png",
|
||||
"productName": "Proton Meet"
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
"test:watch": "yarn test --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@livekit/components-react": "^2.9.16",
|
||||
"@livekit/components-react": "^2.9.17",
|
||||
"@livekit/krisp-noise-filter": "^0.3.4",
|
||||
"@livekit/track-processors": "^0.6.1",
|
||||
"@livekit/track-processors": "^0.7.0",
|
||||
"@proton-meet/proton-meet-core": "0.5.5-4",
|
||||
"@proton/atoms": "workspace:packages/atoms",
|
||||
"@proton/components": "workspace:packages/components",
|
||||
|
|
@ -40,13 +40,13 @@
|
|||
"@types/react-dom": "^18.3.7",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"cross-env": "^10.1.0",
|
||||
"livekit-client": "2.16.0",
|
||||
"livekit-client": "2.16.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-redux": "^9.2.0",
|
||||
"react-router-dom": "^5.3.4",
|
||||
"ttag": "^1.8.12",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@proton/eslint-config-proton": "workspace:packages/eslint-config-proton",
|
||||
|
|
@ -56,9 +56,9 @@
|
|||
"@vitejs/plugin-react-swc": "^3.11.0",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"@vitest/ui": "3.2.4",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"happy-dom": "^20.0.11",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,16 +49,16 @@
|
|||
"@proton/types": "workspace:^",
|
||||
"@vercel/webpack-asset-relocator-loader": "1.7.3",
|
||||
"cross-env": "^10.1.0",
|
||||
"electron": "39.2.4",
|
||||
"electron": "39.2.7",
|
||||
"electron-builder": "26.0.12",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"node-loader": "^2.1.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"ts-loader": "^9.5.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
},
|
||||
"productName": "Proton Pass"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,13 +47,13 @@
|
|||
"babel-loader": "^10.0.0",
|
||||
"babel-plugin-transform-require-context": "^0.1.1",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"socketcluster-server": "^19.2.2",
|
||||
"string-replace-loader": "^3.2.0",
|
||||
"string-replace-loader": "^3.3.0",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0",
|
||||
"webpack": "^5.104.1",
|
||||
"webpack-dev-server": "^5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -38,11 +38,11 @@
|
|||
"@proton/types": "workspace:^",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0",
|
||||
"webpack": "^5.104.1",
|
||||
"webpack-manifest-plugin": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,13 +13,13 @@
|
|||
"@pdfme/common": "^5.4.2",
|
||||
"@pdfme/schemas": "^5.4.2",
|
||||
"@pdfme/ui": "^5.4.2",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"toastify-js": "^1.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/toastify-js": "^1.12.4",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.4"
|
||||
"vite": "^7.3.0"
|
||||
},
|
||||
"installConfig": {
|
||||
"hoistingLimits": "workspaces"
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@
|
|||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"browserslist-to-esbuild": "^2.1.1",
|
||||
"cross-env": "^10.1.0",
|
||||
"esbuild": "^0.27.0",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.7.3",
|
||||
"esbuild": "^0.27.2",
|
||||
"eslint": "^9.39.2",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,25 +28,25 @@
|
|||
"@types/react-dom": "^18.3.7",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.7.3",
|
||||
"eslint": "^9.39.2",
|
||||
"prettier": "^3.7.4",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^5.3.4",
|
||||
"ts-loader": "^9.5.4",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.28.5",
|
||||
"@proton/icons": "workspace:^",
|
||||
"@storybook/addon-actions": "^8.6.14",
|
||||
"@storybook/addon-actions": "^8.6.15",
|
||||
"@storybook/addon-essentials": "^8.6.14",
|
||||
"@storybook/addon-links": "^8.6.14",
|
||||
"@storybook/addon-links": "^8.6.15",
|
||||
"@storybook/addon-storysource": "^8.6.14",
|
||||
"@storybook/react": "^8.6.14",
|
||||
"@storybook/react-webpack5": "^8.6.14",
|
||||
"@storybook/react": "^8.6.15",
|
||||
"@storybook/react-webpack5": "^8.6.15",
|
||||
"@storybook/source-loader": "^8.6.14",
|
||||
"eslint-plugin-storybook": "^0.12.0",
|
||||
"netlify-cli": "17.38.1",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"babel-jest": "^30.2.0",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"typescript": "^5.9.3"
|
||||
|
|
|
|||
|
|
@ -48,8 +48,8 @@
|
|||
"devDependencies": {
|
||||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"@proton/i18n": "workspace:^",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.7.3",
|
||||
"eslint": "^9.39.2",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"react-redux": "^9.2.0",
|
||||
"react-router-dom": "^5.3.4",
|
||||
"ttag": "^1.8.12",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@proton/eslint-config-proton": "workspace:packages/eslint-config-proton",
|
||||
|
|
@ -54,9 +54,9 @@
|
|||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"@vitejs/plugin-react-swc": "^3.11.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"happy-dom": "^20.0.11",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-plugin-wasm": "^3.5.0",
|
||||
"vitest": "^3.2.4"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"@pdf-lib/standard-fonts@^1.0.0": "patch:@pdf-lib/standard-fonts@npm%3A1.0.0#./.yarn/patches/@pdf-lib-standard-fonts-npm-1.0.0-963255903e.patch",
|
||||
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.f9c48c0.0",
|
||||
"electron-winstaller": "^5.4.0",
|
||||
"immer": "^11.0.1",
|
||||
"immer": "^11.1.0",
|
||||
"jsdom@npm:^26.1.0": "patch:jsdom@npm%3A26.1.0#~/.yarn/patches/jsdom-npm-26.1.0-3857255f02.patch",
|
||||
"json5": "^2.2.3",
|
||||
"merge": "^2.1.1",
|
||||
|
|
@ -52,9 +52,9 @@
|
|||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.2.7",
|
||||
"nyc": "^17.1.0",
|
||||
"prettier": "^3.7.3",
|
||||
"sort-package-json": "^3.5.0",
|
||||
"turbo": "^2.6.1"
|
||||
"prettier": "^3.7.4",
|
||||
"sort-package-json": "^3.6.0",
|
||||
"turbo": "^2.7.1"
|
||||
},
|
||||
"packageManager": "yarn@4.12.0",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@
|
|||
"@testing-library/react": "^15.0.7",
|
||||
"@types/deep-freeze": "^0.1.5",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,11 +42,11 @@
|
|||
"babel-jest": "^30.2.0",
|
||||
"babel-plugin-transform-require-context": "^0.1.1",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"msw": "^2.12.3",
|
||||
"prettier": "^3.7.3",
|
||||
"msw": "^2.12.4",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -20,10 +20,10 @@
|
|||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"babel-jest": "^30.2.0",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.4",
|
||||
"vite": "^7.3.0",
|
||||
"vite-plugin-mkcert": "^1.17.9",
|
||||
"vite-plugin-singlefile": "^2.3.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -88,35 +88,35 @@
|
|||
"@proton/jest-env": "workspace:^",
|
||||
"@storybook/addon-essentials": "^8.6.14",
|
||||
"@storybook/addon-interactions": "^8.6.14",
|
||||
"@storybook/addon-links": "^8.6.14",
|
||||
"@storybook/addon-links": "^8.6.15",
|
||||
"@storybook/addon-webpack5-compiler-swc": "^4.0.2",
|
||||
"@storybook/blocks": "^8.6.14",
|
||||
"@storybook/manager-api": "^8.6.14",
|
||||
"@storybook/react": "^8.6.14",
|
||||
"@storybook/react-webpack5": "^8.6.14",
|
||||
"@storybook/react": "^8.6.15",
|
||||
"@storybook/react-webpack5": "^8.6.15",
|
||||
"@storybook/source-loader": "^8.6.14",
|
||||
"@storybook/theming": "^8.6.14",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/mustache": "^4.2.6",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node": "^24.10.4",
|
||||
"@types/react": "^18.3.27",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@types/tinycolor2": "^1.4.6",
|
||||
"commander": "^14.0.2",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-storybook": "^0.12.0",
|
||||
"http-server": "^14.1.1",
|
||||
"jest": "^30.2.0",
|
||||
"mustache": "^4.2.0",
|
||||
"netlify-cli": "17.38.1",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"storybook": "^8.6.15",
|
||||
"ts-loader": "^9.5.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"wait-on": "^8.0.5",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,12 +22,12 @@
|
|||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"ttag": "^1.8.12",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,12 +22,12 @@
|
|||
"@proton/jest-env": "workspace:^",
|
||||
"concurrently": "^8.2.2",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"postcss": "^8.5.6",
|
||||
"serve": "^14.2.5",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.4",
|
||||
"vite": "^7.3.0",
|
||||
"vite-plugin-html": "^3.2.2",
|
||||
"vite-plugin-mkcert": "^1.17.9",
|
||||
"vite-plugin-singlefile": "^2.3.0"
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
"test:watch": "jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node": "^24.10.4",
|
||||
"css-tree": "^2.3.1",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"tinycolor2": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -22,13 +22,13 @@
|
|||
"@types/css-tree": "^2.3.11",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/tinycolor2": "^1.4.6",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"ts-loader": "^9.5.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0",
|
||||
"webpack": "^5.104.1",
|
||||
"webpack-cli": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,11 +51,11 @@
|
|||
"codemirror": "^5.65.20",
|
||||
"date-fns": "^2.30.0",
|
||||
"docx-preview": "^0.3.7",
|
||||
"dompurify": "^3.3.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"emoji-mart": "^5.1.0",
|
||||
"formik": "^2.4.9",
|
||||
"ibantools": "^4.5.1",
|
||||
"libphonenumber-js": "^1.12.29",
|
||||
"libphonenumber-js": "^1.12.33",
|
||||
"linkify-it": "^5.0.0",
|
||||
"lottie-react": "^2.4.1",
|
||||
"markdown-it": "^14.1.0",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"resize-observer": "^1.0.4",
|
||||
"roosterjs": "8.47.0",
|
||||
"tabbable": "^6.3.0",
|
||||
"three": "^0.181.2",
|
||||
"three": "^0.182.0",
|
||||
"tinycolor2": "^1.6.0",
|
||||
"ttag": "^1.8.12"
|
||||
},
|
||||
|
|
@ -90,16 +90,16 @@
|
|||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/three": "^0.181.0",
|
||||
"@webgpu/types": "^0.1.66",
|
||||
"@types/three": "^0.182.0",
|
||||
"@webgpu/types": "^0.1.68",
|
||||
"babel-jest": "^30.2.0",
|
||||
"babel-plugin-transform-require-context": "^0.1.1",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-fetch": "^4.1.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"@types/chai-as-promised": "^7.1.8",
|
||||
"chai": "^5.3.3",
|
||||
"chai-as-promised": "^7.1.2",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-chai-friendly": "^1.1.0",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"karma": "^6.4.4",
|
||||
|
|
@ -32,10 +32,10 @@
|
|||
"karma-webkit-launcher": "^2.6.0",
|
||||
"karma-webpack": "^5.0.1",
|
||||
"playwright": "^1.57.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"ts-loader": "^9.5.4",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0",
|
||||
"webpack": "^5.104.1",
|
||||
"webpack-cli": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,14 +39,14 @@
|
|||
"@types/mime-types": "^2.1.4",
|
||||
"@types/react-window": "^1.8.8",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"fake-indexeddb": "^6.2.5",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"jest-when": "3.7.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"pretty-format": "^30.2.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,12 +12,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/google-protobuf": "^3.15.12",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"google-protobuf": "^3.21.4",
|
||||
"protoc-gen-ts": "^0.8.7",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,11 +25,11 @@
|
|||
"@types/google-protobuf": "^3.15.12",
|
||||
"@types/jest": "^30.0.0",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"jest-when": "3.7.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
"@xmldom/xmldom": "^0.9.8",
|
||||
"client-zip": "^2.5.0",
|
||||
"comlink": "^4.4.2",
|
||||
"exifreader": "^4.32.0",
|
||||
"exifreader": "^4.33.1",
|
||||
"heic-to": "^1.3.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"react": "^18.3.1",
|
||||
|
|
@ -73,15 +73,15 @@
|
|||
"cross-env": "^10.1.0",
|
||||
"cross-var": "^1.1.0",
|
||||
"ejs-webpack-loader": "^2.2.2",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"jest-when": "3.7.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"pretty-format": "^30.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openpgp/web-stream-tools": "^0.1.0"
|
||||
|
|
|
|||
|
|
@ -14,18 +14,18 @@
|
|||
"@proton/crypto": "workspace:^",
|
||||
"@proton/shared": "workspace:^",
|
||||
"@protontech/drive-sdk": "^0.9.0",
|
||||
"@types/node": "^24.10.1"
|
||||
"@types/node": "^24.10.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@proton/jest-env": "workspace:^",
|
||||
"@types/jest": "^30.0.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"ts-loader": "^9.5.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0",
|
||||
"webpack": "^5.104.1",
|
||||
"webpack-cli": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@
|
|||
"devDependencies": {
|
||||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"@types/jasmine": "^5.1.13",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"jasmine": "^5.12.0",
|
||||
"jasmine-core": "^5.12.1",
|
||||
"jasmine": "^5.13.0",
|
||||
"jasmine-core": "^5.13.0",
|
||||
"karma": "^6.4.4",
|
||||
"karma-chrome-launcher": "^3.2.0",
|
||||
"karma-jasmine": "^5.1.0",
|
||||
|
|
@ -37,6 +37,6 @@
|
|||
"playwright": "^1.57.0",
|
||||
"ts-loader": "^9.5.4",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@eslint/eslintrc": "^3.3.3",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@protontech/eslint-plugin-enforce-uint8array-arraybuffer": "^2.0.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"eslint-import-resolver-typescript": "4.4.4",
|
||||
|
|
@ -38,11 +38,11 @@
|
|||
"eslint-plugin-no-only-tests": "^3.3.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-testing-library": "^7.13.5",
|
||||
"typescript-eslint": "^8.48.0"
|
||||
"eslint-plugin-testing-library": "^7.15.1",
|
||||
"typescript-eslint": "^8.50.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"prettier": "3.7.3",
|
||||
"prettier": "3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"core-js": "^3.47.0",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@
|
|||
"devDependencies": {
|
||||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"@types/jest": "^30.0.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.7.3"
|
||||
"eslint": "^9.39.2",
|
||||
"prettier": "^3.7.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 22.14.0"
|
||||
|
|
|
|||
|
|
@ -23,17 +23,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@proton/utils": "workspace:^",
|
||||
"jsdom": "^27.2.0",
|
||||
"jsdom": "^27.3.0",
|
||||
"mustache": "^4.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mustache": "^4.2.6",
|
||||
"@types/react": "^18.3.27",
|
||||
"eslint": "^9.39.1",
|
||||
"tsx": "^4.20.6",
|
||||
"eslint": "^9.39.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,10 +23,10 @@
|
|||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"@proton/i18n": "workspace:^",
|
||||
"@types/jasmine": "^5.1.13",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"jasmine": "^5.12.0",
|
||||
"jasmine-core": "^5.12.1",
|
||||
"jasmine": "^5.13.0",
|
||||
"jasmine-core": "^5.13.0",
|
||||
"karma": "^6.4.4",
|
||||
"karma-chrome-launcher": "^3.2.0",
|
||||
"karma-jasmine": "^5.1.0",
|
||||
|
|
@ -34,6 +34,6 @@
|
|||
"playwright": "^1.57.0",
|
||||
"ts-loader": "^9.5.4",
|
||||
"typescript": "^5.9.3",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,14 +22,14 @@
|
|||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@webgpu/types": "^0.1.66",
|
||||
"@webgpu/types": "^0.1.68",
|
||||
"babel-jest": "^30.2.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,12 +29,12 @@
|
|||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,13 +28,13 @@
|
|||
"@testing-library/react": "^15.0.7",
|
||||
"@types/turndown": "^5.0.6",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,9 +30,9 @@
|
|||
"@vitejs/plugin-react-swc": "^3.11.0",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"@vitest/ui": "3.2.4",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"happy-dom": "^20.0.11",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@
|
|||
"dependencies": {
|
||||
"@proton/shared": "workspace:^",
|
||||
"json-schema-to-typescript": "^13.1.2",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"@types/node": "^24.10.1",
|
||||
"eslint": "^9.39.1",
|
||||
"@types/node": "^24.10.4",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"rimraf": "^5.0.10",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"ts-node": "^10.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
"@babel/runtime": "^7.28.4",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
|
||||
"@sentry/webpack-plugin": "^1.21.0",
|
||||
"@swc/core": "^1.15.3",
|
||||
"autoprefixer": "^10.4.22",
|
||||
"@swc/core": "^1.15.7",
|
||||
"autoprefixer": "^10.4.23",
|
||||
"babel-loader": "^10.0.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
||||
"commander": "^14.0.2",
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"css-loader": "^7.1.2",
|
||||
"dedent": "^1.7.0",
|
||||
"esbuild-loader": "^4.4.0",
|
||||
"dedent": "^1.7.1",
|
||||
"esbuild-loader": "^4.4.1",
|
||||
"eslint-webpack-plugin": "^5.0.2",
|
||||
"execa": "^5.1.1",
|
||||
"favicons": "^7.2.0",
|
||||
|
|
@ -51,17 +51,17 @@
|
|||
"sass-loader": "^16.0.6",
|
||||
"svgo-loader": "^4.0.0",
|
||||
"swc-loader": "^0.2.6",
|
||||
"terser-webpack-plugin": "^5.3.14",
|
||||
"webpack": "^5.103.0",
|
||||
"webpack-bundle-analyzer": "^5.0.1",
|
||||
"terser-webpack-plugin": "^5.3.16",
|
||||
"webpack": "^5.104.1",
|
||||
"webpack-bundle-analyzer": "^5.1.0",
|
||||
"webpack-cli": "^6.0.1",
|
||||
"webpack-dev-server": "^5.2.2",
|
||||
"webpack-retry-chunk-load-plugin": "^3.1.1",
|
||||
"webpack-subresource-integrity": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.7.3"
|
||||
"eslint": "^9.39.2",
|
||||
"prettier": "^3.7.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@proton/collect-metrics": "workspace:^"
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@types/chrome": "^0.1.31",
|
||||
"@types/chrome": "^0.1.32",
|
||||
"@types/lodash": "^4.17.21",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@types/react": "^18.3.27",
|
||||
|
|
@ -70,12 +70,12 @@
|
|||
"circular-dependency-plugin": "^5.2.2",
|
||||
"core-js": "^3.47.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"fake-indexeddb": "^6.2.5",
|
||||
"jest": "^30.2.0",
|
||||
"json-schema-to-typescript": "^13.1.2",
|
||||
"openapi-types": "^12.1.3",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,12 +26,12 @@
|
|||
"@swc/jest": "^0.2.39",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
"resize-observer": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.39.1"
|
||||
"eslint": "^9.39.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"main": "config.mjs",
|
||||
"types": "config.d.ts",
|
||||
"devDependencies": {
|
||||
"eslint": "^9.39.1",
|
||||
"prettier": "^3.7.3"
|
||||
"eslint": "^9.39.2",
|
||||
"prettier": "^3.7.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,6 @@
|
|||
"lint": "eslint --quiet"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.39.1"
|
||||
"eslint": "^9.39.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@
|
|||
"devDependencies": {
|
||||
"@pdf-lib/standard-fonts": "^1.0.0",
|
||||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"installConfig": {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,12 +19,12 @@
|
|||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,12 +27,12 @@
|
|||
"@protontech/timezone-support": "^2.1.0",
|
||||
"@scure/base": "^1.2.6",
|
||||
"@sentry/browser": "^7.120.4",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/papaparse": "^5.5.0",
|
||||
"@types/node": "^24.10.4",
|
||||
"@types/papaparse": "^5.5.2",
|
||||
"@types/ua-parser-js": "^0.7.39",
|
||||
"@types/webpack-env": "^1.18.8",
|
||||
"date-fns": "^2.30.0",
|
||||
"dompurify": "^3.3.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"ical.js": "^1.5.0",
|
||||
"idb": "^8.0.3",
|
||||
|
|
@ -52,11 +52,11 @@
|
|||
"@proton/types": "workspace:^",
|
||||
"@types/jasmine": "^5.1.13",
|
||||
"@types/karma-junit-reporter": "^2.0.4",
|
||||
"@webgpu/types": "^0.1.66",
|
||||
"eslint": "^9.39.1",
|
||||
"@webgpu/types": "^0.1.68",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"jasmine": "^5.12.0",
|
||||
"jasmine-core": "^5.12.1",
|
||||
"jasmine": "^5.13.0",
|
||||
"jasmine-core": "^5.13.0",
|
||||
"karma": "^6.4.4",
|
||||
"karma-chrome-launcher": "^3.2.0",
|
||||
"karma-jasmine": "^5.1.0",
|
||||
|
|
@ -64,11 +64,11 @@
|
|||
"karma-spec-reporter": "^0.0.36",
|
||||
"karma-webpack": "^5.0.1",
|
||||
"playwright": "^1.57.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"ts-loader": "^9.5.4",
|
||||
"ttag": "^1.8.12",
|
||||
"typescript": "^5.9.3",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5.103.0"
|
||||
"webpack": "^5.104.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@
|
|||
"test:watch": "jest --watch --coverage=false --watchAll"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,10 +23,10 @@
|
|||
"@babel/register": "^7.28.3",
|
||||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"core-js": "^3.47.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"ts-jest": "^29.4.5",
|
||||
"prettier": "^3.7.4",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"include-media": "^2.0.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"sass": "1.79.5",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-config-prettier-scss": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
"devDependencies": {
|
||||
"@jackfranklin/test-data-bot": "^2.1.0",
|
||||
"cross-fetch": "^4.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"msw": "^2.12.3",
|
||||
"eslint": "^9.39.2",
|
||||
"msw": "^2.12.4",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@
|
|||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"@types/react": "^18.3.27",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
"@proton/eslint-config-proton": "workspace:^",
|
||||
"@proton/jest-env": "workspace:^",
|
||||
"@types/jest": "^30.0.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,12 +26,12 @@
|
|||
"@testing-library/react": "^15.0.7",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"@vitest/ui": "3.2.4",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue