Skip to content

Commit

Permalink
Merge pull request #61 from Woodpile37/snyk-fix-0d4d4d7a172328ac1a018…
Browse files Browse the repository at this point in the history
…e289d5dcdf2
  • Loading branch information
Woodpile37 committed Sep 29, 2023
2 parents a623685 + a8d396b commit 6c80cb5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions examples/blog-with-comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"@tailwindcss/typography": "^0.5.7",
"date-fns": "^2.29.3",
"gray-matter": "4.0.3",
"ioredis": "^4.27.1",
"nanoid": "^3.1.22",
"next": "^10.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "13.0.0",
"remark-html": "13.0.2",
"swr": "^0.5.5"
"ioredis": "^5.2.4",
"nanoid": "^4.0.0",
"next": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-electron-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^14.14.6",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.9",
"electron": "^13",
"electron": "^22.3.5",
"electron-builder": "^23.0.3",
"next": "latest",
"rimraf": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
},
"devDependencies": {
"electron": "^12.0.2",
"electron": "^18.3.12",
"electron-builder": "^23.0.3",
"next": "latest",
"react": "^18.2.0",
Expand Down
3 changes: 3 additions & 0 deletions examples/with-emotion-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"next": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-reason-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"babel-plugin-relay": "^9.0.0",
"graphql-cli": "^3.0.14",
"graphql-cli": "^4.0.0",
"relay-compiler": "9.0.0"
},
"resolutions": {
Expand Down
1 change: 1 addition & 0 deletions examples/with-redux-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"start": "next start"
},
"dependencies": {
"next": "9.5.2",
"next": "latest",
"next-redux-wrapper": "^7.0.2",
"react": "^18.2.0",
Expand Down

0 comments on commit 6c80cb5

Please sign in to comment.