Consolidate package.json/dependencies
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"homepage": "https://element.io",
|
"homepage": "https://element.io",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/vector-im/element-desktop"
|
"url": "https://github.com/vector-im/element-web"
|
||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN README.md",
|
"license": "SEE LICENSE IN README.md",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
"test:open": "pnpm test --ui",
|
"test:open": "pnpm test --ui",
|
||||||
"test:screenshots:build": "docker build playwright -t element-desktop-playwright --platform linux/amd64",
|
"test:screenshots:build": "docker build playwright -t element-desktop-playwright --platform linux/amd64",
|
||||||
"test:screenshots:run": "docker run --rm --network host -v $(pwd):/work/element-desktop -v element-desktop-playwright:/work/element-desktop/node_modules -v /var/run/docker.sock:/var/run/docker.sock --platform linux/amd64 -it element-desktop-playwright",
|
"test:screenshots:run": "docker run --rm --network host -v $(pwd):/work/element-desktop -v element-desktop-playwright:/work/element-desktop/node_modules -v /var/run/docker.sock:/var/run/docker.sock --platform linux/amd64 -it element-desktop-playwright",
|
||||||
"postinstall": "electron-builder install-app-deps"
|
"sane-postinstall": "electron-builder install-app-deps"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/electron": "^7.0.0",
|
"@sentry/electron": "^7.0.0",
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
"@babel/preset-env": "^7.18.10",
|
"@babel/preset-env": "^7.18.10",
|
||||||
"@babel/preset-typescript": "^7.18.6",
|
"@babel/preset-typescript": "^7.18.6",
|
||||||
"@electron/asar": "4.1.0",
|
"@electron/asar": "4.1.0",
|
||||||
"@playwright/test": "1.58.2",
|
"@playwright/test": "catalog:",
|
||||||
"@stylistic/eslint-plugin": "^5.0.0",
|
"@stylistic/eslint-plugin": "^5.0.0",
|
||||||
"@types/auto-launch": "^5.0.1",
|
"@types/auto-launch": "^5.0.1",
|
||||||
"@types/counterpart": "^0.18.1",
|
"@types/counterpart": "^0.18.1",
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
"husky": "^9.1.6",
|
"husky": "^9.1.6",
|
||||||
"knip": "^5.0.0",
|
"knip": "^5.0.0",
|
||||||
"lint-staged": "^16.0.0",
|
"lint-staged": "^16.0.0",
|
||||||
"matrix-web-i18n": "3.6.0",
|
"matrix-web-i18n": "catalog:",
|
||||||
"mkdirp": "^3.0.0",
|
"mkdirp": "^3.0.0",
|
||||||
"pacote": "^21.0.0",
|
"pacote": "^21.0.0",
|
||||||
"prettier": "^3.0.0",
|
"prettier": "^3.0.0",
|
||||||
@@ -115,28 +115,5 @@
|
|||||||
"hakDependencies": {
|
"hakDependencies": {
|
||||||
"matrix-seshat": "^4.0.1"
|
"matrix-seshat": "^4.0.1"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
|
||||||
"atomically": "2.1.1",
|
|
||||||
"@types/node": "18.19.130",
|
|
||||||
"config-file-ts": "0.2.8-rc1",
|
|
||||||
"node-abi": "4.27.0",
|
|
||||||
"@types/pg-pool": "2.0.7"
|
|
||||||
},
|
|
||||||
"pnpm": {
|
|
||||||
"onlyBuiltDependencies": [
|
|
||||||
"electron"
|
|
||||||
],
|
|
||||||
"patchedDependencies": {
|
|
||||||
"@types/auto-launch": "patches/@types__auto-launch.patch"
|
|
||||||
},
|
|
||||||
"peerDependencyRules": {
|
|
||||||
"allowedVersions": {
|
|
||||||
"eslint": "8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"allowedDeprecatedVersions": {
|
|
||||||
"eslint": "8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
|
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
-9631
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
|||||||
nodeLinker: hoisted
|
|
||||||
+10
-5
@@ -19,7 +19,7 @@
|
|||||||
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) -print -exec action-validator {} ';'",
|
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) -print -exec action-validator {} ';'",
|
||||||
"lint:knip": "knip",
|
"lint:knip": "knip",
|
||||||
"install:git-hooks": "husky",
|
"install:git-hooks": "husky",
|
||||||
"postinstall": "node scripts/pnpm-link.ts"
|
"postinstall": "node scripts/pnpm-link.ts && pnpm run -r sane-postinstall"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"pretty-format@30>react-is": "19.2.4",
|
"pretty-format@30>react-is": "19.2.4",
|
||||||
@@ -30,11 +30,14 @@
|
|||||||
"caniuse-lite": "1.0.30001780",
|
"caniuse-lite": "1.0.30001780",
|
||||||
"markdown-it": "14.1.1",
|
"markdown-it": "14.1.1",
|
||||||
"testcontainers": "^11.0.0",
|
"testcontainers": "^11.0.0",
|
||||||
"wrap-ansi-cjs": "npm:wrap-ansi@^10.0.0",
|
|
||||||
"wrap-ansi": "npm:wrap-ansi@^10.0.0",
|
|
||||||
"matrix-widget-api": "^1.17.0",
|
"matrix-widget-api": "^1.17.0",
|
||||||
"qs": "6.15.0",
|
"qs": "6.15.0",
|
||||||
"serialize-javascript": "7.0.4"
|
"serialize-javascript": "7.0.4",
|
||||||
|
"atomically": "2.1.1",
|
||||||
|
"@types/node": "18.19.130",
|
||||||
|
"config-file-ts": "0.2.8-rc1",
|
||||||
|
"node-abi": "4.27.0",
|
||||||
|
"@types/pg-pool": "2.0.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@action-validator/cli": "^0.6.0",
|
"@action-validator/cli": "^0.6.0",
|
||||||
@@ -56,7 +59,8 @@
|
|||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
"matrix-js-sdk"
|
"matrix-js-sdk",
|
||||||
|
"electron"
|
||||||
],
|
],
|
||||||
"ignoredBuiltDependencies": [
|
"ignoredBuiltDependencies": [
|
||||||
"@sentry/cli",
|
"@sentry/cli",
|
||||||
@@ -67,6 +71,7 @@
|
|||||||
"react-blurhash": "patches/react-blurhash.patch",
|
"react-blurhash": "patches/react-blurhash.patch",
|
||||||
"linkify-html": "patches/linkify-html.patch",
|
"linkify-html": "patches/linkify-html.patch",
|
||||||
"@matrix-org/react-sdk-module-api": "patches/@matrix-org__react-sdk-module-api.patch",
|
"@matrix-org/react-sdk-module-api": "patches/@matrix-org__react-sdk-module-api.patch",
|
||||||
|
"@types/auto-launch": "patches/@types__auto-launch.patch",
|
||||||
"@types/mdx": "patches/@types__mdx.patch",
|
"@types/mdx": "patches/@types__mdx.patch",
|
||||||
"await-lock": "patches/await-lock.patch",
|
"await-lock": "patches/await-lock.patch",
|
||||||
"jest-fixed-jsdom": "patches/jest-fixed-jsdom.patch",
|
"jest-fixed-jsdom": "patches/jest-fixed-jsdom.patch",
|
||||||
|
|||||||
Generated
+3288
-294
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user