Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 7 upd…
Browse files Browse the repository at this point in the history
…ates (#91)
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 8c738c2 commit 0dddef0
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 499 deletions.
1 change: 1 addition & 0 deletions examples/react-native/WhipWhepDemo/app/+not-found.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Link, Stack } from 'expo-router';
import React from 'react';
import { StyleSheet } from 'react-native';

import { ThemedText } from '@/components/ThemedText';
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/WhipWhepDemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"react-test-renderer": "18.3.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"expo": {
"doctor": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"packageManager": "[email protected]",
"devDependencies": {
"@babel/runtime": "^7.26.0",
"@react-native/eslint-config": "^0.76.1",
"@react-native/eslint-config": "^0.76.5",
"eslint": "8.x",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.14.0"
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"typescript-eslint": "^8.19.1"
},
"scripts": {
"lint": "yarn workspaces foreach -A -p run lint",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"devDependencies": {
"@types/react": "~18.3.12",
"expo-module-scripts": "~4.0.2",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
"typedoc": "^0.27.6",
"typescript": "^5.7.2"
},
"peerDependencies": {
"expo": "*",
Expand Down
Loading

0 comments on commit 0dddef0

Please sign in to comment.