Skip to content

Commit

Permalink
💽 incremental change
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer committed May 11, 2024
1 parent b3902f9 commit 28fc6f4
Show file tree
Hide file tree
Showing 83 changed files with 754 additions and 185 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"typescript.tsdk": "node_modules/.pnpm/[email protected]/node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"cSpell.words": [
"zrly"
],
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { FlatCompat } = ("@eslint/eslintrc");

/** @type {import('eslint').Linter.Config} */
const config = {
root: true,
extends: ['@joggr/eslint-config/react'],
};

const compat = new FlatCompat();
module.exports = [
...compat.config(config)
];
29 changes: 0 additions & 29 deletions eslint.config.mjs

This file was deleted.

35 changes: 24 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
"@next/font": "^14.2.3",
"@next/mdx": "^14.2.3",
"@react-hookz/web": "^24.0.4",
"@upstash/redis": "^1.30.0",
"contentlayer": "^0.3.4",
"framer-motion": "^11.1.7",
"lodash": "^4.17.21",
"lucide-react": "^0.376.0",
"lucide-react": "^0.378.0",
"markdown-wasm": "^1.2.0",
"next": "^13.5.6",
"next-contentlayer": "^0.3.4",
Expand All @@ -31,31 +30,45 @@
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "3.0.1",
"shiki": "^1.3.0",
"shiki": "^1.5.1",
"swr": "^2.2.5",
"typescript": "^5.4.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@octokit/types": "^13.4.1",
"@eslint/js": "^9.2.0",
"@joggr/eslint-config": "^1.1.2",
"@octokit/types": "^13.5.0",
"@opentelemetry/api": "1.8.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/eslint": "^8.56.10",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-filenames-simple": "^0.9.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-n": "^17.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-storybook": "^0.8.0",
"globals": "^15.1.0",
"postcss": "^8.4.38",
"postcss-nesting": "^12.0.1",
"postcss-nesting": "^12.1.3",
"tailwindcss": "^3.4.3",
"tailwindcss-debug-screens": "^2.2.1",
"typescript-eslint": "^7.7.1"
"typescript-eslint": "^7.8.0"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Example() {
<div className='container flex items-center justify-center min-h-screen px-4 mx-auto'>
<div className='grid w-full grid-cols-1 gap-8 mx-auto mt-32 sm:mt-0 sm:grid-cols-3 lg:gap-16'>
{socials.map((s) => (
<Card>
<Card key={s.href}>
<Link
href={s.href}
target='_blank'
Expand Down
Loading

0 comments on commit 28fc6f4

Please sign in to comment.