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
  - @types/node from 18.15.11 to 18.19.47.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/react from 18.0.34 to 18.3.4.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - @types/react-dom from 18.0.11 to 18.3.0.
    See this package in npm: https://www.npmjs.com/package/@types/react-dom
  - typescript from 5.0.4 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/0084638e-b6e1-4b2f-9b30-1202553d62ca?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 778cef6 commit 406af6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/with-vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"dependencies": {
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/next-plugin": "^2.1.3",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@types/node": "18.19.47",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4"
}
}

0 comments on commit 406af6d

Please sign in to comment.