Skip to content

Commit 10bc6f4

Browse files
committed
Update Prettier and fix formatting.
1 parent afbb7c8 commit 10bc6f4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Patch
1010

11+
- Updated dev dependencies.
1112
- Updated the package scripts:
1213
- Reordered and renamed scripts.
1314
- Replaced `npm run` with `node --run`.
@@ -34,7 +35,6 @@
3435
- Updated Node.js support to `^18.15.0 || >=20.4.0`.
3536
- Updated the [`@apollo/client`](https://npm.im/@apollo/client) peer dependency to `^3.8.0`.
3637
- Updated the [`extract-files`](http://npm.im/extract-files) dependency to v13.
37-
3838
- React Native is no longer supported out of the box.
3939

4040
The class `ReactNativeFile` is no longer exported, or matched by the function `isExtractableFile`.
@@ -83,7 +83,6 @@
8383
Types published in [`@types/apollo-upload-client`](https://npm.im/@types/apollo-upload-client) should no longer be used.
8484

8585
Projects must configure TypeScript to use types from the ECMAScript modules that have a `// @ts-check` comment:
86-
8786
- [`compilerOptions.allowJs`](https://www.typescriptlang.org/tsconfig#allowJs) should be `true`.
8887
- [`compilerOptions.maxNodeModuleJsDepth`](https://www.typescriptlang.org/tsconfig#maxNodeModuleJsDepth) should be reasonably large, e.g. `10`.
8988
- [`compilerOptions.module`](https://www.typescriptlang.org/tsconfig#module) should be `"node16"` or `"nodenext"`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"graphql": "^16.8.1",
6363
"graphql-tag": "^2.12.6",
6464
"gzip-size": "^7.0.0",
65-
"prettier": "^3.0.3",
65+
"prettier": "^3.6.2",
6666
"revertable-globals": "^4.0.0",
6767
"typescript": "^5.2.2"
6868
},

0 commit comments

Comments
 (0)