Skip to content

Commit 9d254bb

Browse files
authored
prepare 3.3.0 release (#282)
## [3.3.0] - 2024-05-23 ### Added: - Added a new optional timeout to ProviderConfig which gets passed to the underlying Javascript SDK `waitForInitialization` function.
2 parents a9699a4 + 7ecd191 commit 9d254bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.ldrelease/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ publications:
1616
jobs:
1717
- docker:
1818
image: node:18-buster
19+
env:
20+
LD_RELEASE_TYPEDOC_VERSION: 0.23.28
1921
template:
2022
name: npm
2123

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"@testing-library/jest-dom": "^5.16.4",
5454
"@testing-library/react": "^15.0.7",
5555
"@types/hoist-non-react-statics": "^3.3.1",
56-
"@types/jest": "^27.0.3",
56+
"@types/jest": "^27.5.2",
5757
"@types/lodash.camelcase": "^4.3.6",
5858
"@types/node": "^20.12.12",
5959
"@types/prop-types": "^15.7.4",
6060
"@types/react": "^18.0.3",
6161
"@types/react-dom": "^18.0.0",
6262
"@types/react-test-renderer": "^18.0.0",
6363
"esbuild": "^0.21.3",
64-
"jest": "^27.4.4",
64+
"jest": "^27.5.1",
6565
"jest-environment-jsdom": "^27.4.4",
6666
"jest-environment-jsdom-global": "^4.0.0",
6767
"jest-junit": "^16.0.0",

0 commit comments

Comments
 (0)