mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
build: add missing npm dependencies (#45826)
This commit is contained in:
parent
0846561807
commit
25377f2b17
@ -1,9 +1,9 @@
|
||||
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
|
||||
# This file should be checked into version control along with the pnpm-lock.yaml file.
|
||||
.npmrc=2146577291
|
||||
pnpm-lock.yaml=-1331726396
|
||||
yarn.lock=132619263
|
||||
package.json=347261704
|
||||
pnpm-lock.yaml=-1829051030
|
||||
yarn.lock=-608884054
|
||||
package.json=1255523299
|
||||
client/branded/package.json=784076174
|
||||
client/browser/package.json=-2024393090
|
||||
client/build-config/package.json=-745736751
|
||||
|
||||
@ -390,6 +390,7 @@
|
||||
"ajv-formats": "^2.1.1",
|
||||
"apollo3-cache-persist": "^0.12.1",
|
||||
"bloomfilter": "^0.0.18",
|
||||
"case-sensitive-paths-webpack-plugin": "^2.3.0",
|
||||
"classnames": "^2.2.6",
|
||||
"comlink": "^4.3.0",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
@ -455,6 +456,7 @@
|
||||
"react-visibility-sensor": "^5.1.1",
|
||||
"recharts": "^1.8.5",
|
||||
"regexpp": "^3.1.0",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"rxjs": "^6.6.3",
|
||||
"sanitize-html": "^2.0.0",
|
||||
"semver": "^7.3.2",
|
||||
|
||||
@ -31,6 +31,7 @@ importers:
|
||||
'@gql2ts/from-schema': ^1.10.1
|
||||
'@gql2ts/language-typescript': ^1.9.0
|
||||
'@gql2ts/types': ^1.9.0
|
||||
'@graphiql/react': ^0.10.0
|
||||
'@graphql-codegen/cli': ^2.16.1
|
||||
'@graphql-codegen/typescript': 2.8.5
|
||||
'@graphql-codegen/typescript-apollo-client-helpers': ^2.2.6
|
||||
@ -45,9 +46,12 @@ importers:
|
||||
'@octokit/rest': ^16.36.0
|
||||
'@opentelemetry/api': ^1.1.0
|
||||
'@opentelemetry/context-zone': ^1.5.0
|
||||
'@opentelemetry/core': 1.5.0
|
||||
'@opentelemetry/exporter-trace-otlp-http': ^0.31.0
|
||||
'@opentelemetry/instrumentation': ^0.31.0
|
||||
'@opentelemetry/instrumentation-fetch': ^0.31.0
|
||||
'@opentelemetry/resources': 1.5.0
|
||||
'@opentelemetry/sdk-trace-base': 1.5.0
|
||||
'@opentelemetry/sdk-trace-web': ^1.5.0
|
||||
'@opentelemetry/semantic-conventions': ^1.5.0
|
||||
'@peculiar/webcrypto': ^1.1.7
|
||||
@ -202,6 +206,7 @@ importers:
|
||||
browserslist: ^4.21.3
|
||||
buffer: ^6.0.3
|
||||
bundlesize2: ^0.0.31
|
||||
case-sensitive-paths-webpack-plugin: ^2.3.0
|
||||
chalk: ^4.1.0
|
||||
chokidar-cli: ^2.1.0
|
||||
chromatic: ^6.11.4
|
||||
@ -235,8 +240,10 @@ importers:
|
||||
events: ^3.3.0
|
||||
eventsource: 1.1.1
|
||||
execa: ^5.0.0
|
||||
expect: ^27.5.1
|
||||
express: ^4.17.1
|
||||
express-static-gzip: ^2.1.1
|
||||
fast-json-stable-stringify: ^2.0.0
|
||||
focus-visible: ^5.2.0
|
||||
fzf: ^0.5.1
|
||||
glob: ^7.1.6
|
||||
@ -249,6 +256,7 @@ importers:
|
||||
gulp: ^4.0.2
|
||||
highlight.js: ^10.5.0
|
||||
highlightjs-graphql: ^1.0.2
|
||||
history: 4.5.1
|
||||
html-webpack-harddisk-plugin: ^2.0.0
|
||||
html-webpack-plugin: ^5.5.0
|
||||
http-proxy-agent: ^5.0.0
|
||||
@ -298,6 +306,7 @@ importers:
|
||||
open: ^7.0.4
|
||||
open-color: ^1.8.0
|
||||
ordinal: ^1.0.3
|
||||
original: ^1.0.0
|
||||
p-retry: ^4.2.0
|
||||
p-timeout: ^4.1.0
|
||||
path-browserify: ^1.0.1
|
||||
@ -328,6 +337,7 @@ importers:
|
||||
react-visibility-sensor: ^5.1.1
|
||||
recharts: ^1.8.5
|
||||
regexpp: ^3.1.0
|
||||
resize-observer-polyfill: ^1.5.1
|
||||
rimraf: ^3.0.2
|
||||
rxjs: ^6.6.3
|
||||
sanitize-html: ^2.0.0
|
||||
@ -394,14 +404,18 @@ importers:
|
||||
'@codemirror/search': 6.0.1
|
||||
'@codemirror/state': 6.1.0
|
||||
'@codemirror/view': 6.4.0
|
||||
'@graphiql/react': 0.10.0_bmpw7hwhcl43myn6zvyddat5se
|
||||
'@lezer/highlight': 1.0.0
|
||||
'@mdi/js': 6.7.96
|
||||
'@microsoft/fetch-event-source': 2.0.1
|
||||
'@opentelemetry/api': 1.1.0
|
||||
'@opentelemetry/context-zone': 1.5.0_@opentelemetry+api@1.1.0
|
||||
'@opentelemetry/core': 1.5.0_@opentelemetry+api@1.1.0
|
||||
'@opentelemetry/exporter-trace-otlp-http': 0.31.0_@opentelemetry+api@1.1.0
|
||||
'@opentelemetry/instrumentation': 0.31.0_@opentelemetry+api@1.1.0
|
||||
'@opentelemetry/instrumentation-fetch': 0.31.0_@opentelemetry+api@1.1.0
|
||||
'@opentelemetry/resources': 1.5.0_@opentelemetry+api@1.1.0
|
||||
'@opentelemetry/sdk-trace-base': 1.5.0_@opentelemetry+api@1.1.0
|
||||
'@opentelemetry/sdk-trace-web': 1.5.0_@opentelemetry+api@1.1.0
|
||||
'@opentelemetry/semantic-conventions': 1.5.0
|
||||
'@reach/accordion': 0.16.1_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
@ -431,6 +445,7 @@ importers:
|
||||
ajv-formats: 2.1.1_ajv@8.11.2
|
||||
apollo3-cache-persist: 0.12.1_@apollo+client@3.5.10
|
||||
bloomfilter: 0.0.18
|
||||
case-sensitive-paths-webpack-plugin: 2.4.0
|
||||
classnames: 2.3.1
|
||||
comlink: 4.3.0
|
||||
copy-to-clipboard: 3.3.1
|
||||
@ -446,12 +461,14 @@ importers:
|
||||
downshift: 3.4.8_react@18.1.0
|
||||
escape-html: 1.0.3
|
||||
eventsource: 1.1.1
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
focus-visible: 5.2.0
|
||||
fzf: 0.5.1
|
||||
got: 11.8.5
|
||||
graphiql: 1.11.5_bmpw7hwhcl43myn6zvyddat5se
|
||||
highlight.js: 10.7.3
|
||||
highlightjs-graphql: 1.0.2
|
||||
history: 4.5.1
|
||||
http-proxy-agent: 5.0.0
|
||||
http-status-codes: 2.1.4
|
||||
https-browserify: 1.0.0
|
||||
@ -473,6 +490,7 @@ importers:
|
||||
nice-ticks: 1.0.1
|
||||
open-color: 1.8.0
|
||||
ordinal: 1.0.3
|
||||
original: 1.0.2
|
||||
path-browserify: 1.0.1
|
||||
postcss-inset: 1.0.0
|
||||
pretty-bytes: 5.3.0
|
||||
@ -493,6 +511,7 @@ importers:
|
||||
react-visibility-sensor: 5.1.1_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
recharts: 1.8.5_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
regexpp: 3.2.0
|
||||
resize-observer-polyfill: 1.5.1
|
||||
rxjs: 6.6.7
|
||||
sanitize-html: 2.3.3
|
||||
semver: 7.3.8
|
||||
@ -677,6 +696,7 @@ importers:
|
||||
eslint-plugin-monorepo: 0.3.2_fsuobzodmui5yhj7deh6fdsp7i
|
||||
events: 3.3.0
|
||||
execa: 5.1.1
|
||||
expect: 27.5.1
|
||||
express: 4.18.2
|
||||
express-static-gzip: 2.1.1
|
||||
glob: 7.1.6
|
||||
@ -5438,7 +5458,7 @@ packages:
|
||||
dependencies:
|
||||
'@babel/runtime': 7.20.6
|
||||
'@types/react-reconciler': 0.26.7
|
||||
its-fine: 1.0.7_react@18.1.0
|
||||
its-fine: 1.0.8_react@18.1.0
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react-native: 0.70.6_2hkxedd44to6uuf252s62q5boq
|
||||
@ -5531,8 +5551,8 @@ packages:
|
||||
'@hapi/hoek': 9.3.0
|
||||
dev: false
|
||||
|
||||
/@sideway/formula/3.0.0:
|
||||
resolution: {integrity: sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==}
|
||||
/@sideway/formula/3.0.1:
|
||||
resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==}
|
||||
dev: false
|
||||
|
||||
/@sideway/pinpoint/2.0.0:
|
||||
@ -10524,7 +10544,6 @@ packages:
|
||||
/case-sensitive-paths-webpack-plugin/2.4.0:
|
||||
resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==}
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/caseless/0.12.0:
|
||||
resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==}
|
||||
@ -17050,8 +17069,8 @@ packages:
|
||||
iterate-iterator: 1.0.1
|
||||
dev: true
|
||||
|
||||
/its-fine/1.0.7_react@18.1.0:
|
||||
resolution: {integrity: sha512-xjBg9NTmOj42yFoWA0UoUDxeRiZR1C9ILY/G2elIKYt+YZCQ0I4o8vd7yIs+i9GjVmVOlxfNtoBJLGtrrnGrSA==}
|
||||
/its-fine/1.0.8_react@18.1.0:
|
||||
resolution: {integrity: sha512-MagTA9/J6kN3aEQsQu6by3nyrttCm0whCOYo4SfiNzOfYgcr1cb29mJ3zgluaJboaWOL/lHzJeMXi/QGSCfX1Q==}
|
||||
peerDependencies:
|
||||
react: '>=18.0'
|
||||
dependencies:
|
||||
@ -17774,7 +17793,7 @@ packages:
|
||||
'@hapi/hoek': 9.3.0
|
||||
'@hapi/topo': 5.1.0
|
||||
'@sideway/address': 4.1.4
|
||||
'@sideway/formula': 3.0.0
|
||||
'@sideway/formula': 3.0.1
|
||||
'@sideway/pinpoint': 2.0.0
|
||||
dev: false
|
||||
|
||||
|
||||
@ -27439,6 +27439,7 @@ __metadata:
|
||||
browserslist: ^4.21.3
|
||||
buffer: ^6.0.3
|
||||
bundlesize2: ^0.0.31
|
||||
case-sensitive-paths-webpack-plugin: ^2.3.0
|
||||
chalk: ^4.1.0
|
||||
chokidar-cli: ^2.1.0
|
||||
chromatic: ^6.11.4
|
||||
@ -27569,6 +27570,7 @@ __metadata:
|
||||
react-visibility-sensor: ^5.1.1
|
||||
recharts: ^1.8.5
|
||||
regexpp: ^3.1.0
|
||||
resize-observer-polyfill: ^1.5.1
|
||||
rimraf: ^3.0.2
|
||||
rxjs: ^6.6.3
|
||||
sanitize-html: ^2.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user