Skip to content

Commit

Permalink
Migrate to SSR Auth (App Router) (saleor#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiste authored Nov 27, 2023
1 parent 2b0ae5c commit 8d34c87
Show file tree
Hide file tree
Showing 19 changed files with 559 additions and 571 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"test": "playwright test"
},
"dependencies": {
"@adyen/adyen-web": "5.53.2",
"@adyen/adyen-web": "5.53.3",
"@adyen/api-library": "15.0.0-beta",
"@headlessui/react": "1.7.17",
"@saleor/auth-sdk": "1.0.1",
"@stripe/react-stripe-js": "2.3.2",
"@stripe/stripe-js": "2.1.11",
"@stripe/react-stripe-js": "2.4.0",
"@stripe/stripe-js": "2.2.0",
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.0.0",
"editorjs-html": "3.4.3",
"formik": "2.4.5",
"libphonenumber-js": "1.10.49",
"libphonenumber-js": "1.10.51",
"lodash-es": "4.17.21",
"lucide-react": "0.292.0",
"lucide-react": "0.293.0",
"next": "14.0.3",
"query-string": "8.1.0",
"react": "18.2.0",
Expand All @@ -53,15 +53,15 @@
"@playwright/test": "1.40.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@types/lodash-es": "4.17.11",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@types/url-join": "4.0.3",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"autoprefixer": "10.4.16",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
Expand All @@ -74,7 +74,7 @@
"prettier-plugin-tailwindcss": "0.5.7",
"schema-dts": "1.1.2",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"typescript": "5.3.2",
"wonka": "6.3.4"
},
"resolutions": {
Expand All @@ -85,4 +85,4 @@
"pnpm": ">=8.9.0",
"node": ">=18"
}
}
}
Loading

0 comments on commit 8d34c87

Please sign in to comment.