Skip to content

Commit c817322

Browse files
authored
bump ts utils again (#42)
* bump ts utils again * add busboy peer dep
1 parent 42e4456 commit c817322

4 files changed

Lines changed: 35 additions & 52 deletions

File tree

package-lock.json

Lines changed: 31 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@project/template",
33
"version": "1.0.0",
44
"dependencies": {
5-
"@openstax/ts-utils": "1.50.0"
5+
"@openstax/ts-utils": "1.50.2"
66
},
77
"devDependencies": {
88
"syncpack": "^15.1.2"

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"dependencies": {
55
"@openstax/orn-locator": "^1.4.1",
6-
"@openstax/ts-utils": "1.50.0",
6+
"@openstax/ts-utils": "1.50.2",
77
"@openstax/ui-components": "github:openstax/ui-components#1.23.0",
88
"@testing-library/jest-dom": "^6.4.7",
99
"@testing-library/react": "^16.3.2",

packages/lambda/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@openstax/open-search-client": "^0.1.0-build.8",
66
"@openstax/orn-locator": "^1.4.1",
7-
"@openstax/ts-utils": "1.50.0",
7+
"@openstax/ts-utils": "1.50.2",
88
"aws-xray-sdk": "^3.6.0",
99
"body-parser": "^1.19.2",
1010
"node-fetch": "^2.7.0",
@@ -21,6 +21,7 @@
2121
"@types/node-fetch": "^2.6.11",
2222
"@types/supertest": "^2.0.12",
2323
"builtin-modules": "^3.2.0",
24+
"busboy": "^1.6.0",
2425
"cspell": "^10.0.0",
2526
"eslint": "^9.39.1",
2627
"eslint-plugin-import-x": "^4.15.0",

0 commit comments

Comments
 (0)