Skip to content

Commit ed558f7

Browse files
committed
chore(deps): update dependency @types/lodash to v4.17.21
GitOrigin-RevId: b093b1a2b7263638c76afa1eb0353ddb977a595f
1 parent 1fa5077 commit ed558f7

File tree

5 files changed

+111
-346
lines changed

5 files changed

+111
-346
lines changed

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const config = tseslint.config([
1919
"**/dist/**",
2020
"**/storybook-static/**",
2121
"**/*.config.{js,mjs,cjs,ts}",
22-
"examples/nextjs-spa/**", // This project is not maintained
2322
"**/jest.preset.{cjs,ts}",
2423
"**/tsup.config.{js,ts}",
2524
"**/.next/**",

examples/nextjs-app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@ory/nextjs": "*",
1313
"@ory/elements-react": "*",
14-
"next": "^15.0.3",
14+
"next": "15.5.3",
1515
"react": "^18",
1616
"react-dom": "^18"
1717
},
@@ -20,7 +20,7 @@
2020
"@types/react": "^18",
2121
"@types/react-dom": "^18",
2222
"eslint": "^9.25.0",
23-
"eslint-config-next": "14.2.28",
23+
"eslint-config-next": "15.5.3",
2424
"postcss": "^8",
2525
"typescript": "^5"
2626
}

examples/nextjs-pages-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@ory/nextjs": "*",
1212
"@ory/elements-react": "*",
13-
"next": "^15.0.3",
13+
"next": "15.5.3",
1414
"react": "^18",
1515
"react-dom": "^18"
1616
},
@@ -19,7 +19,7 @@
1919
"@types/react": "^18",
2020
"@types/react-dom": "^18",
2121
"eslint": "^9.25.0",
22-
"eslint-config-next": "14.2.28",
22+
"eslint-config-next": "15.5.3",
2323
"postcss": "^8",
2424
"typescript": "^5"
2525
}

0 commit comments

Comments
 (0)