Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Neuteboom committed Jul 12, 2024
1 parent e7fc917 commit 7b1e14b
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 269 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
"author": "Observation.org",
"license": "MIT",
"devDependencies": {
"@react-native/eslint-config": "0.74.84",
"@react-native/metro-config": "0.74.84",
"@react-native/typescript-config": "0.74.84",
"@react-native/eslint-config": "0.74.85",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@react-navigation/native": "^6.1.17",
"@rnx-kit/align-deps": "^2.5.0",
"@testing-library/react-native": "^12.5.1",
"@types/color": "^3.0.6",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.6",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-observation": "https://github.com/observation/eslint-rules.git",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^4.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native": "0.74.3",
"react-native-render-html": "^6.3.4",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.4",
"ts-jest": "^29.2.2",
"typescript": "5.0.4"
},
"react-native": "src/index.ts",
Expand Down
Loading

0 comments on commit 7b1e14b

Please sign in to comment.