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 npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - @makeswift/runtime from 0.2.2 to 0.20.3.
    See this package in npm: https://www.npmjs.com/package/@makeswift/runtime

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/a8349d90-e0ec-4112-adf5-c43b69b9b585?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 778cef6 commit 4cb3ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/cms-makeswift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "next start"
},
"dependencies": {
"@makeswift/runtime": "0.2.2",
"@makeswift/runtime": "0.20.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "17.0.41",
Expand Down

0 comments on commit 4cb3ee6

Please sign in to comment.