Skip to content

Commit

Permalink
fix: eslint installed in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcd committed Feb 1, 2024
1 parent 8e6e13e commit bd58c47
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 1 deletion.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@telegraph/prettier-config": "workspace:^",
"@telegraph/tailwind-config": "workspace:^",
"@telegraph/vite-config": "workspace:^",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
Expand Down
1 change: 1 addition & 0 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@knocklabs/eslint-config": "^0.0.3",
"@knocklabs/typescript-config": "^0.0.2",
"@telegraph/prettier-config": "workspace:^",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
}
}
1 change: 1 addition & 0 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@knocklabs/eslint-config": "^0.0.3",
"@knocklabs/typescript-config": "^0.0.2",
"@telegraph/prettier-config": "workspace:^",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
}
}
1 change: 1 addition & 0 deletions packages/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@telegraph/vite-config": "workspace:^",
"@telegraph/vitest-config": "workspace:^",
"@types/react": "^18.2.48",
"eslint": "^8.56.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
Expand Down
1 change: 1 addition & 0 deletions packages/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@knocklabs/eslint-config": "^0.0.3",
"@knocklabs/typescript-config": "^0.0.2",
"@telegraph/prettier-config": "workspace:^",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/vite-config"
Expand Down
1 change: 1 addition & 0 deletions packages/vitest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@knocklabs/eslint-config": "^0.0.3",
"@knocklabs/typescript-config": "^0.0.2",
"@telegraph/prettier-config": "workspace:^",
"eslint": "^8.56.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
Expand Down
8 changes: 7 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,7 @@ __metadata:
"@telegraph/prettier-config": "workspace:^"
"@telegraph/tailwind-config": "workspace:^"
"@telegraph/vite-config": "workspace:^"
eslint: "npm:^8.56.0"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.12"
languageName: unknown
Expand Down Expand Up @@ -1681,6 +1682,7 @@ __metadata:
"@telegraph/prettier-config": "workspace:^"
"@telegraph/tailwind-config": "workspace:^"
autoprefixer: "npm:^10.4.17"
eslint: "npm:^8.56.0"
postcss: "npm:^8.4.33"
postcss-combine-duplicated-selectors: "npm:^10.0.3"
postcss-discard-empty: "npm:^6.0.1"
Expand All @@ -1707,6 +1709,7 @@ __metadata:
"@knocklabs/eslint-config": "npm:^0.0.3"
"@knocklabs/typescript-config": "npm:^0.0.2"
"@telegraph/prettier-config": "workspace:^"
eslint: "npm:^8.56.0"
tailwindcss: "npm:^3.4.1"
typescript: "npm:^5.3.3"
languageName: unknown
Expand All @@ -1725,6 +1728,7 @@ __metadata:
"@telegraph/vite-config": "workspace:^"
"@telegraph/vitest-config": "workspace:^"
"@types/react": "npm:^18.2.48"
eslint: "npm:^8.56.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
typescript: "npm:^5.3.3"
Expand All @@ -1744,6 +1748,7 @@ __metadata:
"@knocklabs/typescript-config": "npm:^0.0.2"
"@telegraph/prettier-config": "workspace:^"
"@vitejs/plugin-react": "npm:^4.2.1"
eslint: "npm:^8.56.0"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.12"
vite-plugin-dts: "npm:^3.7.2"
Expand All @@ -1761,6 +1766,7 @@ __metadata:
"@testing-library/react": "npm:^14.1.2"
"@testing-library/user-event": "npm:^14.5.2"
"@vitest/coverage-v8": "npm:^1.2.2"
eslint: "npm:^8.56.0"
jsdom: "npm:^24.0.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
Expand Down Expand Up @@ -4306,7 +4312,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8":
"eslint@npm:^8, eslint@npm:^8.56.0":
version: 8.56.0
resolution: "eslint@npm:8.56.0"
dependencies:
Expand Down

0 comments on commit bd58c47

Please sign in to comment.