Skip to content

Commit 13fe73e

Browse files
authored
update prettier/typescript (graphql#1653)
1 parent ec1e892 commit 13fe73e

File tree

3 files changed

+54
-57
lines changed

3 files changed

+54
-57
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@
5353
"@tailwindcss/typography": "^0.5.10",
5454
"postcss": "^8.4.33",
5555
"@svgr/webpack": "^8.0.1",
56-
"@types/node": "^20.11.30",
57-
"@types/react": "^18.2.73",
5856
"autoprefixer": "^10.4.17",
5957
"tsx": "^4.7.0",
6058
"react-medium-image-zoom": "5.1.8",
6159
"date-fns": "^2.30.0"
6260
},
6361
"devDependencies": {
62+
"@types/node": "^20.11.30",
63+
"@types/react": "^18.2.73",
6464
"@types/codemirror": "5.60.7",
6565
"@types/string-similarity": "^4.0.2",
6666
"@typescript-eslint/parser": "7.4.0",
6767
"eslint": "8.57.0",
6868
"eslint-plugin-tailwindcss": "3.15.1",
69-
"prettier": "3.2.4",
70-
"typescript": "^5.3.3"
69+
"prettier": "3.2.5",
70+
"typescript": "^5.4.3"
7171
}
7272
}

Diff for: pnpm-lock.yaml

+45-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: tsconfig.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"incremental": true,
1616
"paths": {
1717
"@/*": ["./src/*"],
18-
"public/*": ["./public/*"],
18+
"public/*": ["./public/*"]
1919
},
2020
"plugins": [
2121
{
22-
"name": "next",
23-
},
24-
],
22+
"name": "next"
23+
}
24+
]
2525
},
2626
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
27-
"exclude": ["node_modules"],
27+
"exclude": ["node_modules"]
2828
}

0 commit comments

Comments
 (0)