Skip to content

Commit

Permalink
modify seo rule, all disable (#218)
Browse files Browse the repository at this point in the history
modify dependency version(turbo 1.10.14, react )
  • Loading branch information
doyupK authored Jul 3, 2024
1 parent 3bf36cc commit 679e473
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.1.6",
"@plaiceholder/next": "^2.5.0",
"@next/font": "13.1.6",
"@plaiceholder/next": "2.5.0",
"@supercarmarket/features": "workspace:*",
"@supercarmarket/hooks": "workspace:*",
"@supercarmarket/lib": "workspace:*",
"@supercarmarket/ui": "workspace:*",
"@tanstack/react-query": "^4.24.4",
"@toast-ui/react-editor": "^3.2.2",
"@tanstack/react-query": "4.24.4",
"@toast-ui/react-editor": "3.2.2",
"antd-watermark": "^1.0.1",
"axios": "1.2.0",
"browser-image-compression": "^2.0.0",
Expand All @@ -33,13 +33,13 @@
"next-seo": "^5.15.0",
"npm": "^9.6.0",
"plaiceholder": "^2.5.0",
"react": "^18.2.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.1",
"react-is": "^18.2.0",
"react-loading-skeleton": "^3.1.0",
"react": "18.2.0",
"react-daum-postcode": "3.1.1",
"react-dom": "18.2.0",
"react-error-boundary": "3.1.4",
"react-hook-form": "7.43.1",
"react-is": "18.2.0",
"react-loading-skeleton": "3.1.0",
"server-only": "^0.0.1",
"sharp": "^0.31.3",
"styled-components": "^5.3.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/scripts/robot.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs');

const generatedSitemap = `
User-agent: *
Disallow: /api*/
Disallow: /
`;

fs.writeFileSync('../public/robots.txt', generatedSitemap, 'utf8');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@supercarmarket/config": "workspace:*",
"dotenv-cli": "^7.0.0",
"prettier": "latest",
"turbo": "latest"
"turbo": "1.10.14"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint": "^7.23.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-turbo": "latest",
"eslint-config-turbo": "1.10.14",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.31.8"
},
Expand Down

0 comments on commit 679e473

Please sign in to comment.