Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 11 up…
Browse files Browse the repository at this point in the history
…dates (#49)
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 8ae1272 commit 8d595cb
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 103 deletions.
8 changes: 4 additions & 4 deletions examples/react-native/WhipWhepDemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"react-native-whip-whep": "*"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.12",
"@babel/core": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.0.7",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"react-test-renderer": "18.2.0",
"typescript": "^5.5.4"
"react-test-renderer": "18.3.1",
"typescript": "^5.6.3"
},
"private": true
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
],
"packageManager": "[email protected]",
"devDependencies": {
"@babel/runtime": "^7.25.6",
"@react-native/eslint-config": "^0.74.85",
"@babel/runtime": "^7.26.0",
"@react-native/eslint-config": "^0.76.1",
"eslint": "8.x",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"typescript-eslint": "^7.16.1"
"typescript-eslint": "^8.12.2"
},
"scripts": {
"lint": "yarn workspaces foreach -A -p run lint",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"devDependencies": {
"@types/react": "~18.2.45",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.20",
"typedoc": "^0.26.7",
"typescript": "^5.5.4"
"expo-modules-core": "^1.12.26",
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
},
"peerDependencies": {
"expo": "*",
Expand Down
Loading

0 comments on commit 8d595cb

Please sign in to comment.