Skip to content

Commit

Permalink
Merge pull request #970 from terascope/dependency-updates-2024-12-16
Browse files Browse the repository at this point in the history
bundled dependency update
  • Loading branch information
sotojn authored Dec 16, 2024
2 parents 24672fc + 375bbe2 commit 3271a88
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 236 deletions.
10 changes: 5 additions & 5 deletions asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"@faker-js/faker": "~9.3.0",
"@terascope/data-mate": "~1.4.2",
"@terascope/job-components": "~1.6.2",
"@terascope/data-mate": "~1.5.0",
"@terascope/job-components": "~1.7.0",
"@terascope/standard-asset-apis": "~1.0.3",
"@terascope/teraslice-state-storage": "~1.4.1",
"@terascope/utils": "~1.4.1",
"@terascope/teraslice-state-storage": "~1.5.0",
"@terascope/utils": "~1.5.0",
"@types/chance": "~1.1.4",
"@types/express": "~4.17.19",
"chance": "~1.1.12",
Expand All @@ -37,7 +37,7 @@
"randexp": "~0.5.3",
"short-unique-id": "~5.2.0",
"timsort": "~0.3.0",
"ts-transforms": "~1.4.2",
"ts-transforms": "~1.5.0",
"tslib": "~2.8.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"test:watch": "ts-scripts test --watch asset --"
},
"devDependencies": {
"@terascope/eslint-config": "~1.1.2",
"@terascope/job-components": "~1.6.2",
"@terascope/scripts": "~1.5.3",
"@terascope/eslint-config": "~1.1.3",
"@terascope/job-components": "~1.7.0",
"@terascope/scripts": "~1.6.0",
"@terascope/standard-asset-apis": "~1.0.3",
"@types/express": "~4.17.19",
"@types/jest": "~29.5.14",
"@types/json2csv": "~5.0.7",
"@types/node": "~22.10.1",
"@types/node": "~22.10.2",
"@types/node-gzip": "~1.1.0",
"@types/timsort": "~0.3.0",
"eslint": "~9.16.0",
"eslint": "~9.17.0",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"node-notifier": "~10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/standard-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"dependencies": {
"@sindresorhus/fnv1a": "~3.1.0",
"@terascope/utils": "~1.4.1"
"@terascope/utils": "~1.5.0"
},
"devDependencies": {
"@terascope/scripts": "~1.5.3",
"@terascope/scripts": "~1.6.0",
"@types/jest": "~29.5.14",
"@types/node": "~22.10.1",
"@types/node": "~22.10.2",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"jest-fixtures": "~0.6.0",
Expand Down
Loading

0 comments on commit 3271a88

Please sign in to comment.