Skip to content

Commit

Permalink
deps: Update elastic search/apm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed May 21, 2024
1 parent 29e4511 commit fa17c1c
Show file tree
Hide file tree
Showing 9 changed files with 215 additions and 560 deletions.
373 changes: 92 additions & 281 deletions .pnp.cjs

Large diffs are not rendered by default.

42 changes: 38 additions & 4 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"postpublish": "pinst --enable"
},
"devDependencies": {
"@elastic/apm-rum-react": "2.0.2",
"@sentry/cli": "1.37.4",
"@testing-library/jest-dom": "6.1.3",
"@types/ioredis-mock": "^8.2.2",
Expand Down Expand Up @@ -66,8 +67,5 @@
"resolutions": {
"react-router-dom": "6.3.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@elastic/apm-rum-react": "^1.4.0"
}
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/openneuro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@apollo/client": "3.7.2",
"@artsy/fresnel": "^1.3.1",
"@elastic/apm-rum": "5.11.0",
"@elastic/apm-rum": "5.16.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@niivue/niivue": "0.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/openneuro-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bids-validator": "1.14.6",
"cli-progress": "^3.8.2",
"commander": "7.2.0",
"elastic-apm-node": "^3.49.1",
"elastic-apm-node": "4.5.4",
"esm": "^3.0.16",
"fetch-h2": "^3.0.2",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/openneuro-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bin": "./src/index.ts",
"dependencies": {
"@apollo/client": "3.7.2",
"@elastic/elasticsearch": "7.15.0",
"@elastic/elasticsearch": "8.13.1",
"@openneuro/client": "^4.23.0",
"@openneuro/search": "^4.23.0",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/openneuro-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@apollo/client": "3.7.2",
"@elastic/elasticsearch": "7.15.0",
"@elastic/elasticsearch": "8.13.1",
"graphql": "16.8.1",
"jsonwebtoken": "^9.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/openneuro-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@apollo/client": "3.7.2",
"@apollo/server": "4.9.3",
"@apollo/utils.keyvadapter": "3.0.0",
"@elastic/elasticsearch": "7.15.0",
"@elastic/elasticsearch": "8.13.1",
"@graphql-tools/schema": "^10.0.0",
"@keyv/redis": "^2.7.0",
"@openneuro/search": "^4.23.0",
Expand All @@ -30,7 +30,7 @@
"date-fns": "^2.16.1",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"elastic-apm-node": "^4.3.0",
"elastic-apm-node": "4.5.4",
"express": "4.19.2",
"graphql": "16.8.1",
"graphql-bigint": "^1.0.0",
Expand Down
Loading

0 comments on commit fa17c1c

Please sign in to comment.