Skip to content

Commit

Permalink
chore: update infra
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 19, 2024
1 parent 3b2e5ae commit 9642f90
Show file tree
Hide file tree
Showing 5 changed files with 960 additions and 1,003 deletions.
2 changes: 1 addition & 1 deletion e2e-projects/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@prismicio/client": "^7.13.1",
"@prismicio/next": "*",
"next": "15.1.0",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion e2e-projects/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@prismicio/client": "^7.13.1",
"@prismicio/next": "*",
"next": "15.1.0",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import reactHooks from "eslint-plugin-react-hooks";

export default tseslint.config(
{
ignores: ["dist/"],
ignores: ["dist/", "playwright-report/", "**/.next/"],
},
eslint.configs.recommended,
tseslint.configs.recommended,
Expand Down
Loading

0 comments on commit 9642f90

Please sign in to comment.