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
  - date-fns from 2.29.3 to 2.30.0.
    See this package in npm: https://www.npmjs.com/package/date-fns
  - styled-components from 6.0.0-beta.2 to 6.1.13.
    See this package in npm: https://www.npmjs.com/package/styled-components

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/a8ed4695-8e29-49f1-a2a1-2478cbca96b1?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent 778cef6 commit 6d0df6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/with-turbopack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"dependencies": {
"@heroicons/react": "1.0.6",
"clsx": "1.2.1",
"date-fns": "2.29.3",
"date-fns": "2.30.0",
"dinero.js": "2.0.0-alpha.8",
"ms": "3.0.0-canary.1",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"server-only": "0.0.1",
"styled-components": "6.0.0-beta.2",
"styled-components": "6.1.13",
"use-count-up": "3.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 6d0df6d

Please sign in to comment.