Skip to content

Commit d36a2ad

Browse files
committed
chore: bumped versions
1 parent b32dedf commit d36a2ad

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"extends": "./tsconfig.json",
3-
"include": ["/**/*.ts", "/**/*.tsx"],
3+
"include": [
4+
"/**/*.ts",
5+
"/**/*.tsx",
6+
"/*.js",
7+
"/*.tsx"
8+
],
49
"exclude": ["node_modules"]
510
}

packages/tooling/jest/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"eslint-plugin-prettier": "^5.0.0",
5656
"jest": "^29.5.0",
5757
"prettier": "^3.0.0",
58+
"react-test-renderer": "^18.3.1",
5859
"rimraf": "^5.0.1",
5960
"ts-jest": "^29.1.0",
6061
"typedoc": "0.25.0",
@@ -63,7 +64,9 @@
6364
"dependencies": {
6465
"@launchdarkly/react-native-client-sdk": "workspace:^",
6566
"@testing-library/react-hooks": "^8.0.1",
67+
"@testing-library/react-native": "^12.7.2",
6668
"@types/lodash": "^4.17.7",
67-
"launchdarkly-react-client-sdk": "^3.4.0"
69+
"launchdarkly-react-client-sdk": "^3.4.0",
70+
"react": "^18.3.1"
6871
}
6972
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "./tsconfig.json",
3-
"include": ["/**/*.ts"],
3+
"include": ["/**/*.ts", "/**/*.tsx", "/**/*.js"],
44
"exclude": ["node_modules"]
55
}

0 commit comments

Comments
 (0)