Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 18.2.0 to 18.3.1.
    See this package in yarn: 
  - react-dom from 18.2.0 to 18.3.1.
    See this package in yarn: 
  - algoliasearch from 4.14.3 to 5.2.2.
    See this package in yarn: 
  - expo from 49.0.11 to 51.0.31.
    See this package in yarn: 
  - expo-status-bar from 1.6.0 to 1.12.1.
    See this package in yarn: 
  - react-instantsearch-core from 7.1.0 to 7.13.0.
    See this package in yarn: 
  - react-native from 0.72.4 to 0.75.2.
    See this package in yarn: 
  - react-native-web from 0.19.9 to 0.19.12.
    See this package in yarn: 

See this project in Snyk:
https://app.snyk.io/org/cachiman-inc/project/bb152cb1-82ae-4896-b16e-35056c1ef9ac?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent c188a1d commit 0dfdd9c
Show file tree
Hide file tree
Showing 2 changed files with 1,936 additions and 1,672 deletions.
16 changes: 8 additions & 8 deletions react-instantsearch-native/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"web": "expo start --web"
},
"dependencies": {
"algoliasearch": "4.14.3",
"expo": "~49.0.11",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-core": "7.1.0",
"react-native": "0.72.4",
"react-native-web": "~0.19.9"
"algoliasearch": "5.2.2",
"expo": "~51.0.31",
"expo-status-bar": "~1.12.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-instantsearch-core": "7.13.0",
"react-native": "0.75.2",
"react-native-web": "~0.19.12"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
Loading

0 comments on commit 0dfdd9c

Please sign in to comment.