Skip to content

Commit

Permalink
bundled dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Feb 24, 2025
1 parent 6d97121 commit fb7fd9e
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 204 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.5.0",
"@terascope/data-mate": "~1.7.5",
"@terascope/job-components": "~1.9.5",
"@terascope/data-mate": "~1.7.6",
"@terascope/job-components": "~1.9.6",
"@terascope/standard-asset-apis": "~1.0.3",
"@terascope/teraslice-state-storage": "~1.8.2",
"@terascope/utils": "~1.7.4",
"@terascope/teraslice-state-storage": "~1.8.3",
"@terascope/utils": "~1.7.5",
"@types/chance": "~1.1.6",
"@types/express": "~4.17.21",
"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.7.5",
"ts-transforms": "~1.7.6",
"tslib": "~2.8.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"test:watch": "ts-scripts test --watch asset --"
},
"devDependencies": {
"@terascope/eslint-config": "~1.1.6",
"@terascope/job-components": "~1.9.5",
"@terascope/scripts": "~1.10.3",
"@terascope/eslint-config": "~1.1.7",
"@terascope/job-components": "~1.9.6",
"@terascope/scripts": "~1.10.4",
"@terascope/standard-asset-apis": "~1.0.3",
"@types/express": "~4.17.21",
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.14",
"@types/json2csv": "~5.0.7",
"@types/node": "~22.13.4",
"@types/node": "~22.13.5",
"@types/node-gzip": "~1.1.3",
"@types/semver": "~7.5.8",
"@types/timsort": "~0.3.3",
"eslint": "~9.20.1",
"eslint": "~9.21.0",
"fs-extra": "~11.3.0",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"node-notifier": "~10.0.1",
"semver": "~7.7.1",
"teraslice-test-harness": "~1.3.2",
"ts-jest": "~29.2.5",
"ts-jest": "~29.2.6",
"tslib": "~2.8.1",
"typescript": "~5.7.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/standard-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"dependencies": {
"@sindresorhus/fnv1a": "~3.1.0",
"@terascope/utils": "~1.7.4"
"@terascope/utils": "~1.7.5"
},
"devDependencies": {
"@terascope/scripts": "~1.10.3",
"@terascope/scripts": "~1.10.4",
"@types/jest": "~29.5.14",
"@types/node": "~22.13.4",
"@types/node": "~22.13.5",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"jest-fixtures": "~0.6.0",
"ts-jest": "~29.2.5",
"ts-jest": "~29.2.6",
"typescript": "~5.7.3"
},
"engines": {
Expand Down
Loading

0 comments on commit fb7fd9e

Please sign in to comment.