Skip to content

Commit

Permalink
fix: 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: 
  - @types/node from 18.16.20 to 18.19.46.
    See this package in yarn: 
  - @types/react from 18.2.0 to 18.3.4.
    See this package in yarn: 
  - @types/react-dom from 18.2.4 to 18.3.0.
    See this package in yarn: 
  - eslint from 8.49.0 to 8.57.0.
    See this package in yarn: 
  - eslint-config-next from 13.4.13 to 13.5.6.
    See this package in yarn: 
  - next from 13.4.19 to 13.5.6.
    See this package in yarn: 

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/0cdff1d1-3063-4fc2-b3b7-a66aa08aea69?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 16, 2024
1 parent ed02cc5 commit 3bbb57d
Show file tree
Hide file tree
Showing 2 changed files with 997 additions and 312 deletions.
16 changes: 8 additions & 8 deletions examples/non-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.16.20",
"@types/react": "18.2.0",
"@types/react-dom": "^18.0.6",
"eslint": "8.49.0",
"eslint-config-next": "^13.4.12",
"next": "^13.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/node": "18.19.46",
"@types/react": "18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "^13.5.6",
"next": "^13.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "4.9.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 3bbb57d

Please sign in to comment.