Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thafryer committed Jun 15, 2023
1 parent bca02b5 commit 36cfa1c
Show file tree
Hide file tree
Showing 2 changed files with 890 additions and 813 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
"yarn lint:package"
]
},
"jest": {
"preset": "ts-jest"
},
"resolutions": {
"any-observable": "^0.5.1"
},
Expand All @@ -98,6 +101,7 @@
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@discoveryjs/json-ext": "^0.5.7",
"@jest/globals": "^29.5.0",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/csf-tools": "^7.0.12",
Expand All @@ -109,7 +113,7 @@
"@types/async-retry": "^1.4.3",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.0",
"@types/jest": "^29.5.2",
"@types/jsonfile": "^6.0.1",
"@types/listr": "^0.14.4",
"@types/node": "^14.14.25",
Expand Down Expand Up @@ -138,7 +142,7 @@
"fs-extra": "^10.0.0",
"https-proxy-agent": "^5.0.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"jest": "^29.5.0",
"jsonfile": "^6.0.1",
"junit-report-builder": "2.1.0",
"lint-staged": "^11.1.2",
Expand Down Expand Up @@ -171,6 +175,7 @@
"tmp-promise": "3.0.2",
"tree-kill": "^1.2.2",
"ts-dedent": "^1.0.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.2.5",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
Expand Down
Loading

0 comments on commit 36cfa1c

Please sign in to comment.