Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Mar 6, 2024
1 parent 317cd0f commit 3676f09
Show file tree
Hide file tree
Showing 6 changed files with 3,129 additions and 4,563 deletions.
5 changes: 3 additions & 2 deletions examples/nextjs-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
"@types/react-dom": "18.2.7",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"next": "13.4.13",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
"typescript": "5.2.2",
"vite": "4.5.2"
},
"devDependencies": {
"@ory/elements": "*",
Expand Down
4 changes: 2 additions & 2 deletions examples/preact-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@ory/elements-preact": "*",
"@ory/elements-test": "*",
"@playwright/test": "1.38.0",
"@preact/preset-vite": "2.5.0",
"eslint": "8.32.0",
"eslint-config-preact": "1.3.0",
"typescript": "5.2.2",
"@playwright/test": "1.38.0",
"vite": "4.0.5"
"vite": "4.5.2"
},
"eslintConfig": {
"extends": "preact"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"typescript": "5.2.2",
"vite": "4.4.2"
"vite": "4.5.2"
}
}
Loading

0 comments on commit 3676f09

Please sign in to comment.