Skip to content

Commit

Permalink
Merge pull request #1299 from terascope/bundled-deps-2024-11-18
Browse files Browse the repository at this point in the history
Bundled dependency update 2024-11-18
  • Loading branch information
busma13 authored Nov 18, 2024
2 parents 18f8bca + 1e19df3 commit 0645d44
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 75 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.3.2",
"@terascope/elasticsearch-api": "~4.3.2",
"@terascope/data-mate": "~1.4.0",
"@terascope/elasticsearch-api": "~4.4.0",
"@terascope/elasticsearch-asset-apis": "~1.0.4",
"@terascope/job-components": "~1.5.3",
"@terascope/teraslice-state-storage": "~1.3.2",
"@terascope/utils": "~1.3.2",
"@terascope/job-components": "~1.6.0",
"@terascope/teraslice-state-storage": "~1.4.0",
"@terascope/utils": "~1.4.0",
"datemath-parser": "~1.0.6",
"got": "~13.0.0",
"moment": "~2.30.1"
Expand Down
14 changes: 7 additions & 7 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.3.1",
"@terascope/elasticsearch-api": "~4.3.2",
"@terascope/data-types": "~1.4.0",
"@terascope/elasticsearch-api": "~4.4.0",
"@terascope/elasticsearch-asset-apis": "~1.0.4",
"@terascope/eslint-config": "~1.1.0",
"@terascope/job-components": "~1.5.3",
"@terascope/job-components": "~1.6.0",
"@terascope/scripts": "~1.5.0",
"@terascope/teraslice-state-storage": "~1.3.2",
"@terascope/types": "~1.2.0",
"@terascope/teraslice-state-storage": "~1.4.0",
"@terascope/types": "~1.3.0",
"@types/bluebird": "~3.5.38",
"@types/got": "~9.6.12",
"@types/jest": "~29.5.14",
"@types/node": "~22.9.0",
"elasticsearch-store": "~1.3.3",
"eslint": "~9.14.0",
"elasticsearch-store": "~1.4.0",
"eslint": "~9.15.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,16 +26,16 @@
"test:watch": "TEST_ELASTICSEARCH='true' ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "~1.3.2",
"@terascope/data-types": "~1.3.1",
"@terascope/elasticsearch-api": "~4.3.2",
"@terascope/utils": "~1.3.2",
"@terascope/data-mate": "~1.4.0",
"@terascope/data-types": "~1.4.0",
"@terascope/elasticsearch-api": "~4.4.0",
"@terascope/utils": "~1.4.0",
"datemath-parser": "~1.0.6",
"got": "~13.0.0",
"moment": "~2.30.1"
},
"devDependencies": {
"@terascope/types": "~1.2.0",
"@terascope/types": "~1.3.0",
"@types/node": "~22.9.0",
"jest": "~29.7.0"
},
Expand Down
Loading

0 comments on commit 0645d44

Please sign in to comment.