Skip to content

Commit

Permalink
ci: fix sherif (QuiiBz#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Oct 4, 2023
1 parent 135a6cf commit bc27800
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.2",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
Expand All @@ -23,6 +20,9 @@
"typescript": "^5.1.6"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0"
"@svgr/webpack": "^8.1.0",
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"@types/react-dom": "18.2.4"
}
}
8 changes: 5 additions & 3 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"@types/react-dom": "18.2.4",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"next": "13.4.13",
"next-international": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"@types/react-dom": "18.2.4"
}
}
28 changes: 15 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc27800

Please sign in to comment.