Skip to content

Commit

Permalink
Merge pull request #1322 from terascope/bundled-deps-2024-12-16
Browse files Browse the repository at this point in the history
Bundled dependency update 2024-12-16
  • Loading branch information
busma13 authored Dec 16, 2024
2 parents 41bdd67 + f850aea commit 575acb7
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 223 deletions.
10 changes: 5 additions & 5 deletions asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"test": "yarn --cwd ../ test"
},
"dependencies": {
"@terascope/data-mate": "~1.4.2",
"@terascope/elasticsearch-api": "~4.4.1",
"@terascope/data-mate": "~1.5.0",
"@terascope/elasticsearch-api": "~4.5.0",
"@terascope/elasticsearch-asset-apis": "~1.0.5",
"@terascope/job-components": "~1.6.2",
"@terascope/teraslice-state-storage": "~1.4.1",
"@terascope/utils": "~1.4.1",
"@terascope/job-components": "~1.7.0",
"@terascope/teraslice-state-storage": "~1.5.0",
"@terascope/utils": "~1.5.0",
"datemath-parser": "~1.0.6",
"got": "~13.0.0",
"moment": "~2.30.1"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
},
"dependencies": {},
"devDependencies": {
"@terascope/data-types": "~1.4.1",
"@terascope/elasticsearch-api": "~4.4.1",
"@terascope/data-types": "~1.5.0",
"@terascope/elasticsearch-api": "~4.5.0",
"@terascope/elasticsearch-asset-apis": "~1.0.5",
"@terascope/eslint-config": "~1.1.2",
"@terascope/job-components": "~1.6.2",
"@terascope/scripts": "~1.5.3",
"@terascope/teraslice-state-storage": "~1.4.1",
"@terascope/eslint-config": "~1.1.3",
"@terascope/job-components": "~1.7.0",
"@terascope/scripts": "~1.6.0",
"@terascope/teraslice-state-storage": "~1.5.0",
"@terascope/types": "~1.3.1",
"@types/bluebird": "~3.5.38",
"@types/got": "~9.6.12",
"@types/jest": "~29.5.14",
"@types/node": "~22.9.3",
"elasticsearch-store": "~1.4.2",
"eslint": "~9.16.0",
"@types/node": "~22.10.2",
"elasticsearch-store": "~1.5.0",
"eslint": "~9.17.0",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"moment": "~2.30.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/elasticsearch-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"test:watch": "TEST_ELASTICSEARCH='true' ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "~1.4.2",
"@terascope/data-types": "~1.4.1",
"@terascope/elasticsearch-api": "~4.4.1",
"@terascope/utils": "~1.4.1",
"@terascope/data-mate": "~1.5.0",
"@terascope/data-types": "~1.5.0",
"@terascope/elasticsearch-api": "~4.5.0",
"@terascope/utils": "~1.5.0",
"datemath-parser": "~1.0.6",
"got": "~13.0.0",
"moment": "~2.30.1"
},
"devDependencies": {
"@terascope/types": "~1.3.1",
"@types/node": "~22.9.3",
"@types/node": "~22.10.2",
"jest": "~29.7.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 575acb7

Please sign in to comment.