Skip to content

Commit

Permalink
chore: bump react, vanilla-extract and express package version (ory#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko authored Jul 11, 2023
1 parent c4919cf commit e81d958
Show file tree
Hide file tree
Showing 4 changed files with 2,070 additions and 900 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@next/font": "13.1.5",
"@types/node": "18.11.18",
"@types/node": "18.16.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.32.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"@ory/elements": "*",
"@ory/elements-test": "*",
"@playwright/test": "1.32.1",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@vitejs/plugin-react": "3.0.1",
"@vitejs/plugin-react": "4.0.3",
"eslint": "8.33.0",
"eslint-config-standard-with-typescript": "33.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"typescript": "4.9.4",
"vite": "4.0.4"
"vite": "4.4.2"
}
}
Loading

0 comments on commit e81d958

Please sign in to comment.